summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* elf: Add EM_RX definitionYoshinori Sato2020-10-271-0/+2
* Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell2020-10-261-1/+0Star
|\
| * machine: remove deprecated -machine enforce-config-section optionPaolo Bonzini2020-10-261-1/+0Star
* | Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2020-10-2...Peter Maydell2020-10-263-0/+27
|\ \
| * | fuzz: Add fuzzer callbacks to DMA-read functionsAlexander Bulekov2020-10-262-0/+4
| * | fuzz: Declare DMA Read callback functionAlexander Bulekov2020-10-261-0/+8
| * | fuzz: Add DMA support to the generic-fuzzerAlexander Bulekov2020-10-261-0/+7
| * | memory: Add FlatView foreach functionAlexander Bulekov2020-10-241-0/+5
| * | accel: move qtest CpusAccel functions to a common locationJason Andryuk2020-10-241-0/+3
| |/
* | Merge remote-tracking branch 'remotes/alistair/tags/pull-riscv-to-apply-20201...Peter Maydell2020-10-264-4/+98
|\ \
| * | hw/misc/sifive_u_otp: Add backend drive supportGreen Wan2020-10-221-0/+2
| * | hw/misc/sifive_u_otp: Add write function and write-once protectionGreen Wan2020-10-221-0/+3
| * | hw/riscv: Load the kernel after the firmwareAlistair Francis2020-10-221-0/+3
| * | hw/riscv: Add a riscv_is_32_bit() functionAlistair Francis2020-10-221-0/+2
| * | hw/riscv: Return the end address of the loaded firmwareAlistair Francis2020-10-221-4/+4
| * | hw/riscv: sifive_u: Allow specifying the CPUAlistair Francis2020-10-221-0/+1
| * | hw/intc: Move sifive_plic.h to the include directoryBin Meng2020-10-221-0/+83
| |/
* / util/vhost-user-server: move header to include/Stefan Hajnoczi2020-10-231-0/+65
|/
* Merge remote-tracking branch 'remotes/kraxel/tags/modules-20201022-pull-reque...Peter Maydell2020-10-222-41/+45
|\
| * spice: wire up monitor in QemuSpiceOps.Gerd Hoffmann2020-10-211-0/+3
| * spice: move display_add_client() to QemuSpiceOps.Gerd Hoffmann2020-10-212-6/+1Star
| * spice: move auth functions to QemuSpiceOps.Gerd Hoffmann2020-10-212-14/+3Star
| * spice: move add_interface() to QemuSpiceOps.Gerd Hoffmann2020-10-212-1/+7
| * spice: move display_init() to QemuSpiceOps.Gerd Hoffmann2020-10-212-7/+1Star
| * spice: move qemu_spice_init() to QemuSpiceOps.Gerd Hoffmann2020-10-212-5/+1Star
| * spice: add QemuSpiceOps, move migrate_infoGerd Hoffmann2020-10-212-5/+5
| * spice: add module helpersGerd Hoffmann2020-10-212-3/+24
* | Merge remote-tracking branch 'remotes/kraxel/tags/microvm-20201021-pull-reque...Peter Maydell2020-10-213-1/+27
|\ \
| * | microvm: add usb supportGerd Hoffmann2020-10-211-1/+4
| * | usb/xhci: add xhci_sysbus_build_aml() helperGerd Hoffmann2020-10-211-0/+2
| * | usb/xhci: add include/hw/usb/xhci.h header fileGerd Hoffmann2020-10-211-0/+19
| * | x86: make pci irqs runtime configurableGerd Hoffmann2020-10-211-0/+2
| |/
* | accel/tcg: Add tlb_flush_page_bits_by_mmuidx*Richard Henderson2020-10-201-0/+36
* | hw/timer/bcm2835: Support the timer COMPARE registersPhilippe Mathieu-Daudé2020-10-201-2/+9
* | hw/timer/bcm2835: Rename variable holding CTRL_STATUS registerPhilippe Mathieu-Daudé2020-10-201-1/+1
* | hw/timer/bcm2835: Introduce BCM2835_SYSTIMER_COUNT definitionPhilippe Mathieu-Daudé2020-10-201-1/+3
|/
* xen-bus: reduce scope of backend watchPaul Durrant2020-10-192-1/+3
* xen: Rename XENBACKEND_DEVICE to XENBACKENDEduardo Habkost2020-10-191-1/+1
* Merge remote-tracking branch 'remotes/mcayland/tags/qemu-macppc-20201019' int...Peter Maydell2020-10-192-8/+0Star
|\
| * m48t59: remove legacy m48t59_init() functionMark Cave-Ayland2020-10-181-4/+0Star
| * m48t59-isa: remove legacy m48t59_init_isa() functionMark Cave-Ayland2020-10-181-2/+0Star
| * uninorth: use qdev gpios for PCI IRQsMark Cave-Ayland2020-10-181-2/+0Star
* | Merge remote-tracking branch 'remotes/philmd-gitlab/tags/mips-next-20201017' ...Peter Maydell2020-10-194-1/+30
|\ \ | |/ |/|
| * hw/mips: Simplify code using ROUND_UP(INITRD_PAGE_SIZE)Philippe Mathieu-Daudé2020-10-171-1/+3
| * hw/mips/cps: Expose input clock and connect it to CPU coresPhilippe Mathieu-Daudé2020-10-171-0/+2
| * hw/core/clock: Add the clock_new helper functionLuc Michel2020-10-161-0/+13
| * util/cutils: Introduce freq_to_str() to display Hertz unitsPhilippe Mathieu-Daudé2020-10-161-0/+12
* | Merge remote-tracking branch 'remotes/ehabkost/tags/x86-next-pull-request' in...Peter Maydell2020-10-162-10/+12
|\ \ | |/ |/|
| * cpu: Introduce CPU model deprecation APIRobert Hoo2020-10-141-0/+3
| * kvm: Correct documentation of kvm_irqchip_*()Eduardo Habkost2020-10-141-10/+9Star