[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Xen-changelog] [qemu-upstream-unstable] Merge commit 'v1.3.0' into xen-staging-master-4



commit 3752993df8af5cffa1b8219fe175d235597b4474
Merge: 1e6f3bf92c84d9ba8fdc61f4deb1777e737c7a2c 
6d6c9f59ca1b1a76ade7ad868bef191818f58819
Author: Stefano Stabellini <stefano.stabellini@xxxxxxxxxxxxx>
Date:   Wed Dec 5 11:31:01 2012 +0000

    Merge commit 'v1.3.0' into xen-staging-master-4

 Makefile                      |    2 +-
 Makefile.target               |    3 +
 VERSION                       |    2 +-
 aio-win32.c                   |    5 +-
 audio/audio_pt_int.c          |    1 -
 audio/wavcapture.c            |    1 -
 block.c                       |    3 +-
 block/iscsi.c                 |  260 +++++-----------
 block/raw-posix.c             |   16 +
 block/rbd.c                   |    4 +-
 block/vdi.c                   |    9 +-
 blockdev-nbd.c                |    2 +-
 configure                     |   16 +
 coroutine-sigaltstack.c       |    4 +-
 event_notifier-win32.c        |    2 +-
 hw/Makefile.objs              |    4 +-
 hw/acpi_ich9.c                |  322 ++++++++++++++++++++
 hw/acpi_ich9.h                |   47 +++
 hw/e1000.c                    |   10 +
 hw/i386/Makefile.objs         |    1 +
 hw/i8259_internal.h           |    2 +-
 hw/i82801b11.c                |  125 ++++++++
 hw/ich9.h                     |  207 +++++++++++++
 hw/ide/atapi.c                |   15 +-
 hw/ide/core.c                 |   19 +-
 hw/ide/macio.c                |    6 +-
 hw/kvm/ioapic.c               |   40 +++
 hw/lpc_ich9.c                 |  525 ++++++++++++++++++++++++++++++++
 hw/mc146818rtc.c              |    6 +-
 hw/pam.c                      |   87 ++++++
 hw/pam.h                      |   97 ++++++
 hw/pc.c                       |   39 +++
 hw/pc.h                       |    3 +
 hw/pc_piix.c                  |   79 +-----
 hw/pc_q35.c                   |  223 ++++++++++++++
 hw/pci-hotplug.c              |    8 +-
 hw/pci.c                      |    2 +-
 hw/pci_ids.h                  |   14 +
 hw/piix_pci.c                 |   68 +----
 hw/q35.c                      |  309 +++++++++++++++++++
 hw/q35.h                      |  150 +++++++++
 hw/qdev-core.h                |    5 -
 hw/qdev-monitor.c             |    5 +-
 hw/qdev.c                     |   26 +-
 hw/qxl.c                      |    1 +
 hw/s390-virtio.c              |    1 -
 hw/s390x/event-facility.c     |    3 +-
 hw/smbus_ich9.c               |  159 ++++++++++
 hw/spapr_pci.c                |    2 +-
 hw/sysbus.c                   |    2 +-
 hw/usb/bus.c                  |    7 +
 hw/usb/dev-bluetooth.c        |   25 ++-
 hw/usb/dev-smartcard-reader.c |    2 +
 hw/usb/hcd-ehci-pci.c         |    1 +
 hw/usb/hcd-ehci-sysbus.c      |    1 +
 hw/usb/hcd-ohci.c             |    1 +
 hw/usb/hcd-uhci.c             |   20 +-
 hw/usb/hcd-xhci.c             |    1 +
 hw/usb/redirect.c             |  150 +++++-----
 hw/virtio-rng.c               |  101 ++-----
 hw/virtio-scsi.c              |   12 +-
 hw/virtio-serial-bus.c        |    2 +-
 hw/virtio.c                   |   15 +-
 hw/virtio.h                   |    3 +-
 include/qemu/object.h         |   29 ++-
 include/qemu/ratelimit.h      |    2 +-
 include/qemu/rng.h            |    6 +-
 kvm-all.c                     |    2 +-
 kvm.h                         |    2 +
 nbd.c                         |    2 +-
 net/tap.c                     |    7 +
 pc-bios/acpi-dsdt.aml         |  Bin 0 -> 4540 bytes
 pc-bios/bios.bin              |  Bin 131072 -> 131072 bytes
 pc-bios/multiboot.bin         |  Bin 1024 -> 1024 bytes
 pc-bios/optionrom/multiboot.S |    7 +
 qapi/qapi-dealloc-visitor.c   |    6 +
 qemu-doc.texi                 |  167 ++++++++++
 qemu-img.texi                 |   84 ++----
 qemu-options.hx               |   48 ++--
 qemu-pixman.c                 |    2 +
 qemu-seccomp.c                |  156 +++++++++-
 qemu-tech.texi                |   10 +-
 qom/object.c                  |   16 +-
 roms/Makefile                 |    1 +
 roms/seabios                  |    2 +-
 target-i386/cpu.c             |    7 +-
 target-mips/translate.c       |   42 ++-
 target-openrisc/cpu.h         |   18 --
 target-ppc/translate.c        |    3 +-
 tcg/arm/tcg-target.c          |   98 ++++---
 tcg/tcg.c                     |    2 +-
 tci.c                         |    4 +-
 tests/Makefile                |    4 +
 tests/rtc-test.c              |   40 +++
 tests/test-aio.c              |  667 +++++++++++++++++++++++++++++++++++++++++
 tests/test-thread-pool.c      |  216 +++++++++++++
 ui/spice-core.c               |    2 +-
 ui/spice-display.c            |   35 +++
 ui/vnc.c                      |    2 +-
 vl.c                          |   12 +-
 100 files changed, 4237 insertions(+), 747 deletions(-)
--
generated by git-patchbot for /home/xen/git/qemu-upstream-unstable.git

_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog


 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.