aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)Author
2012-10-11scsi-disk: fix check for out-of-range LBAPaolo Bonzini
2012-10-11scsi-disk: introduce check_lba_rangePaolo Bonzini
2012-10-11pflash_cfi01: fix vendor specific extended queryAurelien Jarno
2012-10-11xilinx_timer: Fix a compile error if debug enabledChris Wulff
2012-10-11xilinx.h: Error check when setting linksPeter A. G. Crosthwaite
2012-10-11xilinx_timer: Send dbg msgs to stderr not stdoutPeter A. G. Crosthwaite
2012-10-11xilinx_timer: Removed comma in device namePeter A. G. Crosthwaite
2012-10-11net: fix usbnet_receive() packet dropsStefan Hajnoczi
2012-10-11net: clean up usbnet_receive()Stefan Hajnoczi
2012-10-11eepro100: Fix network hang when rx buffers run outBo Yang
2012-10-11xen: flush queue when getting an eventPaolo Bonzini
2012-10-11e1000: flush queue whenever can_receive can go from false to truePaolo Bonzini
2012-10-11net: notify iothread after flushing queuePaolo Bonzini
2012-10-11Spelling fixes in comments and documentationStefan Weil
2012-10-11srp: Don't use QEMU_PACKED for single elements of a structured typeStefan Weil
2012-10-11uhci: Don't queue up packets after one with the SPD flag setHans de Goede
2012-10-11usb-redir: Revert usb-redir part of commit 93bfef4cHans de Goede
2012-10-11ehci: Walk async schedule before and after migrationHans de Goede
2012-10-11ehci: Don't set seen to 0 when removing unseen queue-headsHans de Goede
2012-10-11hw/qxl: tracing fixesAlon Levy
2012-10-11ahci: properly reset PxCMD on HBA resetJason Baron
2012-10-11ide: Fix error messages from static code analysis (no real error)Stefan Weil
2012-10-11ehci: Don't process too much frames in 1 timer tick (v2)Hans de Goede
2012-10-11ehci: Fix interrupts stopping when Interrupt Threshold Control is 8Hans de Goede
2012-10-11ehci: switch to new-style memory opsGerd Hoffmann
2012-10-11qxl: better cleanup for surface destroyUri Lublin
2012-10-11usb-host: allow emulated (non-async) control requests without USBPacketGerd Hoffmann
2012-10-11qxl: dont update invalid areaDunrong Huang
2012-10-11xhci: allow bytewise capability register readsGerd Hoffmann
2012-10-11xhci: fix runtime write tracepointGerd Hoffmann
2012-10-11xhci: drop bufferingGerd Hoffmann
2012-10-11xhci: rip out background transfer codeGerd Hoffmann
2012-10-11usb-audio: fix usb versionGerd Hoffmann
2012-10-11Better name usb braille deviceSamuel Thibault
2012-10-11usb-redir: Return babble when getting more bulk data then requestedHans de Goede
2012-10-11usb-redir: Move to core packet id and queue handlingHans de Goede
2012-10-11usb-redir: Get rid of unused async-struct dev memberHans de Goede
2012-10-11usb-redir: Get rid of local shadow copy of packet headersHans de Goede
2012-10-11usb-redir: Get rid of async-struct get memberHans de Goede
2012-10-11usb-redir: Don't delay handling of open events to a bottom halfHans de Goede
2012-10-11usb-redir: Never return USB_RET_NAK for async handled packetsHans de Goede
2012-10-11ehci: Correct a comment in fetchqtd packet processingHans de Goede
2012-10-11ehci: Handle USB_RET_PROCERR in ehci_fill_queueHans de Goede
2012-10-11ehci: Fix memory leak in handling of NAK-ed packetsHans de Goede
2012-10-11ehci: Add some additional ehci_trace_guest_bug() callsHans de Goede
2012-10-11ehci: add doorbell trace eventsGerd Hoffmann
2012-10-11ehci: trace guest bugsGerd Hoffmann
2012-10-11ehci: check for EHCI_ASYNC_FINISHED first in ehci_free_packetGerd Hoffmann
2012-10-11ehci: Properly report completed but not yet processed packets to the guestHans de Goede
2012-10-11ehci: Properly cleanup packets on cancelHans de Goede