- 7d79344 Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into staging by Peter Maydell · 3 years, 3 months ago
- bf21fe9 fw_cfg: add etc/msr_feature_control by Paolo Bonzini · 3 years, 3 months ago
- 3bb6040 Merge remote-tracking branch 'remotes/kraxel/tags/input-20210910-pull-request' into staging by Peter Maydell · 3 years, 3 months ago
- 6d1272d Merge remote-tracking branch 'remotes/vivier/tags/q800-pull-request' into staging by Peter Maydell · 3 years, 3 months ago
- 4e9bddc ps2: migration support for command reply queue by Volker Rümelin · 3 years, 4 months ago
- 9e24b2d ps2: use a separate keyboard command reply queue by Volker Rümelin · 3 years, 4 months ago
- 47db243 ps2: use the whole ps2 buffer but keep queue size by Volker Rümelin · 3 years, 4 months ago
- dde602a mac_via: add qdev gpios for nubus slot interrupts to VIA2 by Mark Cave-Ayland · 3 years, 4 months ago
- 323f984 mac_via: remove explicit viaN prefix from VIA IRQ gpios by Mark Cave-Ayland · 3 years, 4 months ago
- 02a68a3 mac_via: remove mac_via device by Mark Cave-Ayland · 3 years, 4 months ago
- 846ae7c mac_via: move VIA1 realize logic from mac_via_realize() to mos6522_q800_via1_realize() by Mark Cave-Ayland · 3 years, 4 months ago
- 14562b3 mac_via: move VIA1 reset logic from mac_via_reset() to mos6522_q800_via1_reset() by Mark Cave-Ayland · 3 years, 4 months ago
- 84e944b mac_via: move q800 VIA1 timer variables to q800 VIA1 VMStateDescription by Mark Cave-Ayland · 3 years, 4 months ago
- 5f083d4 mac_via: move ADB variables to MOS6522Q800VIA1State by Mark Cave-Ayland · 3 years, 4 months ago
- 741258b mac_via: move PRAM/RTC variables to MOS6522Q800VIA1State by Mark Cave-Ayland · 3 years, 4 months ago
- 8064d7b mac_via: move PRAM contents and block backend to MOS6522Q800VIA1State by Mark Cave-Ayland · 3 years, 4 months ago
- ae6f236 mac_via: move last_b variable into q800 VIA1 VMStateDescription by Mark Cave-Ayland · 3 years, 4 months ago
- 17de3d5 mac_via: introduce new VMStateDescription for q800 VIA1 and VIA2 by Mark Cave-Ayland · 3 years, 4 months ago
- 15a2a1a escc: fix STATUS_SYNC bit in R_STATUS register by Mark Cave-Ayland · 3 years, 4 months ago
- 99b0f05 escc: re-use escc_reset_chn() for soft reset by Mark Cave-Ayland · 3 years, 4 months ago
- a04ca92 escc: remove register changes from escc_reset_chn() by Mark Cave-Ayland · 3 years, 4 months ago
- 160509a escc: implement hard reset as described in the datasheet by Mark Cave-Ayland · 3 years, 4 months ago
- 1f476e7 escc: implement soft reset as described in the datasheet by Mark Cave-Ayland · 3 years, 4 months ago
- bf4fbb6 escc: introduce escc_hard_reset_chn() for hardware reset by Mark Cave-Ayland · 3 years, 4 months ago
- 8e8aa96 escc: introduce escc_soft_reset_chn() for software reset by Mark Cave-Ayland · 3 years, 4 months ago
- 9d248a4 escc: reset register values to zero in escc_reset() by Mark Cave-Ayland · 3 years, 4 months ago
- 0e04202 escc: checkpatch fixes by Mark Cave-Ayland · 3 years, 4 months ago
- e97a8a5 sun4m: fix setting CPU id when more than one CPU is present by Mark Cave-Ayland · 3 years, 4 months ago
- 30e398f s390x/cpumodel: Add more feature to gen16 default model by Christian Borntraeger · 3 years, 3 months ago
- ed3288f s390x: Replace PAGE_SIZE, PAGE_SHIFT and PAGE_MASK by Thomas Huth · 3 years, 4 months ago
- c356223 hw/s390x/s390-skeys: lazy storage key enablement under TCG by David Hildenbrand · 3 years, 4 months ago
- 5227b32 hw/s390x/s390-skeys: rename skeys_enabled to skeys_are_enabled by David Hildenbrand · 3 years, 4 months ago
- 2162faf hw/s390x/s390-skeys: check if an address is valid before dumping the key by David Hildenbrand · 3 years, 4 months ago
- 78eedc6 hw/s390x/s390-skeys: use memory mapping to detect which storage keys to dump by David Hildenbrand · 3 years, 4 months ago
- 67db130 hw/s390x/s390-skeys: use memory mapping to detect which storage keys to migrate by David Hildenbrand · 3 years, 4 months ago
- 759a5d3 vfio-ccw: forward halt/clear errors by Cornelia Huck · 3 years, 6 months ago
- 6a756d1 vhost_net: do not assume nvqs is always 2 by Jason Wang · 3 years, 4 months ago
- 40f962f vhost_net: remove the meaningless assignment in vhost_net_start_one() by Jason Wang · 3 years, 4 months ago
- 2a83e97 vhost-vdpa: correctly return err in vhost_vdpa_set_backend_cap() by Jason Wang · 3 years, 4 months ago
- c6effa9 hw/virtio: Add flatview update in vhost_user_cleanup() by Yuwei Zhang · 3 years, 4 months ago
- b116d6c hw/virtio: Remove NULL check in virtio_free_region_cache() by Philippe Mathieu-Daudé · 3 years, 4 months ago
- 7f51bed hw/virtio: Document virtio_queue_packed_empty_rcu is called within RCU by Philippe Mathieu-Daudé · 3 years, 4 months ago
- 028f1a8 hw/acpi: use existing references to pci device struct within functions by Ani Sinha · 3 years, 4 months ago
- 6c1ebe7 hw/pci: remove all references to find_i440fx function by Ani Sinha · 3 years, 4 months ago
- e77af21 hw/i386/acpi-build: Get NUMA information from struct NumaState by Jingqi Liu · 3 years, 4 months ago
- ae400373 vhost: correctly detect the enabling IOMMU by Jason Wang · 3 years, 5 months ago
- 3d1e5d8 virtio-pci: implement iommu_enabled() by Jason Wang · 3 years, 5 months ago
- dd014b4 virtio-bus: introduce iommu_enabled() by Jason Wang · 3 years, 5 months ago
- 2d050ed virtio-balloon: free page hinting cleanups by David Hildenbrand · 3 years, 6 months ago
- fd51e54 virtio-balloon: don't start free page hinting if postcopy is possible by David Hildenbrand · 3 years, 6 months ago
- b914e74 Use PCI_HOST_BRIDGE macro by Eduardo Habkost · 3 years, 5 months ago
- edb4073 vhost-user: add missing space in error message by Alyssa Ross · 3 years, 5 months ago
- 9b1d929 hw/virtio: move vhost_set_backend_type() to vhost.c by Tiberiu Georgescu · 3 years, 4 months ago
- fe8adae hw/acpi: refactor acpi hp modules so that targets can just use what they need by Ani Sinha · 3 years, 4 months ago
- 67cebca q35: catch invalid cpu hotplug configuration by Gerd Hoffmann · 3 years, 4 months ago
- aa29466 hw/acpi: define PIIX4 acpi pci hotplug property strings at a single place by Ani Sinha · 3 years, 4 months ago
- 699f2e5 vhost: make SET_VRING_ADDR, SET_FEATURES send replies by Denis Plotnikov · 3 years, 4 months ago
- 1f89d3b hw/virtio: Fix leak of host-notifier memory-region by Yajun Wu · 3 years, 4 months ago
- e6db5df vhost-vdpa: Do not send empty IOTLB update batches by Eugenio Pérez · 3 years, 4 months ago
- 8880cc4 Merge remote-tracking branch 'remotes/cschoenebeck/tags/pull-9p-20210902' into staging by Peter Maydell · 3 years, 4 months ago
- 9093028 Merge remote-tracking branch 'remotes/hreitz/tags/pull-block-2021-09-01' into staging by Peter Maydell · 3 years, 4 months ago
- f83df00 9pfs: fix crash in v9fs_walk() by Christian Schoenebeck · 3 years, 4 months ago
- 869605b hw/9pfs: use g_autofree in v9fs_walk() where possible by Christian Schoenebeck · 3 years, 4 months ago
- 97b1d8f hw/9pfs: avoid 'path' copy in v9fs_walk() by Christian Schoenebeck · 3 years, 4 months ago
- 079b125 Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20210901' into staging by Peter Maydell · 3 years, 4 months ago
- 4c41a1c Merge remote-tracking branch 'remotes/kraxel/tags/usb-20210901-pull-request' into staging by Peter Maydell · 3 years, 4 months ago
- d1a58c1 qdev: allow setting drive property for realized device by Vladimir Sementsov-Ogievskiy · 3 years, 4 months ago
- deb2bb1 qdev-properties: PropertyInfo: add realized_set_allowed field by Vladimir Sementsov-Ogievskiy · 3 years, 4 months ago
- 683754c arm: Remove system_clock_scale global by Peter Maydell · 3 years, 4 months ago
- d18fdd6 hw/timer/stellaris-gptm: Use Clock input instead of system_clock_scale by Peter Maydell · 3 years, 4 months ago
- f3eb755 hw/arm/stellaris: Split stellaris-gptm into its own file by Peter Maydell · 3 years, 4 months ago
- 0d883c5 hw/arm/stellaris: Fix code style issues in GPTM code by Peter Maydell · 3 years, 4 months ago
- a40e10f hw/timer/armv7m_systick: Use clock inputs instead of system_clock_scale by Peter Maydell · 3 years, 4 months ago
- 3b76e18 hw/arm/msf2-soc: Wire up refclk by Peter Maydell · 3 years, 4 months ago
- 9bfaf37 hw/arm/msf2: Use Clock input to MSF2_SOC instead of m3clk property by Peter Maydell · 3 years, 4 months ago
- a4b1e9d hw/arm/msf2_soc: Don't allocate separate MemoryRegions by Peter Maydell · 3 years, 4 months ago
- 8ecda75 hw/arm/stellaris: Wire sysclk up to armv7m by Peter Maydell · 3 years, 4 months ago
- a861b3e hw/arm/stellaris: split stellaris_sys_init() by Peter Maydell · 3 years, 4 months ago
- c08e612 hw/arm/nrf51: Wire up sysclk by Peter Maydell · 3 years, 4 months ago
- 7580384 hw/arm/stm32vldiscovery: Delete trailing blank line by Peter Maydell · 3 years, 4 months ago
- 66e6a43 hw/arm/stm32f405: Wire up sysclk and refclk by Peter Maydell · 3 years, 4 months ago
- 68ba05f hw/arm/stm32f205: Wire up sysclk and refclk by Peter Maydell · 3 years, 4 months ago
- b5ff0c6 hw/arm/stm32f100: Wire up sysclk and refclk by Peter Maydell · 3 years, 4 months ago
- cabc613 hw/arm: Don't allocate separate MemoryRegions in stm32 SoC realize by Peter Maydell · 3 years, 4 months ago
- 99abcbc clock: Provide builtin multiplier/divider by Peter Maydell · 3 years, 4 months ago
- a860df4 hw/arm/mps2.c: Connect up armv7m clocks by Peter Maydell · 3 years, 4 months ago
- 712bd17 armsse: Wire up systick cpuclk clock by Peter Maydell · 3 years, 4 months ago
- d5093d9 hw/arm/armv7m: Create input clocks by Peter Maydell · 3 years, 4 months ago
- 5c6e1a1 hw/timer/armv7m_systick: Add input clocks by Peter Maydell · 3 years, 4 months ago
- 2089c01 arm: Move system PPB container handling to armv7m by Peter Maydell · 3 years, 4 months ago
- e36a25c arm: Move systick device creation from NVIC to ARMv7M object by Peter Maydell · 3 years, 4 months ago
- 2f9db77 arm: Move M-profile RAS register block into its own device by Peter Maydell · 3 years, 4 months ago
- 4d39fcd hw/arm/virt: target-arm: Add A64FX processor support to virt machine by Shuuichirou Ishii · 3 years, 4 months ago
- 52e64f5 hw: Add compat machines for 6.2 by Yanan Wang · 3 years, 4 months ago
- 5dcf0d3 hw/intc/arm_gicv3: Replace mis-used MEMTX_* constants by booleans by Philippe Mathieu-Daudé · 3 years, 4 months ago
- c0bb7d6 hw/intc/arm_gicv3_dist: Rename 64-bit accessors with 'q' suffix by Philippe Mathieu-Daudé · 3 years, 4 months ago
- 57469ed hw/arm/raspi: Remove deprecated raspi2/raspi3 aliases by Philippe Mathieu-Daudé · 3 years, 4 months ago
- 783aa01 Merge remote-tracking branch 'remotes/kraxel/tags/vga-20210901-pull-request' into staging by Peter Maydell · 3 years, 4 months ago
- ae420c9 hw/usb: Fix typo in comments and print by Cai Huoqing · 3 years, 5 months ago
- 13b250b uas: add stream number sanity checks. by Gerd Hoffmann · 3 years, 4 months ago