qemu /
qemu /
9a52aa40dc039c2e047d86886a2f66ce03e2b98c - 9a52aa4 hw/i386/pc: Support hv-balloon by Maciej S. Szmigiero · 1 year, 5 months ago
- 259ebed qapi: Add HV_BALLOON_STATUS_REPORT event and its QMP query command by Maciej S. Szmigiero · 1 year, 5 months ago
- 16dff2f qapi: Add query-memory-devices support to hv-balloon by Maciej S. Szmigiero · 1 year, 5 months ago
- 99a4706 Add Hyper-V Dynamic Memory Protocol driver (hv-balloon) hot-add support by Maciej S. Szmigiero · 1 year, 3 months ago
- 0d9e8c0 Add Hyper-V Dynamic Memory Protocol driver (hv-balloon) base by Maciej S. Szmigiero · 1 year, 8 months ago
- 4f80cd2 Add Hyper-V Dynamic Memory Protocol definitions by Maciej S. Szmigiero · 1 year, 8 months ago
- eb1b7c4 memory-device: Drop size alignment check by David Hildenbrand · 1 year, 7 months ago
- 2d7f108 Revert "hw/virtio/virtio-pmem: Replace impossible check by assertion" by Maciej S. Szmigiero · 1 year, 3 months ago
- 6c1b28e memory-device: Support empty memory devices by David Hildenbrand · 1 year, 7 months ago
- d762bf9 Merge tag 'pull-target-arm-20231102' of https://git.linaro.org/people/pmaydell/qemu-arm into staging by Stefan Hajnoczi · 1 year, 3 months ago
- 75b7b25 Merge tag 'migration-20231102-pull-request' of https://gitlab.com/juan.quintela/qemu into staging by Stefan Hajnoczi · 1 year, 3 months ago
- 1c98a82 tests/qtest: Introduce tests for AMD/Xilinx Versal TRNG device by Tong Ho · 1 year, 3 months ago
- 3b22376 hw/arm: xlnx-versal-virt: Add AMD/Xilinx TRNG device by Tong Ho · 1 year, 3 months ago
- 9219235 hw/misc: Introduce AMD/Xilix Versal TRNG device by Tong Ho · 1 year, 3 months ago
- 4c09abe target/arm: Correctly propagate stage 1 BTI guarded bit in a two-stage walk by Peter Maydell · 1 year, 3 months ago
- e9f30b1 hw/char/stm32f2xx_usart: Add more definitions for CR1 register by Hans-Erik Floryd · 1 year, 3 months ago
- 2e9cb20 hw/char/stm32f2xx_usart: Update IRQ when DR is written by Hans-Erik Floryd · 1 year, 3 months ago
- b80e20d hw/char/stm32f2xx_usart: Extract common IRQ update code to update_irq() by Hans-Erik Floryd · 1 year, 3 months ago
- b11293c target/arm: Fix SVE STR increment by Richard Henderson · 1 year, 3 months ago
- 854c001 target/arm: Make FEAT_MOPS SET* insns handle Xs == XZR correctly by Peter Maydell · 1 year, 3 months ago
- 63c1b7d linux-user: Report AArch64 hwcap2 fields above bit 31 by Peter Maydell · 1 year, 3 months ago
- a6b2c5a target/arm: Enable FEAT_MOPS insns in user-mode emulation by Peter Maydell · 1 year, 3 months ago
- c6e1b31 hw/i2c/pm_smbus: Convert DPRINTF to trace events by Bernhard Beschow · 1 year, 3 months ago
- 3839aff hw/misc/imx6_ccm: Convert DPRINTF to trace events by Bernhard Beschow · 1 year, 3 months ago
- bb2fc5b hw/misc/imx7_snvs: Trace MMIO access by Bernhard Beschow · 1 year, 3 months ago
- 88a9973 hw/watchdog/wdt_imx2: Trace timer activity by Bernhard Beschow · 1 year, 3 months ago
- 18736a2 hw/watchdog/wdt_imx2: Trace MMIO access by Bernhard Beschow · 1 year, 3 months ago
- 7df9a22 hw/arm/pxa2xx_gpio: Pass CPU using QOM link property by Philippe Mathieu-Daudé · 1 year, 3 months ago
- 662c3eb MAINTAINERS: Make sure that gicv3_internal.h is covered, too by Thomas Huth · 1 year, 3 months ago
- 912fb36 docs/specs/vmgenid: Convert to rST by Peter Maydell · 1 year, 4 months ago
- 096d3ce docs/specs/vmcoreinfo: Convert to rST by Peter Maydell · 1 year, 4 months ago
- 6e0c849 docs/specs/virt-ctlr: Convert to rST by Peter Maydell · 1 year, 4 months ago
- 68ed96b docs/specs/standard-vga: Convert to rST by Peter Maydell · 1 year, 4 months ago
- 945f3fd docs/specs/pvpanic: Convert to rST by Peter Maydell · 1 year, 4 months ago
- bb1cff6 docs/specs/ivshmem-spec: Convert to rST by Peter Maydell · 1 year, 4 months ago
- 4df3f19 docs/specs/edu: Convert to rST by Peter Maydell · 1 year, 4 months ago
- 8472cc5 docs/specs/vmw_pvscsi-spec: Convert to rST by Peter Maydell · 1 year, 4 months ago
- 7c76f39 hw/input/stellaris_gamepad: Convert to qemu_input_handler_register() by Peter Maydell · 1 year, 3 months ago
- a75f336 hw/input/stellaris_input: Convert to qdev by Peter Maydell · 1 year, 3 months ago
- 5f8d505 hw/input/stellaris_gamepad: Remove StellarisGamepadButton struct by Peter Maydell · 1 year, 3 months ago
- 32400a7 qdev: Add qdev_prop_set_array() by Kevin Wolf · 1 year, 3 months ago
- 281e461 hw/input/stellaris_gamepad: Rename structs to our usual convention by Peter Maydell · 1 year, 3 months ago
- c45460d hw/input/stellaris_input: Rename to stellaris_gamepad by Peter Maydell · 1 year, 3 months ago
- 5cfea24 linux-user/elfload: Add missing arm64 hwcap values by Marielle Novastrider · 1 year, 3 months ago
- 8e3766e migration: modify test_multifd_tcp_none() to use new QAPI syntax. by Het Gala · 1 year, 3 months ago
- 967f2de migration: Implement MigrateChannelList to hmp migration flow. by Het Gala · 1 year, 3 months ago
- 5994024 migration: Implement MigrateChannelList to qmp migration flow. by Het Gala · 1 year, 3 months ago
- d95533e migration: modify migration_channels_and_uri_compatible() for new QAPI syntax by Het Gala · 1 year, 3 months ago
- 074dbce migration: New migrate and migrate-incoming argument 'channels' by Het Gala · 1 year, 3 months ago
- 02afba6 migration: Convert the file backend to the new QAPI syntax by Fabiano Rosas · 1 year, 3 months ago
- cbab4fa migration: convert exec backend to accept MigrateAddress. by Het Gala · 1 year, 3 months ago
- 3fa9642 migration: convert rdma backend to accept MigrateAddress by Het Gala · 1 year, 3 months ago
- 34dfc5e migration: convert socket backend to accept MigrateAddress by Het Gala · 1 year, 3 months ago
- 72a8192 migration: convert migration 'uri' into 'MigrateAddress' by Het Gala · 1 year, 3 months ago
- e034f88 migration: New QAPI type 'MigrateAddress' by Het Gala · 1 year, 3 months ago
- 88577f3 migration: Change ram_dirty_bitmap_reload() retval to bool by Peter Xu · 1 year, 3 months ago
- 7bca2bb tests/migration-test: Add a test for postcopy hangs during RECOVER by Fabiano Rosas · 1 year, 3 months ago
- f8c543e migration: Allow network to fail even during recovery by Peter Xu · 1 year, 3 months ago
- 7aa6070 migration: Refactor error handling in source return path by Peter Xu · 1 year, 3 months ago
- e7b428d tests/qtest: migration: add reboot mode test by Steve Sistare · 1 year, 3 months ago
- 4a6a6cb Merge tag 'm68k-pull-2023-11-02' of https://gitlab.com/huth/qemu into staging by Stefan Hajnoczi · 1 year, 3 months ago
- a35c209 tests/avocado/machine_m68k_nextcube: Fix the download URL for the ROM image by Thomas Huth · 1 year, 3 months ago
- f2a80c6 m68k: Instantiate the ESP SCSI controller for the NeXTcube machine by Thomas Huth · 1 year, 4 months ago
- 87f4ba9 hw/m68k/next-cube: Mirror BIOS to address 0 by Thomas Huth · 1 year, 4 months ago
- a87e645 cpr: reboot mode by Steve Sistare · 1 year, 3 months ago
- 8941579 cpr: relax vhost migration blockers by Steve Sistare · 1 year, 3 months ago
- e0ee3a8 cpr: relax blockdev migration blockers by Steve Sistare · 1 year, 3 months ago
- fa3673e migration: per-mode blockers by Steve Sistare · 1 year, 3 months ago
- eea1e5c migration: mode parameter by Steve Sistare · 1 year, 3 months ago
- 3e5f3bc migration: Add tracepoints for downtime checkpoints by Peter Xu · 1 year, 3 months ago
- 93bdf88 migration: migration_stop_vm() helper by Peter Xu · 1 year, 3 months ago
- 3c80f14 migration: Add per vmstate downtime tracepoints by Peter Xu · 1 year, 3 months ago
- e22ffad migration: Add migration_downtime_start|end() helpers by Peter Xu · 1 year, 3 months ago
- 62f5da7 migration: Set downtime_start even for postcopy by Peter Xu · 1 year, 3 months ago
- c64a595 migration: Use vmstate_register_any() for vmware_vga by Juan Quintela · 1 year, 3 months ago
- 7769fb8 migration: Use vmstate_register_any() for eeprom93xx by Juan Quintela · 1 year, 3 months ago
- a950091 migration: Use vmstate_register_any() for audio by Juan Quintela · 1 year, 3 months ago
- 5b146be migration: Improve example and documentation of vmstate_register() by Juan Quintela · 1 year, 3 months ago
- caa91b3 migration: Check in savevm_state_handler_insert for dups by Peter Xu · 1 year, 3 months ago
- 485fb95 migration: Hack to maintain backwards compatibility for ppc by Juan Quintela · 1 year, 3 months ago
- b23db4c migration: Use VMSTATE_INSTANCE_ID_ANY for slirp by Juan Quintela · 1 year, 3 months ago
- 1f52c7a migration: Use vmstate_register_any() for isa-ide by Juan Quintela · 1 year, 3 months ago
- 99b16e8 migration: Use vmstate_register_any() by Juan Quintela · 1 year, 3 months ago
- 71daf64 migration: Create vmstate_register_any() by Juan Quintela · 1 year, 3 months ago
- 8326857 hw/s390x/s390-stattrib: Don't call register_savevm_live() during instance_init() by Thomas Huth · 1 year, 3 months ago
- bc1bf2a hw/s390x/s390-stattrib: Simplify handling of the "migration-enabled" property by Thomas Huth · 1 year, 3 months ago
- 2fb40d1 hw/s390x/s390-skeys: Don't call register_savevm_live() during instance_init() by Thomas Huth · 1 year, 3 months ago
- 6436db5 hw/ipmi: Don't call vmstate_register() from instance_init() functions by Thomas Huth · 1 year, 3 months ago
- f213ccc hw/char/mcf_uart: Have mcf_uart_create() return DeviceState by Philippe Mathieu-Daudé · 1 year, 3 months ago
- 7f090ed hw/m68k/virt: Do not open-code sysbus_create_simple() by Philippe Mathieu-Daudé · 1 year, 3 months ago
- b2897f7 hw/m68k/next-cube: Do not open-code sysbus_create_simple() by Philippe Mathieu-Daudé · 1 year, 3 months ago
- 4c4ee59 hw/m68k/mcf_intc: Pass CPU using QOM link property by Philippe Mathieu-Daudé · 1 year, 3 months ago
- 4768968 hw/m68k/mcf_intc: Expose MMIO region via SysBus API by Philippe Mathieu-Daudé · 1 year, 3 months ago
- 989c8a4 hw/m68k/mcf5206: Pass CPU using QOM link property by Philippe Mathieu-Daudé · 1 year, 3 months ago
- b8fc619 hw/m68k/irqc: Pass CPU using QOM link property by Philippe Mathieu-Daudé · 1 year, 3 months ago
- 6c9ae1c Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into staging by Stefan Hajnoczi · 1 year, 3 months ago
- 997ef29 Merge tag 'pull-halloween-omnibus-311023-2' of https://gitlab.com/stsquad/qemu into staging by Stefan Hajnoczi · 1 year, 3 months ago
- f13b978 Merge tag 'migration-20231031-pull-request' of https://gitlab.com/juan.quintela/qemu into staging by Stefan Hajnoczi · 1 year, 3 months ago
- 900e7d4 iotests: add test for changing mirror's copy_mode by Fiona Ebner · 1 year, 3 months ago
- 76cb2f2 mirror: return mirror-specific information upon query by Fiona Ebner · 1 year, 3 months ago