Merge branch 'master' of git://git.sv.gnu.org/qemu
commita5b526135da17b56a7be85fd51a76a1d5a917617
authorAvi Kivity <avi@redhat.com>
Tue, 16 Jun 2009 10:06:51 +0000 (16 13:06 +0300)
committerAvi Kivity <avi@redhat.com>
Tue, 16 Jun 2009 10:06:51 +0000 (16 13:06 +0300)
tree03910c749c140e76449de19afc55b1f0d39c0f93
parentde408d70d892909f4d11aea0b22399b1f6870e12
parent72716184aae06fe24a49f11abca384e1b0de5d69
Merge branch 'master' of git://git.sv.gnu.org/qemu

* 'master' of git://git.sv.gnu.org/qemu: (37 commits)
  Incorporate changes from v2 of Gleb's RTC reset patch
  etrax: Don't pass CPUState to peripherals.
  Fix warning in qemu-nbd.c
  raw-posix: cleanup ioctl methods
  block: add bdrv_probe_device method
  raw-posix: split hdev drivers
  raw-posix: add a raw_open_common helper
  raw-posix: always store open flags
  fix qemu_aio_flush
  Add rtc reset function.
  migrate_fd_close: delete associated io-handler before closing the fd
  exec-migration: handle EINTR in popen_get_buffer()
  Fix prototype of function zfree.
  Add static to local machine declaration.
  Don't use cpu_index as apic_id.
  Apic creation should not depend on pci
  Add -no-virtio-balloon command-line option
  Fix SDL include path.
  Really enable -Werror
  Avoid collision with system NGROUPS definition
  ...

Conflicts:
hw/apic.c
hw/pc.c
hw/pc.h

Signed-off-by: Avi Kivity <avi@redhat.com>
block/raw-posix.c
configure
hw/apic.c
hw/pc.c
hw/pc.h
hw/pci.c
net.c
qemu-options.hx
sysemu.h
vl.c