summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-06-30Merge remote-tracking branch 'remotes/awilliam/tags/vfio-pci-for-qemu-2014063...Peter Maydell
2014-06-30vfio: use correct runstatePaolo Bonzini
2014-06-30vfio: Make BARs native endianAlexey Kardashevskiy
2014-06-30vfio-pci: Fix MSI-X masking performanceAlex Williamson
2014-06-30vfio-pci: Fix MSI/X debug codeAlex Williamson
2014-06-30Merge remote-tracking branch 'remotes/bonzini/nbd-next' into stagingPeter Maydell
2014-06-30Merge remote-tracking branch 'remotes/bonzini/small-fixes' into stagingPeter Maydell
2014-06-30Merge remote-tracking branch 'remotes/pmaydell/tags/pull-cocoa-20140630' into...Peter Maydell
2014-06-30Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20140630'...Peter Maydell
2014-06-30tests/test-qmp-event: fix for GLib < 2.31Paolo Bonzini
2014-06-30serial: poll the serial console with G_IO_HUPRoger Pau Monne
2014-06-30nbd: Handle NBD_OPT_LIST option.Hani Benhabiles
2014-06-30nbd: Handle fixed new-style clients.Hani Benhabiles
2014-06-30nbd: Shutdown socket before closing.Hani Benhabiles
2014-06-29disas/libvixl: Fix wrong format stringsStefan Weil
2014-06-29disas/libvixl: Update README for version baseRichard Henderson
2014-06-29ui/cocoa: Honour -show-cursor command line optionPeter Maydell
2014-06-29ui/cocoa: Fix handling of absolute positioning devicesPeter Maydell
2014-06-29ui/cocoa: Add utility method to check if point is within windowPeter Maydell
2014-06-29ui/cocoa: Cope with first surface being same as initial window sizePeter Maydell
2014-06-29timer: cadence_ttc: Convert to instance_initAlistair Francis
2014-06-29hw/arm/pxa2xx_gpio: Correct and register vmstatePeter Maydell
2014-06-29hw/arm/pxa2xx_gpio: Fix handling of GPSR/GPCR readsPeter Maydell
2014-06-29hw/arm/strongarm: Wire up missing GPIO and PPC vmstatePeter Maydell
2014-06-29hw/arm/strongarm: Fix handling of GPSR/GPCR readsPeter Maydell
2014-06-29hw/arm/virt: Provide PL031 RTCPeter Maydell
2014-06-29Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2014-06-29tests: add human format test for string output visitorHu Tao
2014-06-29vhost-net: disable when cross-endianGreg Kurz
2014-06-29target-ppc: enable virtio endian ambivalent supportGreg Kurz
2014-06-29virtio-9p: use virtio wrappers to access headersGreg Kurz
2014-06-29virtio-serial-bus: use virtio wrappers to access headersRusty Russell
2014-06-29virtio-scsi: use virtio wrappers to access headersRusty Russell
2014-06-29virtio-blk: use virtio wrappers to access headersRusty Russell
2014-06-29virtio-balloon: use virtio wrappers to access page frame numbersRusty Russell
2014-06-29virtio-net: use virtio wrappers to access headersRusty Russell
2014-06-29virtio: allow byte swapping for vringRusty Russell
2014-06-29virtio: memory accessors for endian-ambivalent targetsGreg Kurz
2014-06-29virtio: add endian-ambivalent support to VirtIODeviceGreg Kurz
2014-06-29cpu: introduce CPUClass::virtio_is_big_endian()Greg Kurz
2014-06-29exec: introduce target_words_bigendian() helperGreg Kurz
2014-06-29virtio: add subsections to the migration streamGreg Kurz
2014-06-29virtio-rng: implement per-device migration callsGreg Kurz
2014-06-29virtio-balloon: implement per-device migration callsGreg Kurz
2014-06-29virtio-serial: implement per-device migration callsGreg Kurz
2014-06-29virtio-blk: implement per-device migration callsGreg Kurz
2014-06-29virtio-net: implement per-device migration callsGreg Kurz
2014-06-29virtio: introduce device specific migration callsGreg Kurz
2014-06-29virtio-serial: don't migrate the config spaceAlexander Graf
2014-06-29virtio-net: byteswap virtio-net headerCédric Le Goater