summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2013-05-08Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori10-9/+19
2013-05-08virtio: properly validate address before accessing configJason Wang1-12/+18
2013-05-08virtio-pci: fix level interruptsMichael S. Tsirkin1-0/+5
2013-05-08ide: Reset BMIDEA bit when the bus master is stoppedKevin Wolf1-0/+1
2013-05-08ahci: Don't allow creating slave drivesKevin Wolf9-9/+18
2013-05-07Merge remote-tracking branch 'kraxel/usb.82' into stagingAnthony Liguori3-16/+104
2013-05-07virtio-net: properly check the vhost status during status setJason Wang1-2/+2
2013-05-07Merge remote-tracking branch 'afaerber/qom-cpu' into stagingAnthony Liguori4-21/+39
2013-05-07xhci: handle USB_RET_BABBLEGerd Hoffmann1-0/+5
2013-05-07uhci: Use an intermediate buffer for usb packet dataHans de Goede1-8/+13
2013-05-07usb-host: add usb_host_full_speed_compatGerd Hoffmann1-3/+37
2013-05-07usb-host: live migration support for the libusb versionGerd Hoffmann1-5/+49
2013-05-06Merge remote-tracking branch 'qemu-kvm/uq/master' into stagingAnthony Liguori1-0/+6
2013-05-06target-i386: n270 can MOVBEBorislav Petkov2-0/+2
2013-05-06Merge branch 's390-for-upstream' of git://github.com/agraf/qemuAurelien Jarno1-11/+27
2013-05-06qdev: Introduce qdev_prop_set_globals_for_type()Andreas Färber1-11/+25
2013-05-06qdev: Let qdev_prop_parse() pass through ErrorAndreas Färber2-15/+17
2013-05-06S390: Add virtio-blk bootDominik Dingel1-0/+18
2013-05-06S390: Merging s390_ipl_cpu and s390_ipl_resetDominik Dingel1-11/+5
2013-05-06S390: BIOS check for fileDominik Dingel1-0/+4
2013-05-06spapr_llan: fix device reenablingAlexey Kardashevskiy1-0/+2
2013-05-06PPC: e500: correct params->ram_size with ram_sizeTiejun Chen1-0/+1
2013-05-06PPC: e500: initialize GPRs as per epaprBharat Bhushan1-3/+27
2013-05-06pseries: Fix debug message for out-of-bounds address in H_PUT_TCEDavid Gibson1-1/+1
2013-05-06pseries: Factor out check for out-of-bounds LIOBNDavid Gibson1-6/+6
2013-05-06kvmvapic: add ioport read accessorMarcelo Tosatti1-0/+6
2013-05-06Merge remote-tracking branch 'afaerber-or/prep-up' into stagingAnthony Liguori1-10/+26
2013-05-06Merge remote-tracking branch 'pmaydell/arm-devs.next' into stagingAnthony Liguori1-64/+198
2013-05-06prep: Make System I/O port 0092 read/writeJulio Guerra1-1/+1
2013-05-05prep: Add ELF support for -biosAndreas Färber1-9/+22
2013-05-05prep: Fix NIP reset valueFabien Chouteau1-0/+3
2013-05-03i.MX: implement a more correct version of EPIT timer.Jean-Christophe DUBOIS1-64/+198
2013-05-03qdev: skip bus check for bus-less devices in qdev_unplug()Igor Mammedov1-1/+1
2013-05-03virtio-scsi: fix the command line compatibility.KONRAD Frederic4-1/+38
2013-05-03virtio-serial: fix command line compatibility.KONRAD Frederic4-1/+37
2013-05-03scsi: add bus_name parameter to scsi_bus_new.KONRAD Frederic10-12/+13
2013-05-03virtio: add virtio_device_set_child_bus_name.KONRAD Frederic1-0/+24
2013-05-03virtio-x-bus: force bus name to virtio-bus.KONRAD Frederic3-3/+11
2013-05-02Merge remote-tracking branch 'afaerber/qom-cpu' into stagingAnthony Liguori13-16/+336
2013-05-02target-i386: Replace cpuid_*features fields with a feature word arrayEduardo Habkost1-1/+1
2013-05-01Trivial grammar and spelling fixesStefan Weil1-1/+1
2013-05-01pc: Implement QEMUMachine::hot_add_cpu hookIgor Mammedov3-0/+28
2013-05-01target-i386: Move APIC to ICC busIgor Mammedov3-8/+33
2013-05-01target-i386: Attach ICC bus to CPU on its creationIgor Mammedov3-6/+8
2013-05-01target-i386: Introduce ICC bus/device/bridgeIgor Mammedov4-0/+124
2013-05-01kvmvapic: Make dependency on sysbus.h explicitIgor Mammedov1-0/+1
2013-05-01target-i386: Replace MSI_SPACE_SIZE with APIC_SPACE_SIZEIgor Mammedov3-3/+3
2013-05-01target-i386: Introduce apic-id CPU propertyIgor Mammedov1-1/+28
2013-05-01acpi_piix4: Add infrastructure to send CPU hot-plug GPE to guestIgor Mammedov1-2/+88
2013-05-01pc: Update rtc_cmos on CPU hot-plugIgor Mammedov2-0/+27