summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2017-10-24Merge remote-tracking branch 'remotes/kraxel/tags/input-20171023-pull-request...Peter Maydell2-37/+173
2017-10-24Merge remote-tracking branch 'remotes/kraxel/tags/usb-20171023-pull-request' ...Peter Maydell1-22/+1
2017-10-23ps2: fix scancodes sent for Ctrl+Pause key combinationDaniel P. Berrange1-16/+35
2017-10-23ps2: fix scancodess sent for Pause key in AT set 1Daniel P. Berrange1-1/+1
2017-10-23ps2: fix scancodes sent for Shift/Ctrl+Print key combinationDaniel P. Berrange1-0/+19
2017-10-23ps2: fix scancodes sent for Alt-Print key combination (aka SysRq)Daniel P. Berrange2-20/+118
2017-10-23input: use hex in ps2 keycode trace eventsDaniel P. Berrange1-1/+1
2017-10-23usb-ccid: remove needless migration state codeMarc-André Lureau1-22/+1
2017-10-21openrisc: Only kick cpu on timeout, not on updateStafford Horne1-1/+1
2017-10-21openrisc: Initial SMP supportStafford Horne1-23/+65
2017-10-21openrisc/cputimer: Perparation for MulticoreStafford Horne1-15/+47
2017-10-21openrisc/ompic: Add OpenRISC Multicore PIC (OMPIC)Stafford Horne2-0/+180
2017-10-20s390x: refactor error handling for MSCH handlerHalil Pasic1-13/+5
2017-10-20s390x: refactor error handling for HSCH handlerHalil Pasic1-13/+5
2017-10-20s390x: refactor error handling for CSCH handlerHalil Pasic1-9/+3
2017-10-20s390x: refactor error handling for XSCH handlerHalil Pasic1-12/+5
2017-10-20s390x: improve error handling for SSCH and RSCHHalil Pasic3-73/+50
2017-10-20s390x: move s390x_new_cpu() into board codeIgor Mammedov1-0/+21
2017-10-20s390x/event-facility: variable-length event masksCornelia Huck1-6/+29
2017-10-20virtio-ccw: Add the virtio-input devices for CCW busFarhan Ali2-0/+122
2017-10-20s390x/tcg: unlock NMIDavid Hildenbrand1-3/+1
2017-10-20s390x/tcg: switch to new SIGP handling codeDavid Hildenbrand1-3/+1
2017-10-20s390x/kvm: factor out SIGP code into sigp.cDavid Hildenbrand1-0/+3
2017-10-20s390x/css: be more consistent if broken beyond repairHalil Pasic1-12/+4
2017-10-20S390: use g_new() family of functionsMarc-André Lureau2-7/+7
2017-10-20Merge remote-tracking branch 'remotes/stefanberger/tags/pull-tpm-2017-10-19-1...Peter Maydell6-402/+319
2017-10-19Merge remote-tracking branch 'remotes/mcayland/tags/qemu-sparc-signed' into s...Peter Maydell2-28/+79
2017-10-19tpm: move recv_data_callback to TPM interfaceMarc-André Lureau4-7/+13
2017-10-19tpm: add a QOM TPM interfaceMarc-André Lureau2-0/+21
2017-10-19tpm-tis: fold TPMTISEmuState in TPMStateMarc-André Lureau1-179/+157
2017-10-19tpm-tis: remove tpm_tis.h headerMarc-André Lureau3-96/+71
2017-10-19tpm-tis: move TPMState to TIS headerMarc-André Lureau3-21/+22
2017-10-19tpm: remove locty_data from TPMStateMarc-André Lureau3-11/+6
2017-10-19tpm-emulator: fix error handlingMarc-André Lureau1-6/+8
2017-10-19tpm: add TPMBackendCmd to hold the request stateMarc-André Lureau4-38/+34
2017-10-19tpm: remove locty argument from receive_cbMarc-André Lureau3-8/+4
2017-10-19tpm: remove needless castMarc-André Lureau1-1/+1
2017-10-19tpm: remove unused TPMBackendCmdMarc-André Lureau2-45/+26
2017-10-19tpm: remove TPMDriverOpsMarc-André Lureau2-31/+23
2017-10-19tpm: move TPMSizedBuffer to tpm_tis.hMarc-André Lureau1-0/+5
2017-10-19tpm: remove tpm_register_driver()Marc-André Lureau2-2/+0
2017-10-19tpm-tis: remove RAISE_STS_IRQMarc-André Lureau1-23/+1
2017-10-19tpm-tis: remove unused hw_access argumentMarc-André Lureau1-10/+3
2017-10-19Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell7-13/+71
2017-10-19Merge remote-tracking branch 'remotes/kraxel/tags/vga-20171017-pull-request' ...Peter Maydell2-14/+25
2017-10-19sun4u: fix assert when adding NICs which aren't the in-built modelMark Cave-Ayland1-2/+2
2017-10-19sun4u: update PCI topology to include simba PCI bridgesMark Cave-Ayland2-28/+79
2017-10-18scsi: reject configurations with logical block size > physical block sizeMark Kanda1-0/+8
2017-10-18qdev: defer DEVICE_DEL event until instance_finalize()Michael Roth1-11/+12
2017-10-18Revert "qdev: Free QemuOpts when the QOM path goes away"Michael Roth1-3/+1