- 10c2a0c Merge tag 'or1k-pull-request-20220515' of https://github.com/stffrdhrn/qemu into staging by Richard Henderson · 2 years, 10 months ago
- a92162f hw/openrisc: use right OMPIC size variable by Jason A. Donenfeld · 2 years, 11 months ago
- 777784b hw/openrisc: support 4 serial ports in or1ksim by Jason A. Donenfeld · 2 years, 11 months ago
- e408206 linux-headers: Update to v5.18-rc6 by Alex Williamson · 2 years, 10 months ago
- 9de5f2b Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging by Richard Henderson · 2 years, 10 months ago
- defac5e hw/block/fdc: Prevent end-of-track overrun (CVE-2021-3507) by Philippe Mathieu-Daudé · 3 years, 4 months ago
- d93e839 vhost-backend: do not depend on CONFIG_VHOST_VSOCK by Paolo Bonzini · 2 years, 10 months ago
- fb56b7a machine: move more memory validation to Machine object by Paolo Bonzini · 3 years ago
- 26f88d8 machine: make memory-backend a link property by Paolo Bonzini · 3 years ago
- ce9d03f machine: add mem compound property by Paolo Bonzini · 3 years ago
- 8c4da4b machine: add boot compound property by Paolo Bonzini · 3 years ago
- 97ec4d2 machine: use QAPI struct for boot configuration by Paolo Bonzini · 3 years ago
- 98e3ab3 coroutine: Rename qemu_coroutine_inc/dec_pool_size() by Kevin Wolf · 2 years, 10 months ago
- 76acef2 hw/xen/xen_pt: Resolve igd_passthrough_isa_bridge_create() indirection by Bernhard Beschow · 3 years ago
- 4a80273 hw/xen/xen_pt: Confine igd-passthrough-isa-bridge to XEN by Bernhard Beschow · 3 years ago
- 52581c7 Clean up header guards that don't match their file name by Markus Armbruster · 2 years, 10 months ago
- 178bacb Merge tag 'block-pull-request' of https://gitlab.com/stefanha/qemu into staging by Richard Henderson · 2 years, 10 months ago
- b0c3c60 Merge tag 'pull-target-arm-20220509' of https://git.linaro.org/people/pmaydell/qemu-arm into staging by Richard Henderson · 2 years, 10 months ago
- ae9141d hw/acpi/aml-build: Use existing CPU topology to build PPTT table by Gavin Shan · 2 years, 11 months ago
- 4c18bc1 hw/arm/virt: Fix CPU's default NUMA node ID by Gavin Shan · 2 years, 11 months ago
- c9ec4cb hw/arm/virt: Consider SMP configuration in CPU topology by Gavin Shan · 2 years, 11 months ago
- 1dcf700 qapi/machine.json: Add cluster-id by Gavin Shan · 2 years, 11 months ago
- 90ea2cc hw/arm: add versioning to sbsa-ref machine DT by Leif Lindholm · 2 years, 10 months ago
- 5db6de8 target/arm: Define neoverse-n1 by Richard Henderson · 2 years, 10 months ago
- 2f6283f target/arm: Define cortex-a76 by Richard Henderson · 2 years, 10 months ago
- 3dc584a virtio-scsi: move request-related items from .h to .c by Stefan Hajnoczi · 2 years, 11 months ago
- ad482b5 virtio-scsi: clean up virtio_scsi_handle_cmd_vq() by Stefan Hajnoczi · 2 years, 11 months ago
- 73b3b49 virtio-scsi: clean up virtio_scsi_handle_ctrl_vq() by Stefan Hajnoczi · 2 years, 11 months ago
- 37ce2de virtio-scsi: clean up virtio_scsi_handle_event_vq() by Stefan Hajnoczi · 2 years, 11 months ago
- 38738f7 virtio-scsi: don't waste CPU polling the event virtqueue by Stefan Hajnoczi · 2 years, 11 months ago
- 2f743ef virtio-scsi: fix ctrl and event handler functions in dataplane mode by Stefan Hajnoczi · 2 years, 11 months ago
- f9bcb2d Warn user if the vga flag is passed but no vga device is created by Gautam Agrawal · 2 years, 11 months ago
- 1f11051 artist: only render dirty scanlines on the display surface by Mark Cave-Ayland · 2 years, 11 months ago
- ada804e artist: remove unused ROP8OFF() macro by Mark Cave-Ayland · 2 years, 11 months ago
- 5d61789 artist: checkpatch and newline style fixes by Mark Cave-Ayland · 2 years, 11 months ago
- 297d410 hppa: simplify machine function names in machine.c by Mark Cave-Ayland · 2 years, 11 months ago
- 42cc2bf hppa: fold machine_hppa_machine_init() into machine_hppa_machine_init_class_init() by Mark Cave-Ayland · 2 years, 11 months ago
- c165905 hppa: use MACHINE QOM macros for defining the hppa machine by Mark Cave-Ayland · 2 years, 11 months ago
- 148da67 hppa: remove the empty hppa_sys.h file by Mark Cave-Ayland · 2 years, 11 months ago
- 932befa hppa: move enable_lan() define from hppa_sys.h to machine.c by Mark Cave-Ayland · 2 years, 11 months ago
- 192e322 hppa: remove unused trace-events from from hw/hppa by Mark Cave-Ayland · 2 years, 11 months ago
- 3c2ce5b hppa: remove hw/hppa/pci.c by Mark Cave-Ayland · 2 years, 11 months ago
- 28f5332 hppa: move hppa_pci_ignore_ops from pci.c to machine.c by Mark Cave-Ayland · 2 years, 11 months ago
- 45f569a lasi: move from hw/hppa to hw/misc by Mark Cave-Ayland · 2 years, 11 months ago
- 134ba73 hppa: move device headers from hppa_sys.h into individual .c files by Mark Cave-Ayland · 2 years, 11 months ago
- 8e81ffe lasi: use numerical constant for iar reset value by Mark Cave-Ayland · 2 years, 11 months ago
- ca7b468 lasi: use constants for device register offsets by Mark Cave-Ayland · 2 years, 11 months ago
- e881e3c lasi: move lasi_initfn() to machine.c by Mark Cave-Ayland · 2 years, 11 months ago
- deaa5d3 lasi: remove address space parameter from lasi_initfn() by Mark Cave-Ayland · 2 years, 11 months ago
- d26c575 lasi: move PS2 initialisation to machine.c by Mark Cave-Ayland · 2 years, 11 months ago
- 2da547b lasi: move second serial port initialisation to machine.c by Mark Cave-Ayland · 2 years, 11 months ago
- 9701e56 lasi: move parallel port initialisation to machine.c by Mark Cave-Ayland · 2 years, 11 months ago
- c3c3fe4 lasi: move LAN initialisation to machine.c by Mark Cave-Ayland · 2 years, 11 months ago
- 954f6f7 lasi: update lasi_initfn() to return LASIState by Mark Cave-Ayland · 2 years, 11 months ago
- fe744ca lasi: fix serial port initialisation by Mark Cave-Ayland · 2 years, 11 months ago
- e004499 lasi: use qdev GPIOs to wire up IRQs in lasi_initfn() by Mark Cave-Ayland · 2 years, 11 months ago
- cb9f6c4 lasi: define IRQ inputs as qdev GPIOs by Mark Cave-Ayland · 2 years, 11 months ago
- 0f04d57 lasi: replace lasi_get_irq() with defined constants by Mark Cave-Ayland · 2 years, 11 months ago
- b514f43 lasi: move LASIState and associated QOM structures to lasi.h by Mark Cave-Ayland · 2 years, 11 months ago
- b3cdb7e lasi: move initialisation of iar and rtc to new lasi_reset() function by Mark Cave-Ayland · 2 years, 11 months ago
- 2683758 lasi: move register memory mapping from lasi.c to machine.c by Mark Cave-Ayland · 2 years, 11 months ago
- 46f2594 lasi: move memory region initialisation to new lasi_init() function by Mark Cave-Ayland · 2 years, 11 months ago
- 63588da lasi: checkpatch fixes by Mark Cave-Ayland · 2 years, 11 months ago
- 0db9350 dino: move from hw/hppa to hw/pci-host by Mark Cave-Ayland · 2 years, 11 months ago
- e111f28 dino: move DINO HPA constants from hppa_hardware.h to dino.h by Mark Cave-Ayland · 2 years, 11 months ago
- 2fb11c7 dino: use numerical constant for iar0 and iar1 reset values by Mark Cave-Ayland · 2 years, 11 months ago
- 0d06899 hppa: move dino_init() from dino.c to machine.c by Mark Cave-Ayland · 2 years, 11 months ago
- 36f9bbd dino: remove unused dino_set_timer_irq() IRQ handler by Mark Cave-Ayland · 2 years, 11 months ago
- a4b74c1 dino: wire up serial IRQ using a qdev GPIO in machine.c by Mark Cave-Ayland · 2 years, 11 months ago
- 4b5faaf dino: define IRQ inputs as qdev GPIOs by Mark Cave-Ayland · 2 years, 11 months ago
- 10c5264 dino.h: add defines for DINO IRQ numbers by Mark Cave-Ayland · 2 years, 11 months ago
- efdb3ce machine.c: map DINO device during board configuration by Mark Cave-Ayland · 2 years, 11 months ago
- 05245da dino: change dino_init() to return the DINO device instead of PCIBus by Mark Cave-Ayland · 2 years, 11 months ago
- 0d98fbb hppa: use new CONFIG_HPPA_B160L option instead of CONFIG_DINO to build hppa machine by Mark Cave-Ayland · 2 years, 11 months ago
- 14e275e dino: split declarations from dino.c into dino.h by Mark Cave-Ayland · 2 years, 11 months ago
- 079e7ad dino: return PCIBus from dino_init() using qdev_get_child_bus() by Mark Cave-Ayland · 2 years, 11 months ago
- ee313d5 dino: use QOM cast instead of directly referencing parent_obj by Mark Cave-Ayland · 2 years, 11 months ago
- 98d168f dino: move initial register configuration to new dino_pcihost_reset() function by Mark Cave-Ayland · 2 years, 11 months ago
- 9cf69f4 dino: move PCI bus master address space setup to dino_pcihost_realize() by Mark Cave-Ayland · 2 years, 11 months ago
- 5ac6c43 dino: move pci_setup_iommu() to dino_pcihost_init() by Mark Cave-Ayland · 2 years, 11 months ago
- 270b295 dino: add memory-as property containing a link to the memory address space by Mark Cave-Ayland · 2 years, 11 months ago
- cc363c4 dino: move PCI windows initialisation to dino_pcihost_init() by Mark Cave-Ayland · 2 years, 11 months ago
- 63901b6 dino: move PCI bus initialisation to dino_pcihost_init() by Mark Cave-Ayland · 2 years, 11 months ago
- 7cdfa94 dino: move registers from dino_init() to DINO_PCI_BRIDGE init function by Mark Cave-Ayland · 2 years, 11 months ago
- 17bd428 dino: checkpatch fixes by Mark Cave-Ayland · 2 years, 11 months ago
- f133664 Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging by Richard Henderson · 2 years, 10 months ago
- 6033b9e pc: remove -soundhw pcspk by Paolo Bonzini · 2 years, 11 months ago
- 43b6d7e meson: use have_vhost_* variables to pick sources by Paolo Bonzini · 2 years, 11 months ago
- 5166dab build: move vhost-user-fs configuration to Kconfig by Paolo Bonzini · 2 years, 11 months ago
- d13b200 build: move vhost-scsi configuration to Kconfig by Paolo Bonzini · 2 years, 11 months ago
- 9972ae3 build: move vhost-vsock configuration to Kconfig by Paolo Bonzini · 2 years, 11 months ago
- 10925d0 meson, virtio: place all virtio-pci devices under virtio_pci_ss by Paolo Bonzini · 2 years, 11 months ago
- 1131464 Merge tag '20220506-xtensa-1' of https://github.com/OSLL/qemu-xtensa into staging by Richard Henderson · 2 years, 10 months ago
- c6f3f33 hw/xtensa: fix reset value of MIROUT register of MX PIC by Max Filippov · 2 years, 11 months ago
- 44ee6aa vfio/common: Rename VFIOGuestIOMMU::iommu into ::iommu_mr by Yi Liu · 2 years, 11 months ago
- 0d570a2 vfio/pci: Use vbasedev local variable in vfio_realize() by Eric Auger · 2 years, 11 months ago
- 9d38ffc hw/vfio/pci: fix vfio_pci_hot_reset_result trace point by Eric Auger · 2 years, 11 months ago
- 851d6d1 vfio/common: remove spurious tpm-crb-cmd misalignment warning by Eric Auger · 2 years, 10 months ago
- 99510d2 vfio/common: Fix a small boundary issue of a trace by Xiang Chen · 2 years, 11 months ago
- dc580d5 vfio: defer to commit kvm irq routing when enable msi/msix by Longpeng(Mike) · 3 years ago