aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2022-05-12machine: move more memory validation to Machine objectPaolo Bonzini1-2/+19
2022-05-12machine: make memory-backend a link propertyPaolo Bonzini3-27/+50
2022-05-12machine: add mem compound propertyPaolo Bonzini1-0/+80
2022-05-12machine: add boot compound propertyPaolo Bonzini1-46/+52
2022-05-12machine: use QAPI struct for boot configurationPaolo Bonzini12-51/+92
2022-05-12hw/xen/xen_pt: Resolve igd_passthrough_isa_bridge_create() indirectionBernhard Beschow3-13/+6
2022-05-12hw/xen/xen_pt: Confine igd-passthrough-isa-bridge to XENBernhard Beschow4-119/+120
2022-05-11Clean up header guards that don't match their file nameMarkus Armbruster5-11/+11
2022-05-09Merge tag 'block-pull-request' of https://gitlab.com/stefanha/qemu into stagingRichard Henderson3-31/+85
2022-05-09Merge tag 'pull-target-arm-20220509' of https://git.linaro.org/people/pmaydel...Richard Henderson5-65/+103
2022-05-09hw/acpi/aml-build: Use existing CPU topology to build PPTT tableGavin Shan1-63/+48
2022-05-09hw/arm/virt: Fix CPU's default NUMA node IDGavin Shan1-1/+3
2022-05-09hw/arm/virt: Consider SMP configuration in CPU topologyGavin Shan1-1/+14
2022-05-09qapi/machine.json: Add cluster-idGavin Shan2-0/+20
2022-05-09hw/arm: add versioning to sbsa-ref machine DTLeif Lindholm1-0/+14
2022-05-09target/arm: Define neoverse-n1Richard Henderson2-0/+2
2022-05-09target/arm: Define cortex-a76Richard Henderson2-0/+2
2022-05-09virtio-scsi: move request-related items from .h to .cStefan Hajnoczi1-4/+41
2022-05-09virtio-scsi: clean up virtio_scsi_handle_cmd_vq()Stefan Hajnoczi1-4/+1
2022-05-09virtio-scsi: clean up virtio_scsi_handle_ctrl_vq()Stefan Hajnoczi1-4/+1
2022-05-09virtio-scsi: clean up virtio_scsi_handle_event_vq()Stefan Hajnoczi1-3/+1
2022-05-09virtio-scsi: don't waste CPU polling the event virtqueueStefan Hajnoczi2-1/+14
2022-05-09virtio-scsi: fix ctrl and event handler functions in dataplane modeStefan Hajnoczi1-15/+27
2022-05-09Warn user if the vga flag is passed but no vga device is createdGautam Agrawal8-0/+9
2022-05-08artist: only render dirty scanlines on the display surfaceMark Cave-Ayland1-1/+3
2022-05-08artist: remove unused ROP8OFF() macroMark Cave-Ayland1-6/+0
2022-05-08artist: checkpatch and newline style fixesMark Cave-Ayland1-12/+11
2022-05-08hppa: simplify machine function names in machine.cMark Cave-Ayland1-6/+6
2022-05-08hppa: fold machine_hppa_machine_init() into machine_hppa_machine_init_class_i...Mark Cave-Ayland1-8/+4
2022-05-08hppa: use MACHINE QOM macros for defining the hppa machineMark Cave-Ayland1-2/+2
2022-05-08hppa: remove the empty hppa_sys.h fileMark Cave-Ayland2-9/+1
2022-05-08hppa: move enable_lan() define from hppa_sys.h to machine.cMark Cave-Ayland2-2/+3
2022-05-08hppa: remove unused trace-events from from hw/hppaMark Cave-Ayland1-1/+0
2022-05-08hppa: remove hw/hppa/pci.cMark Cave-Ayland4-75/+1
2022-05-08hppa: move hppa_pci_ignore_ops from pci.c to machine.cMark Cave-Ayland3-27/+23
2022-05-08lasi: move from hw/hppa to hw/miscMark Cave-Ayland9-87/+15
2022-05-08hppa: move device headers from hppa_sys.h into individual .c filesMark Cave-Ayland4-3/+9
2022-05-08lasi: use numerical constant for iar reset valueMark Cave-Ayland1-1/+1
2022-05-08lasi: use constants for device register offsetsMark Cave-Ayland2-14/+19
2022-05-08lasi: move lasi_initfn() to machine.cMark Cave-Ayland3-13/+11
2022-05-08lasi: remove address space parameter from lasi_initfn()Mark Cave-Ayland3-3/+3
2022-05-08lasi: move PS2 initialisation to machine.cMark Cave-Ayland2-5/+5
2022-05-08lasi: move second serial port initialisation to machine.cMark Cave-Ayland2-8/+7
2022-05-08lasi: move parallel port initialisation to machine.cMark Cave-Ayland2-6/+6
2022-05-08lasi: move LAN initialisation to machine.cMark Cave-Ayland2-7/+5
2022-05-08lasi: update lasi_initfn() to return LASIStateMark Cave-Ayland3-4/+6
2022-05-08lasi: fix serial port initialisationMark Cave-Ayland1-1/+1
2022-05-08lasi: use qdev GPIOs to wire up IRQs in lasi_initfn()Mark Cave-Ayland1-14/+7
2022-05-08lasi: define IRQ inputs as qdev GPIOsMark Cave-Ayland2-0/+4
2022-05-08lasi: replace lasi_get_irq() with defined constantsMark Cave-Ayland2-27/+13