summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2013-04-25console: zap ds arg from register_displaychangelistenerGerd Hoffmann1-3/+1
2013-04-25console: add device link to QemuConsolesGerd Hoffmann21-26/+27
2013-04-25console: qom-ify QemuConsoleGerd Hoffmann1-1/+1
2013-04-25virtio-ccw: Check indicators location.Cornelia Huck1-0/+6
2013-04-24pc: Kill the "use flash device for BIOS unless KVM" misfeatureMarkus Armbruster3-4/+34
2013-04-24pc: Split pc_init_pci_1_0() off pc_init_pci_1_2()Markus Armbruster1-4/+12
2013-04-24pc: Inline pc_init_pci_1_3() into pc_init_pci_1_2()Markus Armbruster1-1/+2
2013-04-24Merge remote-tracking branch 'alon/libcacard_ccid.1' into stagingAnthony Liguori3-61/+254
2013-04-24virtio: cleanup: init and exit function.KONRAD Frederic7-24/+9
2013-04-24virtio: remove virtiobindings.KONRAD Frederic9-99/+73
2013-04-24virtio: remove the function pointer.KONRAD Frederic12-83/+62
2013-04-24virtio-pci: cleanup.KONRAD Frederic2-54/+2
2013-04-24virtio-bus: make virtio_x_bus_new static.KONRAD Frederic6-8/+9
2013-04-24virtio-bus: add new functions.KONRAD Frederic1-0/+23
2013-04-24virtio-rng: cleanup: use QOM casts.KONRAD Frederic1-12/+15
2013-04-24virtio-rng: cleanup: remove qdev field.KONRAD Frederic1-2/+0
2013-04-24virtio-rng: cleanup: init and exit functions.KONRAD Frederic1-66/+21
2013-04-24virtio-rng-ccw: switch to the new API.KONRAD Frederic2-28/+32
2013-04-24virtio-rng-s390: switch to the new API.KONRAD Frederic2-17/+34
2013-04-24virtio-rng-pci: switch to the new API.KONRAD Frederic2-90/+74
2013-04-24virtio-rng: add virtio-rng device.KONRAD Frederic3-16/+103
2013-04-24virtio-rng: don't use pointer for configuration.KONRAD Frederic1-6/+6
2013-04-24input: introduce keyboard handler listGerd Hoffmann1-2/+2
2013-04-24ich9: kill cmos_s3Hu Tao3-17/+4
2013-04-24dev-smartcard-reader: empty implementation for Mechanical (fail correctly)Alon Levy1-0/+4
2013-04-24dev-smartcard-reader: copy atr protocol to ccid parametersAlon Levy1-0/+45
2013-04-24dev-smartcard-reader: change default protocol to T=0Alon Levy1-3/+3
2013-04-24dev-smartcard-reader: define structs for CCID_Parameter internalsAlon Levy1-27/+47
2013-04-24ccid-card-passthru, dev-smartcard-reader: add debug environment variablesAlon Levy2-0/+3
2013-04-24ccid-card-passthru: add atr checkAlon Levy1-0/+59
2013-04-24dev-smartcard-reader: reuse usb.h definitionsAlon Levy1-11/+5
2013-04-24dev-smartcard-reader: support windows guestAlon Levy1-2/+2
2013-04-24dev-smartcard-reader: remove aborts (never triggered, but just in case)Alon Levy1-8/+12
2013-04-24dev-smartcard-reader: nicer debug messagesAlon Levy1-6/+63
2013-04-24dev-smartcard-reader: white space fixesAlon Levy1-0/+4
2013-04-24ccid: declare DEFAULT_ATR table to be "static const"Jim Meyering1-1/+1
2013-04-24ccid: make backend_enum_table "static const" and adjust usersJim Meyering1-3/+3
2013-04-24ccid-card-emul: do not crash if backend is not providedMarc-André Lureau1-0/+3
2013-04-23Move TPM passthrough specific command line options to backend structureStefan Berger2-0/+23
2013-04-23virtio-9p: cleanup: QOM casts.KONRAD Frederic3-10/+5
2013-04-23virtio-9p: cleanup: init function.KONRAD Frederic1-52/+23
2013-04-23virtio-9p-pci: switch to the new API.KONRAD Frederic3-30/+54
2013-04-23virtio-9p: add the virtio-9p device.KONRAD Frederic3-9/+76
2013-04-23usb-host: raise libusbx minimum version to 1.0.13Gerd Hoffmann1-5/+0
2013-04-23usb: better speed mismatch error reportingGerd Hoffmann2-6/+32
2013-04-23ehci_free_packet: Discard finished packets when the queue is haltedHans de Goede1-5/+11
2013-04-23xhci: remove XHCIRing->base (unused)Gerd Hoffmann1-3/+1
2013-04-22tpm: Simplify creation of cancel pathStefan Berger1-57/+17
2013-04-22Merge remote-tracking branch 'bonzini/scsi-next' into stagingAnthony Liguori15-170/+2286
2013-04-22Merge remote-tracking branch 'luiz/queue/qmp' into stagingAnthony Liguori1-1/+1