summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2013-04-27sparc64: allow 64 IRQ linesArtyom Tarasenko2-2/+2
2013-04-27Merge branch 'ppc-for-upstream' of git://github.com/agraf/qemuAurelien Jarno10-50/+141
2013-04-26pseries: Generate device paths for VIO devicesDavid Gibson1-14/+23
2013-04-26pseries: Convert VIO code to QOM style type safe(ish) castsDavid Gibson5-28/+43
2013-04-26pseries: Fix some small errors in XICS logicDavid Gibson1-0/+2
2013-04-26pseries: Fixes and enhancements to L1 cache propertiesDavid Gibson1-2/+19
2013-04-26PPC: mac newworld: fix cpu NIP reset valueAlexander Graf1-0/+2
2013-04-26Enable kvm emulated watchdogBharat Bhushan1-4/+41
2013-04-26PPC: Remove env->hreset_excp_prefixFabien Chouteau1-2/+4
2013-04-26PPC: e500: advertise 4.2 MPIC only if KVM supports EPRStuart Yoder1-0/+7
2013-04-26virtio-rng-s390: add properties.KONRAD Frederic1-0/+8
2013-04-26S390: CCW: Use new, working firmware by defaultAlexander Graf1-1/+1
2013-04-26S390: IPL: Use different firmware for different machinesAlexander Graf4-6/+11
2013-04-26S390: IPL: Support ELF firmwareAlexander Graf1-6/+10
2013-04-26S390: Make IPL reset address dynamicAlexander Graf1-11/+11
2013-04-26virtio: Fix compilation without CONFIG_VHOST_SCSIEd Maste3-0/+6
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