aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
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
2018-01-23linux-user: remove nmi.c and fw-path-provider.cLaurent Vivier3-79/+99
2018-01-23Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20180122' into stagingPeter Maydell3-7/+8
2018-01-23hw/block: Fix pin-based interrupt behaviour of NVMeHikaru Nishida2-5/+35
2018-01-23Merge remote-tracking branch 'remotes/huth/tags/pull-request-2018-01-22' into...Peter Maydell59-297/+295
2018-01-22target/xtensa: allow different default CPU for MMU/noMMUMax Filippov1-8/+8
2018-01-22Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.12-20180121' int...Peter Maydell7-82/+49
2018-01-22s390x: fix storage attributes migration for non-small guestsClaudio Imbrenda1-2/+2
2018-01-22hw/s390x: Replace fprintf(stderr, "*\n" with qemu_log_mask()Alistair Francis1-2/+3
2018-01-22s390x/sclp: fix missing be conversionDavid Hildenbrand1-2/+2
2018-01-22s390x/sclp: fixup highest CPU addressChristian Borntraeger1-1/+1
2018-01-22hw/isa: Replace fprintf(stderr, "*\n" with error_report()Alistair Francis1-3/+4
2018-01-22hw/ipmi: Replace fprintf(stderr, "*\n" with error_report()Alistair Francis1-2/+3
2018-01-22hw/bt: Replace fprintf(stderr, "*\n" with error_report()Alistair Francis6-67/+65
2018-01-22Fixes after renaming __FUNCTION__ to __func__Alistair Francis2-6/+4
2018-01-22Replace all occurances of __FUNCTION__ with __func__Alistair Francis57-255/+255
2018-01-20target/ppc/spapr_caps: Add macro to generate spapr_caps migration vmstateSuraj Jitindar Singh1-54/+24
2018-01-20sii3112: Add explicit type casts to avoid unintended sign extensionBALATON Zoltan1-5/+5
2018-01-20sm501: Add missing break to caseBALATON Zoltan1-0/+1
2018-01-20spapr: fix device tree properties when using compatibility modeGreg Kurz3-18/+16
2018-01-20spapr: drop duplicate variable in spapr_core_plug()Greg Kurz1-3/+1
2018-01-20hw/ppc/Makefile: Add a way to disable the PPC4xx boardsThomas Huth1-2/+2
2018-01-19hw/ide: Remove duplicated definitions from ahci_internal.hJohn Snow1-4/+0
2018-01-19ide: abort TRIM operation for invalid rangeAnton Nefedov1-2/+13
2018-01-19ide: move ide_sect_range_ok() upAnton Nefedov1-12/+12
2018-01-19ide: pass IDEState to trim AIO callbackAnton Nefedov1-6/+8
2018-01-19fw_cfg: fix memory corruption when all fw_cfg slots are usedMarcel Apfelbaum1-2/+4
2018-01-19possible_cpus: add CPUArchId::type fieldIgor Mammedov5-13/+20
2018-01-19nvdimm: add 'unarmed' optionHaozhong Zhang2-0/+33