summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2018-01-29hw: convert ps2 device to keycodemapdbDaniel P. Berrange1-399/+7
2018-01-29ps2: check PS2Queue pointers in post_load routinePrasad J Pandit1-12/+9
2018-01-29input: virtio: don't send mouse wheel event twiceMiika S1-2/+4
2018-01-29input: add mouse side buttons to virtio inputMiika S1-0/+2
2018-01-26Merge remote-tracking branch 'remotes/edgar/tags/edgar/xilinx-next-2018-01-26...Peter Maydell10-3/+1156
2018-01-26xlnx-zynqmp: Connect the IPI device to the ZynqMP SoCAlistair Francis1-0/+14
2018-01-26xlnx-zynqmp-pmu: Connect the IPI device to the PMUAlistair Francis1-0/+31
2018-01-26xlnx-zynqmp-ipi: Initial version of the Xilinx IPI deviceAlistair Francis2-0/+378
2018-01-26xlnx-zynqmp-pmu: Connect the PMU interrupt controllerAlistair Francis1-0/+24
2018-01-26xlnx-pmu-iomod-intc: Add the PMU Interrupt controllerAlistair Francis2-0/+555
2018-01-26aarch64-softmmu.mak: Use an ARM specific configAlistair Francis3-2/+3
2018-01-26xlnx-zynqmp-pmu: Add the CPU and memoryAlistair Francis1-2/+68
2018-01-26xlnx-zynqmp-pmu: Initial commit of the ZynqMP PMUAlistair Francis2-0/+84
2018-01-26microblaze: boot.c: Don't try to find NULL fileAlistair Francis1-1/+1
2018-01-26usb-ccid: convert CCIDCardClass::exitfn() -> unrealize()Philippe Mathieu-Daudé4-17/+17
2018-01-26usb-ccid: inline ccid_card_initfn() in ccid_card_realize()Philippe Mathieu-Daudé1-18/+7
2018-01-26hw/usb/ccid: Make ccid_card_init() take an error parameterMao Zhongyi4-45/+50
2018-01-26usb-storage: Fix share-rw option parsingFam Zheng2-2/+10
2018-01-26usb: Remove legacy -usbdevice options (host, serial, disk and net)Thomas Huth6-265/+1
2018-01-25Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20180125'...Peter Maydell6-13/+71
2018-01-25Merge remote-tracking branch 'remotes/mcayland/tags/qemu-sparc-signed' into s...Peter Maydell9-252/+363
2018-01-25Merge remote-tracking branch 'remotes/kraxel/tags/vga-20180125-pull-request' ...Peter Maydell1-0/+3
2018-01-25sun4u: implement power deviceMark Cave-Ayland1-1/+63
2018-01-25sparc64: convert hw/sparc64/sparc64.c from DPRINTF macros to trace eventsMark Cave-Ayland2-51/+52
2018-01-25pl110: Implement vertical compare/next base interruptsLinus Walleij1-1/+29
2018-01-25xilinx_spips: Correct usage of an uninitialized local variableFrancisco Iglesias1-1/+17
2018-01-25sdhci: fix a NULL pointer dereference due to uninitialized AddresSpace objectPhilippe Mathieu-Daudé1-0/+1
2018-01-25hw/arm/virt: Check that the CPU realize method succeededPeter Maydell1-1/+1
2018-01-25hw/intc/arm_gic: Fix the NS view of C_BPR when C_CTRL.CBPR is 1Luc MICHEL1-3/+13
2018-01-25hw/intc/arm_gic: Fix group priority computation for group 1 IRQsLuc MICHEL1-1/+2
2018-01-25hw/intc/arm_gic: Fix C_RPR value on idle priorityLuc MICHEL1-0/+5
2018-01-25hw/intc/arm_gic: Prevent the GIC from signaling an IRQ when it's "active and ...Luc MICHEL1-0/+1
2018-01-25i.MX: Fix FEC/ENET receive funtionsJean-Christophe Dubois1-6/+2
2018-01-25Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-2.12-pull-r...Peter Maydell3-79/+99
2018-01-25vga: check the validation of memory addr when draw textlinzhecheng1-0/+3
2018-01-24Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell2-5/+35
2018-01-24Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2-16/+8
2018-01-24sabre: convert from SABRE_DPRINTF macro to trace-eventsMark Cave-Ayland2-22/+21
2018-01-24apb: rename apb.c to sabre.cMark Cave-Ayland3-30/+31
2018-01-24sun4u: rename apb variables and constantsMark Cave-Ayland1-20/+21
2018-01-24apb: rename QOM type from TYPE_APB to TYPE_SABREMark Cave-Ayland2-18/+18
2018-01-24apb: QOMify sabre PCI host bridgeMark Cave-Ayland1-3/+3
2018-01-24apb: change pbm_pci_host prefix functions to use sabre_pci prefixMark Cave-Ayland1-6/+6
2018-01-24apb: rename APB functions to use sabre prefixMark Cave-Ayland1-55/+54
2018-01-24simba: rename PBMPCIBridge and QOM types to reflect simba namingMark Cave-Ayland2-17/+17
2018-01-24apb: split simba PCI bridge into hw/pci-bridge/simba.cMark Cave-Ayland3-61/+104
2018-01-24sparc/leon3 irqmp: fix IRQ software ackJean-Christophe Dubois1-6/+11
2018-01-24Revert "virtio: postpone the execution of event_notifier_cleanup function"Michael S. Tsirkin1-11/+8
2018-01-24Revert "virtio: improve virtio devices initialization time"Michael S. Tsirkin1-5/+0
2018-01-24Merge remote-tracking branch 'remotes/xtensa/tags/20180122-xtensa' into stagingPeter Maydell5-137/+411