aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-11-29ide: Reset current_addr after stopping DMAKevin Wolf
2010-11-29ide: Ignore double DMA transfer starts/stopsKevin Wolf
2010-11-29ide: Set bus master inactive on errorKevin Wolf
2010-11-29ide: Factor ide_dma_set_inactive outKevin Wolf
2010-11-26raw-posix: raw_pwrite comment fixupChristoph Hellwig
2010-11-25scsi-disk: Remove duplicate cdb parsingHannes Reinecke
2010-11-25scsi: Move sense handling into the driverHannes Reinecke
2010-11-25scsi: INQUIRY VPD fixesHannes Reinecke
2010-11-25scsi: Return SAM status codesHannes Reinecke
2010-11-25scsi: Increase the number of possible devicesHannes Reinecke
2010-11-24block: Remove unused s->hd in various driversKevin Wolf
2010-11-24qemu and qemu-xen: support empty write barriers in xen_diskStefano Stabellini
2010-11-24ide: convert bmdma address ioport to ioport_register()Avi Kivity
2010-11-24block migration: do not submit multiple AIOs for same sector (v2)Marcelo Tosatti
2010-11-24Implement drive_del to decouple block removal from device removalRyan Harper
2010-11-24scsi-disk: Move active request assertsStefan Hajnoczi
2010-11-23microblaze: target-ify target_ucontextRichard Henderson
2010-11-21virtio-pci: Convert fprintf() to error_report()Stefan Hajnoczi
2010-11-21virtio-net: Convert fprintf() to error_report()Stefan Hajnoczi
2010-11-21virtio: Convert fprintf() to error_report()Stefan Hajnoczi
2010-11-21virtio-blk: Convert fprintf() to error_report()Stefan Hajnoczi
2010-11-21vgabios update: handle compatibility with older qemu versionsGerd Hoffmann
2010-11-21pcnet: Do not receive external frames in loopback modeJan Kiszka
2010-11-21piix4 acpi: convert io BAR to type-safe ioport callbacksAvi Kivity
2010-11-21Type-safe ioport callbacksAvi Kivity
2010-11-21trace: Trace vm_start()/vm_stop()Stefan Hajnoczi
2010-11-21virtfs: enable MSI-XGerd Hoffmann
2010-11-21pc: add 0.13 pc machine typeGerd Hoffmann
2010-11-21trace: Use fprintf_function (format checking)Stefan Weil
2010-11-21slirp: Remove unused code for bad sprintfStefan Weil
2010-11-21pc: disable the BOCHS BIOS panic portBernhard Kohl
2010-11-21optionrom: fix bugs in signrom.shAvi Kivity
2010-11-21Makefile: Fix check dependency breakageLuiz Capitulino
2010-11-21block migration: do not submit multiple AIOs for same sectorMarcelo Tosatti
2010-11-21block: set sector dirty on AIO write completionMarcelo Tosatti
2010-11-21block: fix shift in dirty bitmap calculationMarcelo Tosatti
2010-11-21Add support for generating a systemtap tapset static probesDaniel P. Berrange
2010-11-21Add a DTrace tracing backend targetted for SystemTAP compatabilityDaniel P. Berrange
2010-11-21Revert "Add a DTrace tracing backend targetted for SystemTAP compatability"Anthony Liguori
2010-11-21Revert "Add support for generating a systemtap tapset static probes"Anthony Liguori
2010-11-18audio: Only use audio timer when necessarymalc
2010-11-16pc: Fix e820 fw_cfg for big endianAlex Williamson
2010-11-16pc: e820 qemu_cfg tables need to be packedAlex Williamson
2010-11-16Fix compilation failure with simple trace when srcdir==objdirPeter Maydell
2010-11-16Delete IOHandlers after potentially running themStefan Hajnoczi
2010-11-16usb-linux: Get the active configuration from sysfs rather then asking the devHans de Goede
2010-11-16usb-linux: introduce a usb_linux_get_configuration functionHans de Goede
2010-11-16usb-linux: Store devpath into USBHostDevice when usb_fs_type == USB_FS_SYSHans de Goede
2010-11-16Add missing bracesJes Sorensen
2010-11-16Out off array access in usb-netGleb Natapov