summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-11-24block: Remove unused s->hd in various driversKevin Wolf5-6/+0
2010-11-24qemu and qemu-xen: support empty write barriers in xen_diskStefano Stabellini1-2/+10
2010-11-24ide: convert bmdma address ioport to ioport_register()Avi Kivity6-77/+27
2010-11-24block migration: do not submit multiple AIOs for same sector (v2)Marcelo Tosatti1-9/+5
2010-11-24Implement drive_del to decouple block removal from device removalRyan Harper3-0/+58
2010-11-24scsi-disk: Move active request assertsStefan Hajnoczi1-6/+6
2010-11-23microblaze: target-ify target_ucontextRichard Henderson1-9/+9
2010-11-21virtio-pci: Convert fprintf() to error_report()Stefan Hajnoczi1-2/+2
2010-11-21virtio-net: Convert fprintf() to error_report()Stefan Hajnoczi1-21/+20
2010-11-21virtio: Convert fprintf() to error_report()Stefan Hajnoczi1-17/+18
2010-11-21virtio-blk: Convert fprintf() to error_report()Stefan Hajnoczi1-2/+2
2010-11-21vgabios update: handle compatibility with older qemu versionsGerd Hoffmann3-0/+26
2010-11-21pcnet: Do not receive external frames in loopback modeJan Kiszka1-2/+3
2010-11-21piix4 acpi: convert io BAR to type-safe ioport callbacksAvi Kivity1-33/+22
2010-11-21Type-safe ioport callbacksAvi Kivity3-0/+96
2010-11-21trace: Trace vm_start()/vm_stop()Stefan Hajnoczi2-0/+6
2010-11-21virtfs: enable MSI-XGerd Hoffmann2-1/+12
2010-11-21pc: add 0.13 pc machine typeGerd Hoffmann1-1/+9
2010-11-21trace: Use fprintf_function (format checking)Stefan Weil1-3/+3
2010-11-21slirp: Remove unused code for bad sprintfStefan Weil3-62/+0
2010-11-21pc: disable the BOCHS BIOS panic portBernhard Kohl1-2/+2
2010-11-21optionrom: fix bugs in signrom.shAvi Kivity1-4/+3
2010-11-21Makefile: Fix check dependency breakageLuiz Capitulino1-6/+8
2010-11-21block migration: do not submit multiple AIOs for same sectorMarcelo Tosatti1-0/+61
2010-11-21block: set sector dirty on AIO write completionMarcelo Tosatti1-1/+41
2010-11-21block: fix shift in dirty bitmap calculationMarcelo Tosatti1-6/+6
2010-11-21Add support for generating a systemtap tapset static probesDaniel P. Berrange3-18/+146
2010-11-21Add a DTrace tracing backend targetted for SystemTAP compatabilityDaniel P. Berrange5-11/+154
2010-11-21Revert "Add a DTrace tracing backend targetted for SystemTAP compatability"Anthony Liguori5-148/+11
2010-11-21Revert "Add support for generating a systemtap tapset static probes"Anthony Liguori3-115/+1
2010-11-18audio: Only use audio timer when necessarymalc1-14/+10
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