summaryrefslogtreecommitdiffstats
path: root/hw
Commit message (Expand)AuthorAgeFilesLines
...
| * | ide: Treat read/write beyond end as invalidMarkus Armbruster2014-07-141-0/+28
| * | virtio-blk: Treat read/write beyond end as invalidMarkus Armbruster2014-07-141-0/+7
| * | virtio-blk: Bypass error action and I/O accounting on invalid r/wMarkus Armbruster2014-07-141-6/+8
| * | virtio-blk: Factor common checks out of virtio_blk_handle_read/write()Markus Armbruster2014-07-141-10/+14
| * | virtio-blk: embed VirtQueueElement in VirtIOBlockReqStefan Hajnoczi2014-07-143-50/+42
| * | virtio-blk: avoid g_slice_new0() for VirtIOBlockReq and VirtQueueElementStefan Hajnoczi2014-07-141-2/+4
| * | dataplane: do not free VirtQueueElement in vring_push()Stefan Hajnoczi2014-07-141-5/+4
| * | virtio-blk: avoid dataplane VirtIOBlockReq early freeStefan Hajnoczi2014-07-141-1/+0
* | | Merge remote-tracking branch 'remotes/kraxel/tags/pull-vga-20140711-1' into s...Peter Maydell2014-07-112-6/+21
|\ \ \
| * | | cirrus: Fix host CPU blitsBenjamin Herrenschmidt2014-07-111-2/+1
| * | | cirrus: Fix build of debug codeBenjamin Herrenschmidt2014-07-111-4/+4
| * | | cirrus_vga: adding sanity check for vram sizeGonglei2014-07-111-0/+16
| |/ /
* | | Merge remote-tracking branch 'remotes/kraxel/tags/pull-usb-20140711-1' into s...Peter Maydell2014-07-111-0/+4
|\ \ \
| * | | mtp: linux guest detection fix.Gerd Hoffmann2014-07-111-0/+4
| |/ /
* | | Merge remote-tracking branch 'remotes/kvm/uq/master' into stagingPeter Maydell2014-07-103-5/+23
|\ \ \ | |/ / |/| |
| * | mc146818rtc: register the clock reset notifier on the right clockPaolo Bonzini2014-07-101-1/+1
| * | watchdog: fix deadlock with -watchdog-action pausePaolo Bonzini2014-07-091-1/+5
| * | mips_malta: Catch kernels linked at wrong addressJames Hogan2014-07-091-0/+14
| * | mips_malta: Remove incorrect KVM T&E referencesJames Hogan2014-07-091-3/+3
* | | hw/ppc/spapr_hcall.c: Add ULL suffix to 64 bit constantPeter Maydell2014-07-081-1/+1
* | | Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20140708' into stagingPeter Maydell2014-07-081-0/+9
|\ \ \
| * | | s390x/css: reflect cpa in scswCornelia Huck2014-07-081-0/+9
* | | | hw/arm/vexpress: Alias NOR flash at 0 for vexpress-a9Peter Maydell2014-07-081-1/+1
|/ / /
* | | target-ppc: KVMPPC_H_CAS fix cpu-version endianessLaurent Dufour2014-07-081-2/+1
* | | Merge remote-tracking branch 'remotes/afaerber/tags/prep-for-2.1' into stagingPeter Maydell2014-07-072-15/+1
|\ \ \
| * | | prep: Remove CPU reset entry point hack related to OpenHack'WareHervé Poussineau2014-07-071-3/+0
| * | | prep: Remove PCI memory hack related to OpenHack'WareHervé Poussineau2014-07-072-12/+1
* | | | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2014-07-079-18/+40
|\ \ \ \ | | |_|/ | |/| |
| * | | virtio-pci: fix MSI memory region use after freePaolo Bonzini2014-07-061-2/+2
| * | | qdev: Fix crash when using non-device class name on -globalEduardo Habkost2014-07-061-1/+2
| * | | qdev: Don't abort() in case globals can't be setEduardo Habkost2014-07-061-1/+7
| * | | hw/virtio: enable common virtio feature for mmio deviceMing Lei2014-07-061-0/+6
| * | | acpi: fix typo in memory hotplug MMIO region nameIgor Mammedov2014-07-061-1/+1
| * | | pci: assign devfn to pci_dev before calling pci_device_iommu_address_space()Le Tan2014-07-061-1/+1
| * | | virtio: move common virtio properties to bus class deviceMing Lei2014-07-063-11/+14
| * | | pc-dimm: error out if memory hotplug is not enabledIgor Mammedov2014-07-061-1/+7
| | |/ | |/|
* | | Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell2014-07-073-13/+23
|\ \ \ | |_|/ |/| |
| * | dataplane: submit I/O as a batchMing Lei2014-07-071-0/+2
| * | ahci: map memory via device's address space instead of address_space_memoryLe Tan2014-07-071-10/+11
| * | ahci.c: mask unused flags when reading size PRDT DBCReza Jelveh2014-07-072-3/+10
| |/
* | xen: build on ARMStefano Stabellini2014-07-071-8/+10
* | xen_backend: introduce xenstore_read_uint64 and xenstore_read_fe_uint64Stefano Stabellini2014-07-071-0/+18
|/
* Merge remote-tracking branch 'remotes/kraxel/tags/pull-usb-20140701-1' into s...Peter Maydell2014-07-014-31/+30
|\
| * ccid-card-emulated: use EventNotifierPaolo Bonzini2014-07-011-19/+10
| * usb: initialize libusb_device to avoid crashJincheng Miao2014-07-011-2/+2
| * usb: Fix usb-bt-dongle initialization.Hani Benhabiles2014-07-011-8/+16
| * input: fix jumpy mouse cursor with USB mouse emulationChristian Burger2014-07-011-2/+2
* | Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell2014-07-0110-79/+65
|\ \
| * | virtio-blk: remove need for explicit x-data-plane=on optionStefan Hajnoczi2014-07-011-1/+1
| * | qdev: drop iothread property typeStefan Hajnoczi2014-07-011-50/+0
OpenPOWER on IntegriCloud