Age | Commit message (Expand) | Author | Files | Lines |
2013-04-26 | S390: IPL: Use different firmware for different machines | Alexander Graf | 4 | -6/+11 |
2013-04-26 | S390: IPL: Support ELF firmware | Alexander Graf | 1 | -6/+10 |
2013-04-26 | S390: Make IPL reset address dynamic | Alexander Graf | 1 | -11/+11 |
2013-04-26 | virtio: Fix compilation without CONFIG_VHOST_SCSI | Ed Maste | 3 | -0/+6 |
2013-04-25 | console: zap ds arg from register_displaychangelistener | Gerd Hoffmann | 1 | -3/+1 |
2013-04-25 | console: add device link to QemuConsoles | Gerd Hoffmann | 21 | -26/+27 |
2013-04-25 | console: qom-ify QemuConsole | Gerd Hoffmann | 1 | -1/+1 |
2013-04-25 | virtio-ccw: Check indicators location. | Cornelia Huck | 1 | -0/+6 |
2013-04-24 | pc: Kill the "use flash device for BIOS unless KVM" misfeature | Markus Armbruster | 3 | -4/+34 |
2013-04-24 | pc: Split pc_init_pci_1_0() off pc_init_pci_1_2() | Markus Armbruster | 1 | -4/+12 |
2013-04-24 | pc: Inline pc_init_pci_1_3() into pc_init_pci_1_2() | Markus Armbruster | 1 | -1/+2 |
2013-04-24 | Merge remote-tracking branch 'alon/libcacard_ccid.1' into staging | Anthony Liguori | 3 | -61/+254 |
2013-04-24 | virtio: cleanup: init and exit function. | KONRAD Frederic | 7 | -24/+9 |
2013-04-24 | virtio: remove virtiobindings. | KONRAD Frederic | 9 | -99/+73 |
2013-04-24 | virtio: remove the function pointer. | KONRAD Frederic | 12 | -83/+62 |
2013-04-24 | virtio-pci: cleanup. | KONRAD Frederic | 2 | -54/+2 |
2013-04-24 | virtio-bus: make virtio_x_bus_new static. | KONRAD Frederic | 6 | -8/+9 |
2013-04-24 | virtio-bus: add new functions. | KONRAD Frederic | 1 | -0/+23 |
2013-04-24 | virtio-rng: cleanup: use QOM casts. | KONRAD Frederic | 1 | -12/+15 |
2013-04-24 | virtio-rng: cleanup: remove qdev field. | KONRAD Frederic | 1 | -2/+0 |
2013-04-24 | virtio-rng: cleanup: init and exit functions. | KONRAD Frederic | 1 | -66/+21 |
2013-04-24 | virtio-rng-ccw: switch to the new API. | KONRAD Frederic | 2 | -28/+32 |
2013-04-24 | virtio-rng-s390: switch to the new API. | KONRAD Frederic | 2 | -17/+34 |
2013-04-24 | virtio-rng-pci: switch to the new API. | KONRAD Frederic | 2 | -90/+74 |
2013-04-24 | virtio-rng: add virtio-rng device. | KONRAD Frederic | 3 | -16/+103 |
2013-04-24 | virtio-rng: don't use pointer for configuration. | KONRAD Frederic | 1 | -6/+6 |
2013-04-24 | input: introduce keyboard handler list | Gerd Hoffmann | 1 | -2/+2 |
2013-04-24 | ich9: kill cmos_s3 | Hu Tao | 3 | -17/+4 |
2013-04-24 | dev-smartcard-reader: empty implementation for Mechanical (fail correctly) | Alon Levy | 1 | -0/+4 |
2013-04-24 | dev-smartcard-reader: copy atr protocol to ccid parameters | Alon Levy | 1 | -0/+45 |
2013-04-24 | dev-smartcard-reader: change default protocol to T=0 | Alon Levy | 1 | -3/+3 |
2013-04-24 | dev-smartcard-reader: define structs for CCID_Parameter internals | Alon Levy | 1 | -27/+47 |
2013-04-24 | ccid-card-passthru, dev-smartcard-reader: add debug environment variables | Alon Levy | 2 | -0/+3 |
2013-04-24 | ccid-card-passthru: add atr check | Alon Levy | 1 | -0/+59 |
2013-04-24 | dev-smartcard-reader: reuse usb.h definitions | Alon Levy | 1 | -11/+5 |
2013-04-24 | dev-smartcard-reader: support windows guest | Alon Levy | 1 | -2/+2 |
2013-04-24 | dev-smartcard-reader: remove aborts (never triggered, but just in case) | Alon Levy | 1 | -8/+12 |
2013-04-24 | dev-smartcard-reader: nicer debug messages | Alon Levy | 1 | -6/+63 |
2013-04-24 | dev-smartcard-reader: white space fixes | Alon Levy | 1 | -0/+4 |
2013-04-24 | ccid: declare DEFAULT_ATR table to be "static const" | Jim Meyering | 1 | -1/+1 |
2013-04-24 | ccid: make backend_enum_table "static const" and adjust users | Jim Meyering | 1 | -3/+3 |
2013-04-24 | ccid-card-emul: do not crash if backend is not provided | Marc-André Lureau | 1 | -0/+3 |
2013-04-23 | Move TPM passthrough specific command line options to backend structure | Stefan Berger | 2 | -0/+23 |
2013-04-23 | virtio-9p: cleanup: QOM casts. | KONRAD Frederic | 3 | -10/+5 |
2013-04-23 | virtio-9p: cleanup: init function. | KONRAD Frederic | 1 | -52/+23 |
2013-04-23 | virtio-9p-pci: switch to the new API. | KONRAD Frederic | 3 | -30/+54 |
2013-04-23 | virtio-9p: add the virtio-9p device. | KONRAD Frederic | 3 | -9/+76 |
2013-04-23 | usb-host: raise libusbx minimum version to 1.0.13 | Gerd Hoffmann | 1 | -5/+0 |
2013-04-23 | usb: better speed mismatch error reporting | Gerd Hoffmann | 2 | -6/+32 |
2013-04-23 | ehci_free_packet: Discard finished packets when the queue is halted | Hans de Goede | 1 | -5/+11 |