summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-01-10pci: allow devices being tagged as not hotpluggable.Gerd Hoffmann4-0/+20
2011-01-05rtl8139: Use subsection to restrict migration after hotplugAlex Williamson1-1/+27
2011-01-05qdev: Track runtime machine modificationsAlex Williamson2-0/+11
2010-12-27pci: fix migration path for devices behind bridgesMichael S. Tsirkin1-11/+37
2010-12-24pcie/aer: glue aer error injection into qemu monitorIsaku Yamahata4-0/+266
2010-12-24pci: introduce a helper function to convert qdev id to PCIDeviceIsaku Yamahata2-0/+36
2010-12-24qdev: export qdev_find_recursive() for later useIsaku Yamahata2-1/+3
2010-12-22build, pci: remove QMP dependency on core PCI codeIsaku Yamahata3-3/+40
2010-12-22pcie: add flr supportIsaku Yamahata6-13/+12
2010-12-22pc/piix: fix mismerge of b1aeb92666d2fde413c34578b3b42bbfe5f2a506Isaku Yamahata1-8/+4
2010-12-21qdev: remove an unused functionMichael S. Tsirkin2-7/+1
2010-12-20qbus: register reset handler for qbus whose parent is NULLIsaku Yamahata3-2/+18
2010-12-19qdev: sysbus_get_default must not return a NULL pointer (fix regression)Stefan Weil1-4/+5
2010-12-19pci: don't use bus number in migration, stub outMichael S. Tsirkin1-1/+4
2010-12-19ahci: delete write-only variables (v2)Blue Swirl1-4/+1
2010-12-19vga: Declare as little endianBlue Swirl1-25/+1
2010-12-18win32: Fix CRLF problem in make_device_config.shStefan Weil1-1/+1
2010-12-18sparc32: ledma extra registersBob Breuer2-8/+23
2010-12-17Fix warning on mingw32Blue Swirl1-1/+2
2010-12-17ide: Build fix for via.cKevin Wolf1-1/+1
2010-12-17ide: Fix build for cmd646.cKevin Wolf1-2/+2
2010-12-17docs: Fix missing carets in QED specificationStefan Hajnoczi1-2/+2
2010-12-17Add proper -errno error return values to qcow2_open()Jes Sorensen1-18/+42
2010-12-17block/qcow2.c: rename qcow_ functions to qcow2_Jes Sorensen3-98/+104
2010-12-17qed: Consistency check supportStefan Hajnoczi3-3/+336
2010-12-17qed: Read/write supportStefan Hajnoczi4-2/+663
2010-12-17qed: Table, L2 cache, and cluster functionsStefan Hajnoczi8-2/+866
2010-12-17qed: Add QEMU Enhanced Disk image formatStefan Hajnoczi4-0/+704
2010-12-17docs: Add QED image format specificationStefan Hajnoczi1-0/+130
2010-12-17qemu-io: Fix typo in help textsKevin Wolf1-7/+7
2010-12-17raw-posix: add discard supportChristoph Hellwig2-0/+71
2010-12-17qemu-io: Add discard commandStefan Hajnoczi1-0/+88
2010-12-17scsi-disk: support WRITE SAME (16) with unmap bitChristoph Hellwig2-2/+52
2010-12-17block: add discard supportChristoph Hellwig4-1/+24
2010-12-17ide: Register vm change state handler once onlyStefan Hajnoczi3-28/+58
2010-12-17Remove NULL checks for bdrv_new return valueKevin Wolf4-19/+7
2010-12-17qemu.img.c: Use error_report() instead of own error() implementationJes Sorensen1-65/+62
2010-12-17bdrv_img_create() use proper errno return valuesJes Sorensen1-13/+10
2010-12-17Prevent creating an image with the same filename as backing fileJes Sorensen1-4/+11
2010-12-17Introduce do_snapshot_blkdev() and monitor command to handle it.Jes Sorensen3-0/+82
2010-12-17qemu-img.c: Re-factor img_create()Jes Sorensen3-106/+147
2010-12-17qemu-img: Call error_set_prognameKevin Wolf1-0/+3
2010-12-17ide: honor ncq for atapiAlexander Graf1-0/+6
2010-12-17ahci: set SATA Mode SelectSebastian Herbszt1-0/+3
2010-12-17config: add ahci for pci capable machinesAlexander Graf1-0/+1
2010-12-17config: move ide core and pci to pci.makAlexander Graf14-33/+3
2010-12-17ahci: add ahci emulationAlexander Graf2-0/+1525
2010-12-17pci: add ich9 pci idAlexander Graf1-0/+1
2010-12-17pci: add storage class for sataAlexander Graf1-0/+1
2010-12-17ide: add ncq identify data for ahci sata drivesRoland Elek2-0/+9