aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2020-10-27hw/arm/raspi: add a skeleton implementation of the CPRMANLuc Michel3-1/+63
2020-10-27hw/arm/raspi: fix CPRMAN base addressLuc Michel2-4/+3
2020-10-27hw/core/clock: provide the VMSTATE_ARRAY_CLOCK macroLuc Michel1-0/+5
2020-10-27hw/arm/bcm2836: Introduce the BCM2835 SoCPhilippe Mathieu-Daudé1-0/+1
2020-10-27hw/arm/bcm2836: Restrict BCM283XInfo declaration to C sourcePhilippe Mathieu-Daudé1-8/+0
2020-10-27hw/gpio: Add GPIO model for Nuvoton NPCM7xxHavard Skinnemoen2-0/+57
2020-10-27hw/arm/npcm7xx: Add EHCI and OHCI controllersHavard Skinnemoen1-0/+4
2020-10-27hw/misc: Add npcm7xx random number generatorHavard Skinnemoen2-0/+36
2020-10-27hw/timer: Adding watchdog for NPCM7XX Timer.Hao Wu2-7/+43
2020-10-27include/elf: Add defines related to GNU property notes for AArch64Richard Henderson1-0/+22
2020-10-27linux-user: Set PAGE_TARGET_1 for TARGET_PROT_BTIRichard Henderson1-0/+2
2020-10-26Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell1-1/+0
2020-10-26Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2020-10-2...Peter Maydell3-0/+27
2020-10-26Merge remote-tracking branch 'remotes/alistair/tags/pull-riscv-to-apply-20201...Peter Maydell4-4/+98
2020-10-26machine: remove deprecated -machine enforce-config-section optionPaolo Bonzini1-1/+0
2020-10-26fuzz: Add fuzzer callbacks to DMA-read functionsAlexander Bulekov2-0/+4
2020-10-26fuzz: Declare DMA Read callback functionAlexander Bulekov1-0/+8
2020-10-26fuzz: Add DMA support to the generic-fuzzerAlexander Bulekov1-0/+7
2020-10-24memory: Add FlatView foreach functionAlexander Bulekov1-0/+5
2020-10-24accel: move qtest CpusAccel functions to a common locationJason Andryuk1-0/+3
2020-10-23util/vhost-user-server: move header to include/Stefan Hajnoczi1-0/+65
2020-10-22hw/misc/sifive_u_otp: Add backend drive supportGreen Wan1-0/+2
2020-10-22hw/misc/sifive_u_otp: Add write function and write-once protectionGreen Wan1-0/+3
2020-10-22hw/riscv: Load the kernel after the firmwareAlistair Francis1-0/+3
2020-10-22hw/riscv: Add a riscv_is_32_bit() functionAlistair Francis1-0/+2
2020-10-22hw/riscv: Return the end address of the loaded firmwareAlistair Francis1-4/+4
2020-10-22hw/riscv: sifive_u: Allow specifying the CPUAlistair Francis1-0/+1
2020-10-22hw/intc: Move sifive_plic.h to the include directoryBin Meng1-0/+83
2020-10-22Merge remote-tracking branch 'remotes/kraxel/tags/modules-20201022-pull-reque...Peter Maydell2-41/+45
2020-10-21Merge remote-tracking branch 'remotes/kraxel/tags/microvm-20201021-pull-reque...Peter Maydell3-1/+27
2020-10-21spice: wire up monitor in QemuSpiceOps.Gerd Hoffmann1-0/+3
2020-10-21spice: move display_add_client() to QemuSpiceOps.Gerd Hoffmann2-6/+1
2020-10-21spice: move auth functions to QemuSpiceOps.Gerd Hoffmann2-14/+3
2020-10-21spice: move add_interface() to QemuSpiceOps.Gerd Hoffmann2-1/+7
2020-10-21spice: move display_init() to QemuSpiceOps.Gerd Hoffmann2-7/+1
2020-10-21spice: move qemu_spice_init() to QemuSpiceOps.Gerd Hoffmann2-5/+1
2020-10-21spice: add QemuSpiceOps, move migrate_infoGerd Hoffmann2-5/+5
2020-10-21spice: add module helpersGerd Hoffmann2-3/+24
2020-10-21microvm: add usb supportGerd Hoffmann1-1/+4
2020-10-21usb/xhci: add xhci_sysbus_build_aml() helperGerd Hoffmann1-0/+2
2020-10-21usb/xhci: add include/hw/usb/xhci.h header fileGerd Hoffmann1-0/+19
2020-10-21x86: make pci irqs runtime configurableGerd Hoffmann1-0/+2
2020-10-20accel/tcg: Add tlb_flush_page_bits_by_mmuidx*Richard Henderson1-0/+36
2020-10-20hw/timer/bcm2835: Support the timer COMPARE registersPhilippe Mathieu-Daudé1-2/+9
2020-10-20hw/timer/bcm2835: Rename variable holding CTRL_STATUS registerPhilippe Mathieu-Daudé1-1/+1
2020-10-20hw/timer/bcm2835: Introduce BCM2835_SYSTIMER_COUNT definitionPhilippe Mathieu-Daudé1-1/+3
2020-10-19xen-bus: reduce scope of backend watchPaul Durrant2-1/+3
2020-10-19xen: Rename XENBACKEND_DEVICE to XENBACKENDEduardo Habkost1-1/+1
2020-10-19Merge remote-tracking branch 'remotes/mcayland/tags/qemu-macppc-20201019' int...Peter Maydell2-8/+0
2020-10-19Merge remote-tracking branch 'remotes/philmd-gitlab/tags/mips-next-20201017' ...Peter Maydell4-1/+30