[COMMIT master] Merge branch 'master' of git://git.sv.gnu.org/qemu into next

2010-11-10 Thread Avi Kivity
From: Avi Kivity a...@redhat.com

* 'master' of git://git.sv.gnu.org/qemu: (26 commits)
  seabios: Update to 0.6.1
  qemu-timer: move commonly used timer code to qemu-timer-common
  rewrite i386 tests Makefile
  fix test_path
  make runcom compile on recent distributions
  disable test_enter on i386, it is broken
  unbreak make from vpath-built tests directory
  unbreak make from tests directory
  mips_fulong2e: fix ram allocation
  Replace remaining gcc format attributes by macro GCC_FMT_ATTR (format 
checking)
  Remove special handling of system include files (no longer needed)
  virtio-blk: Respect werror option for flushes
  ide: Handle flush failure
  ide: Factor ide_flush_cache out
  qemu-img: Fix qemu-img convert -obacking_file
  block: Use GCC_FMT_ATTR and fix a format error
  qemu-io: New command map
  Copy snapshots out of QCOW2 disk
  ide: set WCACHE supported in IDENTIFY data
  qcow2: Remove old image creation function
  ...

Signed-off-by: Avi Kivity a...@redhat.com
--
To unsubscribe from this list: send the line unsubscribe kvm-commits in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[COMMIT master] Merge branch 'master' of git://git.sv.gnu.org/qemu into next

2010-09-05 Thread Avi Kivity
From: Avi Kivity a...@redhat.com

* 'master' of git://git.sv.gnu.org/qemu:
  vnc: use bswapNN() rather than bswap_NN()
  vnc: tight: remove unused variable
  Fix ivshmem build on 32-bit hosts
  virtio-9p: Make sure -virtfs option works correctly
  hw/ivshmem.c don't check for negative values on unsigned data types
  load_multiboot(): get_image_size() returns int
  Change DPRINTF() to do{}while(0) to avoid compiler warning
  size_t is unsigned, change to ssize_t to handle errors from 
tight_compress_data()
  Fix repeated typo: was end if list instead of end of list
  Respect return value from nbd_client()
  Remove unused argument for nbd_client()
  Fix OpenBSD linker warning
  acpi: fix file size check with -acpitable.
  isapc: fix segfault.
  Fix segfault in mmio subpage handling code.

Signed-off-by: Avi Kivity a...@redhat.com
--
To unsubscribe from this list: send the line unsubscribe kvm-commits in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[COMMIT master] Merge branch 'master' of git://git.sv.gnu.org/qemu

2009-08-20 Thread Avi Kivity
From: Avi Kivity a...@redhat.com

* 'master' of git://git.sv.gnu.org/qemu:
  Fix desynchronization of condition code state when a memory access traps
  PPC: clean up ppc405
  Use pstrcpy to avoid OpenBSD linker warnings
  bsd-user: Add generic env variable handling
  linux-user: compile envlist.c only once
  user: compile ioport-user.c only for x86
  user: compile path.c only once
  Fix migration for ide devices
  Unbreak Sparc64
  Unbreak Sparc32 and PPC
  Third attempt to invoke create_config properly
  Fix typo
  Do not use $SHELL to invoke our scripts
  Aesthetics
  use C99 initializers for all audio/*
  use C99 initializers for audio_pcm_ops
  Use C99 initializers for audio_option
  Use proper struct initializers and remove INIT_FIELD() macro

Signed-off-by: Avi Kivity a...@redhat.com
--
To unsubscribe from this list: send the line unsubscribe kvm-commits in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[COMMIT master] Merge branch 'master' of git://git.sv.gnu.org/qemu

2009-06-17 Thread Avi Kivity
From: Avi Kivity a...@redhat.com

* 'master' of git://git.sv.gnu.org/qemu: (58 commits)
  exec.c: remove unnecessary #if NB_MMU_MODES
  Fix vga_screen_dump_blank() PPM generation
  Prevent CD-ROM media eject while device is locked
  set migration max downtime
  add non-arbitrary migration stop condition
  kvm: Fix IRQ injection into full queue
  Call qemu_bh_delete at bdrv_aio_bh_cb.
  Remove dead code
  QEMU KVM: i386: Fix the cpu reset state
  allow CPUID vendor override
  Fix help message for new configure option --enable-debug.
  provide cpu_index to env mapping
  pci: add define for communication class devices
  vnc: improve numpad support for qemu console.
  virtio blk: fix warning.
  lsi53c895a: Implement write access to DMA Byte Counter
  lsi53c895a: Implement read and write access to DMA Next Address
  lsi53c895a: Implement Scratch Byte Register
  Rename pci_register_io_region() to pci_register_bar()
  Rearrange io_mem_init()
  ...

Conflicts:
configure

Signed-off-by: Avi Kivity a...@redhat.com
--
To unsubscribe from this list: send the line unsubscribe kvm-commits in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[COMMIT master] Merge branch 'master' of git://git.sv.gnu.org/qemu

2009-06-04 Thread Avi Kivity
From: Avi Kivity a...@redhat.com

* 'master' of git://git.sv.gnu.org/qemu: (40 commits)
  Update maintainer list.
  Install keymaps from new location
  vvfat: one more missing BlockDriver C99 initializer conversion
  Move keymaps into pc-bios
  kvm: Mark full address range dirty on live migration start
  Add detection of pthread library name
  User networking: Show active connections
  User Networking: Enable removal of redirections
  Allow monitor interaction when using migrate -exec
  fully split aio_pool from BlockDriver
  qcow: add qcow_aio_setup helper
  raw-posix: fix hdev_create
  fix raw_pread_aligned return value
  VNC: Fix memory allocation (wrong structure size).
  Drop bdrv_create2
  qcow2: Update multiple refcounts at once
  qcow2: Refactor update_refcount
  qcow/qcow2: Drop synchronous qcow_write()
  e1000: Ignore reset command
  Fix output of uninitialized strings
  ...

Signed-off-by: Avi Kivity a...@redhat.com
--
To unsubscribe from this list: send the line unsubscribe kvm-commits in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[COMMIT master] Merge branch 'master' of git://git.sv.gnu.org/qemu

2009-05-25 Thread Avi Kivity
From: Avi Kivity a...@redhat.com

* 'master' of git://git.sv.gnu.org/qemu: (41 commits)
  Remove unused variable
  ETRAX: Removed unused struct entry and fixed Windows build.
  Add common BusState
  Fix lance segfaults
  Avoid errors when curl-config does not exist
  bios: Use the correct mask to size the PCI option ROM BAR
  x86: Add support for resume flag
  net: Fix dump time stamps
  Add HTTP protocol using curl v6
  USB serial device support
  serial: fix lost character after sysrq
  usb-serial: implement break event.
  slirp: Reassign same address to same DHCP client
  kvm: x86: Save/restore KVM-specific CPU states
  kvm: Rework VCPU reset
  Introduce reset notifier order
  kvm: Fix framebuffer dirty log sync
  kvm: Add missing bits to support live migration
  kvm: Rework dirty bitmap synchronization
  kvm: Fix dirty log temporary buffer size
  ...

Conflicts:
Makefile
configure
exec.c
hw/ioapic.c
hw/pc.c
pc-bios/bios.bin
target-i386/machine.c
vl.c

Signed-off-by: Avi Kivity a...@redhat.com
--
To unsubscribe from this list: send the line unsubscribe kvm-commits in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[COMMIT master] Merge branch 'master' of git://git.sv.gnu.org/qemu

2009-05-21 Thread Avi Kivity
From: Avi Kivity a...@redhat.com

* 'master' of git://git.sv.gnu.org/qemu:
  Convert machine registration to use module init functions
  Eliminate --disable-gfx-check and make VNC default when SDL not available
  Do not attempt to allocate sn_tab when there are no snapshots
  Cast pointer arguments of get/setsockopt, send to void * to keep GCC

Conflicts:
hw/boards.h

Signed-off-by: Avi Kivity a...@redhat.com
--
To unsubscribe from this list: send the line unsubscribe kvm-commits in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[COMMIT master] Merge branch 'master' of git://git.sv.gnu.org/qemu

2009-05-20 Thread Avi Kivity
From: Avi Kivity a...@redhat.com

* 'master' of git://git.sv.gnu.org/qemu: (116 commits)
  kvm: add error message for when SMP is requested
  Remove initrd warning message
  initialize struct sigevent before timer_create
  Fix NULL alarm_timer pointer at exit
  keep initrd in below 4g area.
  migrate.c: migrate_fd_put_buffer: Do not busyloop: stop writing if EWOULDBLOCK
  kvm: work around supported cpuid ioctl() brokenness
  remove gcc 3.x requirement from documentation
  Remove dead code
  Format per CODING_STYLE
  Abort on attempts to allocate zero bytes
  Unbreak out-of-tree builds
  Hardware convenience library
  Disable 4G ram support on 32-bit targets
  Only define __llseek if it is going to be used
  Avoid implicit truncation compiler warnings
  Remove obsolete BIOS_SIZE from sysemu.h
  cris: First shot at qdev for CRIS interrupts.
  etrax: Don't keep the passed irq pointer.
  etrax: Remove unused eth irq line.
  ...

Conflicts:
Makefile
Makefile.target
block/raw-posix.c
configure
hw/boards.h
hw/pc.h
hw/pci.c
hw/virtio-console.c
target-ppc/cpu.h
vl.c

Signed-off-by: Avi Kivity a...@redhat.com
--
To unsubscribe from this list: send the line unsubscribe kvm-commits in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html