summary refs log tree commit diff stats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | ide, vl: turn -win2k-hack into a property on IDE devicesPaolo Bonzini2024-02-282-1/+2
| * | vl, pc: turn -no-fd-bootchk into a machine propertyPaolo Bonzini2024-02-281-1/+1
| |/
* | plugins: add an API to read registersAlex Bennée2024-02-281-2/+48
* | plugins: create CPUPluginState and migrate plugin_maskAlex Bennée2024-02-283-4/+21
* | gdbstub: expose api to find registersAlex Bennée2024-02-281-0/+28
* | plugins: Use different helpers when reading registersAkihiko Odaki2024-02-281-0/+1
* | plugins: add qemu_plugin_num_vcpus functionPierrick Bouvier2024-02-281-0/+3
* | plugins: remove previous n_vcpus functions from APIPierrick Bouvier2024-02-281-7/+3
* | gdbstub: Add members to identify registers to GDBFeatureAkihiko Odaki2024-02-281-0/+3
* | hw/core/cpu: Remove gdb_get_dynamic_xml memberAkihiko Odaki2024-02-281-4/+0
* | gdbstub: Infer number of core registers from XMLAkihiko Odaki2024-02-281-1/+2
* | gdbstub: Simplify XML lookupAkihiko Odaki2024-02-281-0/+6
* | gdbstub: Change gdb_get_reg_cb and gdb_set_reg_cbAkihiko Odaki2024-02-281-2/+2
* | gdbstub: Use GDBFeature for gdb_register_coprocessorAkihiko Odaki2024-02-281-1/+1
|/
* Merge tag 'pull-target-arm-20240227-1' of https://git.linaro.org/people/pmayd...Peter Maydell2024-02-2712-24/+504
|\
| * hw/misc/bcm2835_property: Add missed BCM2835 propertiesSergey Kambalin2024-02-271-0/+11
| * hw/arm/bcm2838_peripherals: Add clock_isp stubSergey Kambalin2024-02-271-0/+1
| * hw/arm: Add memory region for BCM2837 RPiVid ASBSergey Kambalin2024-02-272-1/+3
| * hw/arm/raspi4b: Temporarily disable unimplemented rpi4b devicesSergey Kambalin2024-02-271-0/+4
| * hw/arm: Introduce Raspberry PI 4 machineSergey Kambalin2024-02-272-0/+13
| * hw/arm: Add GPIO and SD to BCM2838 periphSergey Kambalin2024-02-271-0/+8
| * hw/gpio: Connect SD controller to BCM2838 GPIOSergey Kambalin2024-02-271-0/+5
| * hw/gpio: Add BCM2838 GPIO stubSergey Kambalin2024-02-271-0/+40
| * hw/arm/bcm2838: Add GIC-400 to BCM2838 SoCSergey Kambalin2024-02-272-0/+39
| * hw/arm: Introduce BCM2838 SoCSergey Kambalin2024-02-272-0/+65
| * hw/arm/raspi: Split out raspi machine common partSergey Kambalin2024-02-271-0/+21
| * hw/arm/bcm2853_peripherals: Split out common part of peripheralsSergey Kambalin2024-02-272-5/+27
| * hw/arm/bcm2836: Split out common part of BCM283X classesSergey Kambalin2024-02-271-2/+24
| * hw/core/reset: Implement qemu_register_reset via qemu_register_resettablePeter Maydell2024-02-271-2/+5
| * hw/core/reset: Add qemu_{register, unregister}_resettable()Peter Maydell2024-02-271-3/+34
| * hw/core: Add ResetContainer which holds objects implementing ResettablePeter Maydell2024-02-271-0/+48
| * hw/core: Add documentation and license comments to reset.hPeter Maydell2024-02-271-0/+79
| * include/qom/object.h: New OBJECT_DEFINE_SIMPLE_TYPE{, _WITH_INTERFACES} macrosPeter Maydell2024-02-271-17/+79
| * hw/arm: Use TYPE_OR_IRQ when connecting STM32L4x5 EXTI fan-in IRQsInès Varhol2024-02-271-0/+4
* | Merge tag 'pull-aspeed-20240227' of https://github.com/legoater/qemu into sta...Peter Maydell2024-02-271-2/+17
|\ \ | |/ |/|
| * aspeed: fix hardcode boot address 0Jamin Lin2024-02-271-2/+0
| * aspeed: introduce a new UART0 device nameJamin Lin2024-02-271-0/+17
* | hw/ide: Remove last two uses of ide/internal.h outside of hw/ide/BALATON Zoltan2024-02-272-453/+1
* | hw/i386/pc: Remove unneeded class attribute "kvmclock_enabled"Bernhard Beschow2024-02-271-1/+0
* | hw/i386/pc: Rename "bus" attribute to "pcibus"Bernhard Beschow2024-02-271-1/+1
* | hw/i386/x86: Let ioapic_init_gsi() take parent as pointerBernhard Beschow2024-02-271-1/+1
* | hw/usb: remove usb_bus_findPaolo Bonzini2024-02-271-1/+0
* | hw/acpi: move object_resolve_type_unambiguous to core QOMPaolo Bonzini2024-02-271-0/+13
* | hw/nubus: add nubus-virtio-mmio deviceMark Cave-Ayland2024-02-271-0/+36
* | hw/nubus: increase maximum Declaration ROM size from 128k to 1MbMark Cave-Ayland2024-02-271-1/+1
* | hw/sysbus: Remove now unused sysbus_address_space()Philippe Mathieu-Daudé2024-02-261-1/+0
|/
* ppc/pnv: Implement the ChipTOD to Core transferNicholas Piggin2024-02-232-0/+6
* ppc/pnv: Wire ChipTOD model to powernv9 and powernv10 machinesNicholas Piggin2024-02-231-0/+3
* ppc/pnv: Add POWER9/10 chiptod modelNicholas Piggin2024-02-232-0/+58
* hw/ppc: N1 chiplet wiringChalapathi V2024-02-231-0/+2