summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-01-09Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-4.0-20190109' into...Peter Maydell
2019-01-09spapr: enable XIVE MMIOs at resetCédric Le Goater
2019-01-09spapr: introduce a new sPAPR IRQ backend supporting XIVE and XICSCédric Le Goater
2019-01-09ppc/xics: allow ICSState to have an offset 0Cédric Le Goater
2019-01-09spapr: move the qemu_irq array under the machineCédric Le Goater
2019-01-09pnv/psi: move the ICSState qemu_irq array under the PSI device modelCédric Le Goater
2019-01-09ppc: export the XICS and XIVE set_irq handlersCédric Le Goater
2019-01-09spapr: return from post_load method when RTC import failsCédric Le Goater
2019-01-09ppc: replace the 'Object *intc' by a 'ICPState *icp' pointer under the CPUCédric Le Goater
2019-01-09ppc/xive: introduce a XiveTCTX pointer under PowerPCCPUCédric Le Goater
2019-01-09spapr: modify the prototype of the cpu_intc_create() methodCédric Le Goater
2019-01-09spapr/xive: simplify the sPAPR IRQ qirq method for XIVECédric Le Goater
2019-01-09spapr_pci: Define SPAPR_MAX_PHBS in hw/pci-host/spapr.hGreg Kurz
2019-01-09pci: allow cleanup/unregistration of PCI root busesMichael Roth
2019-01-09spapr: move spapr_create_phb() to core machine codeGreg Kurz
2019-01-09MAINTAINERS: add qemu_vga.ndrv file entry for Mac machinesMark Cave-Ayland
2019-01-09MAINTAINERS: Add some missing ppc-related filesThomas Huth
2019-01-09target/ppc: replace AVR* macros with Vsr* macrosMark Cave-Ayland
2019-01-09target/ppc: move FP and VMX registers into aligned vsr register arrayMark Cave-Ayland
2019-01-09target/ppc: merge ppc_vsr_t and ppc_avr_t union typesMark Cave-Ayland
2019-01-09target/ppc: switch FPR, VMX and VSX helpers to access data directly from cpu_envMark Cave-Ayland
2019-01-09target/ppc: introduce get_cpu_vsr{l,h}() and set_cpu_vsr{l,h}() helpers for V...Mark Cave-Ayland
2019-01-09target/ppc: introduce get_avr64() and set_avr64() helpers for VMX register ac...Mark Cave-Ayland
2019-01-09target/ppc: introduce get_fpr() and set_fpr() helpers for FP register accessMark Cave-Ayland
2019-01-09target/ppc: switch EXTRACT_HELPER macros over to use sextract32/extract32Mark Cave-Ayland
2019-01-09target/ppc: fix typo in SIMM5 extraction helperMark Cave-Ayland
2019-01-09MAINTAINERS: Add more files to sam460exBALATON Zoltan
2019-01-09ppc4xx: Disable debug logging by defaultBALATON Zoltan
2019-01-09ppc/spapr: Receive and store device tree blob from SLOFAlexey Kardashevskiy
2019-01-09spapr: Add H-Call H_HOME_NODE_ASSOCIATIVITYLaurent Vivier
2019-01-08Merge remote-tracking branch 'remotes/kraxel/tags/usb-20190108-pull-request' ...Peter Maydell
2019-01-08qemu-thread: Don't block SEGV, ILL and FPERoman Bolshakov
2019-01-08util: Implement debug-threads for macOSRoman Bolshakov
2019-01-08ui/cocoa: Include less of the generated modular QAPI headersMarkus Armbruster
2019-01-08usb: move ehci_create_ich9_with_companions to hw/i386Paolo Bonzini
2019-01-08hw/usb: Add generic sys-bus EHCI controllerHongbo Zhang
2019-01-08usb: dev-mtp: fix memory leak in error pathLi Qiang
2019-01-08usb: drop unnecessary usb_device_post_load checksJonathan Davies
2019-01-08Merge remote-tracking branch 'remotes/rth/tags/pull-axp-20190108' into stagingPeter Maydell
2019-01-08pc-bios: Update palcode-clipperRichard Henderson
2019-01-08target/alpha: Fix user-only initialization of fpcrRichard Henderson
2019-01-08hw/alpha/typhoon: Stop calling cpu_unassigned_access()Peter Maydell
2019-01-07Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20190107'...Peter Maydell
2019-01-07Support u-boot noload images for arm as used by, NetBSD/evbarm GENERIC kernel.Nick Hudson
2019-01-07Merge remote-tracking branch 'remotes/elmarco/tags/machine-props-pull-request...Peter Maydell
2019-01-07hw/misc/tz-mpc: Fix value of BLK_MAX registerPeter Maydell
2019-01-07target/arm: Emit barriers for A32/T32 load-acquire/store-release insnsPeter Maydell
2019-01-07arm: Add Clock peripheral stub to NRF51 SOCSteffen Görtz
2019-01-07tests/microbit-test: Add Tests for nRF51 TimerSteffen Görtz
2019-01-07arm: Instantiate NRF51 TimersSteffen Görtz