summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2013-06-18wdt_i6300esb: fix vmstate versioningMichael Roth1-3/+16
2013-06-18virtio-rng: Fix crash with non-default backendCole Robinson3-3/+3
2013-06-18vhost-scsi: fix k->set_guest_notifiers() NULL dereferenceStefan Hajnoczi1-1/+1
2013-06-18scsi-disk: scsi-block device for scsi pass-through should not be removablePavel Hrdina1-3/+11
2013-06-18scsi-generic: check the return value of bdrv_aio_ioctl in execute_commandPavel Hrdina1-0/+3
2013-06-18scsi-generic: fix sign extension of READ CAPACITY(10) dataPaolo Bonzini1-2/+3
2013-06-18scsi: reset cdrom tray statuses on scsi_disk_resetPavel Hrdina1-0/+3
2013-06-17pc: Fix crash when attempting to hotplug CPU with negative IDIgor Mammedov1-0/+5
2013-06-17smbios: Check R in -smbios type=0, release=R parses okayMarkus Armbruster1-1/+4
2013-06-17smbios: Fix -smbios type=0, release=... for big endian hostsMarkus Armbruster1-2/+2
2013-06-17smbios: Clean up smbios_add_field() parametersMarkus Armbruster1-12/+14
2013-06-17smbios: Convert to error_report()Markus Armbruster1-12/+12
2013-06-17ivshmem: add missing error exit(2)Stefan Hajnoczi1-0/+1
2013-06-12q35: set fw_nameMichael S. Tsirkin1-0/+1
2013-06-11xilinx_axidma: Do not set DMA .notify to NULL after notifyWendy Liang1-1/+2
2013-06-11virtio-ccw: Fix unsetting of indicators.Cornelia Huck1-4/+4
2013-06-11s390x/css: Fix concurrent sense.Cornelia Huck1-1/+1
2013-06-11vmxnet3: fix NICState cleanupStefan Hajnoczi1-1/+1
2013-06-11Fix usage of USB_DEV_FLAG_IS_HOST flag.Michael Marineau1-1/+1
2013-06-11host-libusb: Correct test for USB packet stateEd Maste1-1/+1
2013-06-11qdev: fix get_fw_dev_path to support to add nothing to fw_dev_pathAmos Kong2-1/+15
2013-06-11xen: start PCI hole at 0xe0000000 (same as pc_init1 and qemu-xen-traditional)Stefano Stabellini1-3/+3
2013-06-11ide: Set BSY bit during FLUSHAndreas Färber1-0/+1
2013-06-11xen_machine_pv: do not create a dummy CPU in machine->initStefano Stabellini1-16/+0
2013-06-11rtl8139: flush queued packets when RxBufPtr is writtenStefan Hajnoczi1-0/+3
2013-06-11hw/9pfs: use O_NOFOLLOW for mapped readlink operationAneesh Kumar K.V1-1/+1
2013-06-11hw/9pfs: Fix segfault with 9p2000.uAneesh Kumar K.V1-1/+1
2013-05-20Rename hexdump to avoid FreeBSD libutil conflictEd Maste1-2/+2
2013-05-20ide/macio: fix wrong opaque with TRIM supportAurelien Jarno1-1/+1
2013-05-16virtio: add virtio_bus_get_dev_path.KONRAD Frederic1-0/+14
2013-05-15hw/pci-host/versatile.c: Provide property for forcing broken IRQ mappingPeter Maydell1-1/+13
2013-05-15hw/pci-host/versatile.c: Update autodetect to detect newer kernelsPeter Maydell1-7/+62
2013-05-15Revert "versatile_pci: Put the host bridge PCI device at slot 29"Peter Maydell1-2/+0
2013-05-15virtio-net-x: forward the netclient name and type.KONRAD Frederic3-0/+9
2013-05-15virtio-net: add virtio_net_set_netclient_name.KONRAD Frederic1-2/+43
2013-05-14spitz: fix compilation failure due to pty.h namespace pollutionPaolo Bonzini1-50/+50
2013-05-14acpi: add dummy write function for acpi timerGerd Hoffmann1-0/+7
2013-05-13Revert "pc: Kill the "use flash device for BIOS unless KVM" misfeature"Paolo Bonzini3-8/+4
2013-05-13Merge remote-tracking branch 'mjt/trivial-patches-next' into stagingAnthony Liguori5-10/+31
2013-05-12remove double semicolonsDong Xu Wang4-5/+5
2013-05-12m25p80.c: Sync Flash chip list with LinuxEd Maste1-5/+26
2013-05-09qxl: Call spice_qxl_driver_unload from qxl_enter_vga_modeHans de Goede1-0/+3
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