aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2010-11-17QMP: Drop vm-info example scriptLuiz Capitulino2-37/+1
2010-11-17QMP: Revamp the qmp-shell scriptLuiz Capitulino1-35/+144
2010-11-17QMP: Revamp the Python class exampleLuiz Capitulino1-51/+106
2010-11-16pc: Fix e820 fw_cfg for big endianAlex Williamson1-7/+7
2010-11-16pc: e820 qemu_cfg tables need to be packedAlex Williamson1-2/+2
2010-11-16Fix compilation failure with simple trace when srcdir==objdirPeter Maydell1-6/+5
2010-11-16Delete IOHandlers after potentially running themStefan Hajnoczi1-7/+8
2010-11-16usb-linux: Get the active configuration from sysfs rather then asking the devHans de Goede1-0/+19
2010-11-16usb-linux: introduce a usb_linux_get_configuration functionHans de Goede1-8/+22
2010-11-16usb-linux: Store devpath into USBHostDevice when usb_fs_type == USB_FS_SYSHans de Goede1-11/+15
2010-11-16Add missing bracesJes Sorensen1-5/+8
2010-11-16Out off array access in usb-netGleb Natapov1-1/+1
2010-11-16Merge remote branch 'spice/bugfix.2' into stagingAnthony Liguori3-17/+17
2010-11-16Add support for generating a systemtap tapset static probesDaniel P. Berrange3-1/+117
2010-11-16Add a DTrace tracing backend targetted for SystemTAP compatabilityDaniel P. Berrange5-11/+148
2010-11-16multiboot: Prevent loading of x86_64 imagesAdam Lackorzynski1-0/+6
2010-11-16apic: Don't iterate past last used apicAlex Williamson1-0/+4
2010-11-16pci: allow hotplug removal of cold-plugged devicesMichael S. Tsirkin4-12/+32
2010-11-16PCI: Bus number from the bridge, not the deviceAlex Williamson1-2/+1
2010-11-16e1000: Fix TCP checksum overflow with TSOAlex Williamson1-1/+4
2010-11-16tap: make set_offload a nop after netdev cleanupMichael S. Tsirkin1-1/+5
2010-11-16Add support for async page fault to qemuGleb Natapov4-1/+42
2010-11-16tap: clear vhost_net backend on cleanupMichael S. Tsirkin1-0/+1
2010-11-16more stdvga cleanups.Gerd Hoffmann10-46/+15
2010-11-16switch vmware_vga to pci vgabiosGerd Hoffmann1-6/+1
2010-11-16switch stdvga to pci vgabiosGerd Hoffmann1-4/+3
2010-11-16Add new vgabios binaries to blobs list.Gerd Hoffmann6-2/+3
2010-11-11add copyright to spiceaudioGerd Hoffmann1-0/+19
2010-11-09spice: add audioGerd Hoffmann6-0/+334
2010-11-09intel-hda: fix codec addressing.Gerd Hoffmann1-4/+5
2010-11-09Revert "intel-hda: fix codec addressing."malc1-4/+4
2010-11-09intel-hda: fix codec addressing.Gerd Hoffmann1-4/+4
2010-11-09intel-hda: add msi supportGerd Hoffmann1-2/+31
2010-11-09intel-hda: update irq status on WAKEEN changes.Gerd Hoffmann1-0/+6
2010-11-09intel-hda: Honor WAKEEN bits.François Revol1-1/+2
2010-11-09hda-audio: exit cleanupGerd Hoffmann1-0/+24
2010-11-09intel-hda: exit cleanupGerd Hoffmann2-0/+21
2010-11-07Fix win32 buildBlue Swirl1-1/+1
2010-11-04scsi-disk: Fix immediate failure of bdrv_aio_*Kevin Wolf1-5/+6
2010-11-04virtio-blk: Handle immediate flush failure properlyKevin Wolf1-1/+1
2010-11-04ide: Handle immediate bdrv_aio_flush failureKevin Wolf1-3/+9
2010-11-04block: avoid a warning on 64 bit hosts with long as int64_tBlue Swirl1-2/+2
2010-11-04qcow2: Invalidate cache after failed readKevin Wolf2-0/+2
2010-11-04vpc: Implement bdrv_flushKevin Wolf1-8/+13
2010-11-04scsi-disk: Implement werror for flushesKevin Wolf1-1/+16
2010-11-04scsi-disk: Complete failed requests in scsi_disk_emulate_commandKevin Wolf1-11/+10
2010-11-04block: Allow bdrv_flush to return errorsKevin Wolf13-25/+45
2010-11-04scsi-disk: Implement rerror optionKevin Wolf2-37/+69
2010-11-03Fold send_all() wrapper unix_write() into one functionJes Sorensen1-6/+2
2010-11-03Remove obsolete 'f' double parameter typeJes Sorensen1-17/+1