messages from 2023-10-24 10:45:14 to 2023-10-24 17:10:34 UTC [more...]
[PATCH v3] migration: Stop migration immediately in RDMA error paths
2023-10-24 17:09 UTC (3+ messages)
[PATCH v2 0/9] tcg: Use tcg_gen_[s]extract_{i32,i64,tl}
2023-10-24 16:59 UTC (10+ messages)
` [PATCH v2 1/9] target/avr: Use tcg_gen_extract_tl
` [PATCH v2 2/9] target/cris: "
` [PATCH v2 3/9] target/i386: "
` [PATCH v2 4/9] target/mips: Use tcg_gen_extract_i32
` [PATCH v2 5/9] target/ppc: "
` [PATCH v2 6/9] target/sparc: Use tcg_gen_extract_tl
` [PATCH v2 7/9] target/xtensa: Use tcg_gen_extract_i32
` [PATCH v2 8/9] target/mips: Use tcg_gen_ext16s_tl
` [PATCH v2 9/9] target/mips: Use tcg_gen_ext*u_tl
[PATCH v14 00/18] plugins: Allow to read registers
2023-10-24 16:48 UTC (14+ messages)
` [PATCH v14 09/18] gdbstub: Change gdb_get_reg_cb and gdb_set_reg_cb
` [PATCH v14 10/18] gdbstub: Simplify XML lookup
` [PATCH v14 12/18] hw/core/cpu: Remove gdb_get_dynamic_xml member
` [PATCH v14 14/18] gdbstub: Expose functions to read registers
` [PATCH v14 15/18] cpu: Call plugin hooks only when ready
` [PATCH v14 16/18] plugins: Use different helpers when reading registers
[PATCH 0/9] tcg: Use tcg_gen_[s]extract_{i32,i64,tl}
2023-10-24 16:55 UTC (5+ messages)
` [PATCH 7/9] target/mips: Use tcg_gen_sextract_tl
[PATCH 0/6] target/arm: Move feature tests to their own header
2023-10-24 16:50 UTC (8+ messages)
` [PATCH 1/6] target/arm: Move feature test functions "
` [PATCH 2/6] target/arm: Move ID_AA64MMFR1 and ID_AA64MMFR2 tests together
` [PATCH 3/6] target/arm: Move ID_AA64MMFR0 tests up to before MMFR1 and MMFR2
` [PATCH 4/6] target/arm: Move ID_AA64ISAR* test functions together
` [PATCH 5/6] target/arm: Move ID_AA64PFR* tests together
` [PATCH 6/6] target/arm: Move ID_AA64DFR* feature "
[PATCH v3 0/1] migration: Check for duplicates on vmstate_register()
2023-10-24 16:50 UTC (5+ messages)
` [PATCH v3 1/1] migration: vmstate_register() check that instance_id is valid
[PATCH v2 0/3] misc/pca9552: Changes to support powernv10
2023-10-24 16:49 UTC (7+ messages)
` [PATCH v2 1/3] misc/pca9552: Fix inverted input status
` [PATCH v2 3/3] misc/pca9552: Only update output GPIOs if state changed
[PATCH v2] migration: Stop migration immediately in RDMA error paths
2023-10-24 16:47 UTC (4+ messages)
[PATCH 0/2] misc/pca9552: Changes to support powernv10
2023-10-24 16:46 UTC (7+ messages)
` [PATCH 1/2] misc/pca9552: Fix inverted input status
[PATCH 0/12] Get Xen PV shim running in qemu
2023-10-24 16:34 UTC (36+ messages)
` [PATCH 01/12] i386/xen: fix per-vCPU upcall vector for Xen emulation
` [PATCH 02/12] hw/xen: select kernel mode for per-vCPU event channel upcall vector
` [PATCH 03/12] include: update Xen public headers to Xen 4.17.2 release
` [PATCH 04/12] i386/xen: advertise XEN_HVM_CPUID_UPCALL_VECTOR in CPUID
` [PATCH 05/12] hw/xen: populate store frontend nodes with XenStore PFN/port
` [PATCH 06/12] hw/xen: add get_frontend_path() method to XenDeviceClass
` [PATCH 07/12] hw/xen: update Xen console to XenDevice model
` [PATCH 08/12] hw/xen: do not repeatedly try to create a failing backend device
` [PATCH 09/12] hw/xen: prevent duplicate device registrations
` [PATCH 12/12] hw/xen: add support for Xen primary console in emulated mode
[PATCH 00/11] hw/arm/aspeed: Split AspeedSoCState per 2400/2600/10x0
2023-10-24 16:24 UTC (12+ messages)
` [PATCH 01/11] hw/arm/aspeed: Extract code common to all boards to a common file
` [PATCH 02/11] hw/arm/aspeed: Rename aspeed_soc_init() as AST2400/2500 specific
` [PATCH 03/11] hw/arm/aspeed: Rename aspeed_soc_realize() "
` [PATCH 04/11] hw/arm/aspeed: Dynamically allocate AspeedMachineState::soc field
` [PATCH 05/11] hw/arm/aspeed: Introduce TYPE_ASPEED10X0_SOC
` [PATCH 06/11] hw/arm/aspeed: Introduce TYPE_ASPEED2600_SOC
` [PATCH 07/11] hw/arm/aspeed: Introduce TYPE_ASPEED2400_SOC
` [PATCH 08/11] hw/arm/aspeed: Check 'memory' link is set in common aspeed_soc_realize
` [PATCH 09/11] hw/arm/aspeed: Move AspeedSoCState::armv7m to Aspeed10x0SoCState
` [PATCH 10/11] hw/arm/aspeed: Move AspeedSoCState::a7mpcore to Aspeed2600SoCState
` [PATCH 11/11] hw/arm/aspeed: Move AspeedSoCState::cpu/vic to Aspeed2400SoCState
[PATCH v2 0/24] Get Xen PV shim running in Qemu, add net & console
2023-10-24 16:22 UTC (14+ messages)
` [PATCH v2 03/24] hw/xen: select kernel mode for per-vCPU event channel upcall vector
` [PATCH v2 04/24] hw/xen: don't clear map_track[] in xen_gnttab_reset()
` [PATCH v2 05/24] hw/xen: fix XenStore watch delivery to guest
` [PATCH v2 10/24] hw/xen: populate store frontend nodes with XenStore PFN/port
` [PATCH v2 16/24] hw/xen: handle soft reset for primary console
[PATCH 0/4] Update QEMU qnic driver to "new" XenDevice model
2023-10-24 16:16 UTC (8+ messages)
` [PATCH 1/4] hw/xen: only remove peers of PCI NICs on unplug
` [PATCH 2/4] hw/xen: update Xen PV NIC to XenDevice model
[PATCH v3 0/3] Add emulation of AmigaOne XE board
2023-10-24 16:11 UTC (4+ messages)
[PATCH v3 0/8] PMBus fixes and new functions
2023-10-24 16:07 UTC (6+ messages)
[PATCH 0/2] target/arm: Implement Neoverse-N2
2023-10-24 16:02 UTC (5+ messages)
` [PATCH 2/2] target/arm: Implement Neoverse N2 CPU model
[PATCH v4 0/8] Misc clean ups to target/ppc exception handling
2023-10-24 15:52 UTC (10+ messages)
` [PATCH v4 1/8] target/ppc: Use env_cpu for cpu_abort in excp_helper
` [PATCH v4 2/8] target/ppc: Readability improvements in exception handlers
` [PATCH v4 3/8] target/ppc: Fix gen_sc to use correct nip
` [PATCH v4 4/8] target/ppc: Move patching nip from exception handler to helper_scv
` [PATCH v4 5/8] target/ppc: Simplify syscall exception handlers
` [PATCH v4 6/8] target/ppc: Clean up ifdefs in excp_helper.c, part 1
` [PATCH v4 7/8] target/ppc: Clean up ifdefs in excp_helper.c, part 2
` [PATCH v4 8/8] target/ppc: Clean up ifdefs in excp_helper.c, part 3
[PATCH] migration: Stop migration immediately in RDMA error paths
2023-10-24 15:58 UTC (3+ messages)
[PATCH v8 0/5] Support x2APIC mode with TCG accelerator
2023-10-24 15:27 UTC (4+ messages)
` [PATCH v8 1/5] i386/tcg: implement x2APIC registers MSR access
[PATCH v9 0/5] Support x2APIC mode with TCG accelerator
2023-10-24 15:21 UTC (6+ messages)
` [PATCH v9 1/5] i386/tcg: implement x2APIC registers MSR access
` [PATCH v9 2/5] apic: add support for x2APIC mode
` [PATCH v9 3/5] apic, i386/tcg: add x2apic transitions
` [PATCH v9 4/5] intel_iommu: allow Extended Interrupt Mode when using userspace APIC
` [PATCH v9 5/5] amd_iommu: report x2APIC support to the operating system
[PATCH v6 00/10] Introduce model for IBM's FSI
2023-10-24 15:21 UTC (5+ messages)
` [PATCH v6 06/10] hw/fsi: Aspeed APB2OPB interface
State of contrib/vhost-user-input?
2023-10-24 15:20 UTC (4+ messages)
[PATCH 00/12] migration: Yet another round of atomic counters
2023-10-24 15:10 UTC (13+ messages)
` [PATCH 01/12] qemu-file: We only call qemu_file_transferred_* on the sending side
` [PATCH 02/12] qemu_file: Use a stat64 for qemu_file_transferred
` [PATCH 03/12] qemu_file: total_transferred is not used anymore
` [PATCH 04/12] migration: Use the number of transferred bytes directly
` [PATCH 05/12] qemu_file: Remove unused qemu_file_transferred()
` [PATCH 06/12] qemu-file: Remove _noflush from qemu_file_transferred_noflush()
` [PATCH 07/12] migration: migration_transferred_bytes() don't need the QEMUFile
` [PATCH 08/12] migration: migration_rate_limit_reset() "
` [PATCH 09/12] qemu-file: Simplify qemu_file_get_error()
` [PATCH 10/12] migration: Use migration_transferred_bytes()
` [PATCH 11/12] migration: Remove transferred atomic counter
` [PATCH 12/12] qemu-file: Make qemu_fflush() return errors
[RFC] mem: Fix mem region size when is UINT64_MAX
2023-10-24 14:17 UTC (8+ messages)
[PATCH 0/3] hw/arm: Create second NonSecure UART for virt board
2023-10-24 13:49 UTC (3+ messages)
` [PATCH 3/3] hw/arm/virt: allow creation of a second NonSecure UART
[PULL 00/39] Migration 20231024 patches
2023-10-24 13:13 UTC (40+ messages)
` [PULL 01/39] migration/doc: Add contents
` [PULL 02/39] migration/doc: Add documentation for backwards compatiblity
` [PULL 03/39] migration/doc: How to migrate when hosts have different features
` [PULL 04/39] migration/doc: We broke backwards compatibility
` [PULL 05/39] migration: Receiving a zero page non zero is an error
` [PULL 06/39] migration: Rename ram_handle_compressed() to ram_handle_zero()
` [PULL 07/39] migration: Give one error if trying to set MULTIFD and XBZRLE
` [PULL 08/39] migration: Give one error if trying to set COMPRESSION "
` [PULL 09/39] migration: Remove save_page_use_compression()
` [PULL 10/39] migration: Make compress_data_with_multithreads return bool
` [PULL 11/39] migration: Simplify compress_page_with_multithread()
` [PULL 12/39] migration: Move busy++ to migrate_with_multithread
` [PULL 13/39] migration: Create compress_update_rates()
` [PULL 14/39] migration: Export send_queued_data()
` [PULL 15/39] migration: Move ram_flush_compressed_data() to ram-compress.c
` [PULL 16/39] migration: Merge flush_compressed_data() and compress_flush_data()
` [PULL 17/39] migration: Rename ram_compressed_pages() to compress_ram_pages()
` [PULL 18/39] hw/ipmi: Don't call vmstate_register() from instance_init() functions
` [PULL 19/39] hw/s390x/s390-skeys: Don't call register_savevm_live() during instance_init()
` [PULL 20/39] hw/s390x/s390-stattrib: Simplify handling of the "migration-enabled" property
` [PULL 21/39] hw/s390x/s390-stattrib: Don't call register_savevm_live() during instance_init()
` [PULL 22/39] migration/ram: Fix compilation with -Wshadow=local
` [PULL 23/39] migration: rename vmstate_save_needed->vmstate_section_needed
` [PULL 24/39] migration: set file error on subsection loading
` [PULL 25/39] migration: Create vmstate_register_any()
` [PULL 26/39] migration: Use vmstate_register_any()
` [PULL 27/39] migration: Use vmstate_register_any() for isa-ide
` [PULL 28/39] migration: Use VMSTATE_INSTANCE_ID_ANY for slirp
` [PULL 29/39] migration: Hack to maintain backwards compatibility for ppc
` [PULL 30/39] migration: Check in savevm_state_handler_insert for dups
` [PULL 31/39] migration: Improve example and documentation of vmstate_register()
` [PULL 32/39] migration: Use vmstate_register_any() for audio
` [PULL 33/39] migration: Use vmstate_register_any() for eeprom93xx
` [PULL 34/39] migration: Use vmstate_register_any() for vmware_vga
` [PULL 35/39] qemu-iotests: Filter warnings about block migration being deprecated
` [PULL 36/39] migration: migrate 'inc' command option is deprecated
` [PULL 37/39] migration: migrate 'blk' "
` [PULL 38/39] migration: Deprecate block migration
` [PULL 39/39] migration: Deprecate old compression method
[PATCH] migration/ram: Fix compilation with -Wshadow=local
2023-10-24 13:12 UTC (7+ messages)
` ram_save_complete() is fishy (was: Re: [PATCH] migration/ram: Fix compilation with -Wshadow=local)
` ram_save_complete() is fishy
[PATCH] qapi: Fix QAPISchemaEntity.__repr__()
2023-10-24 12:06 UTC (3+ messages)
[PATCH v5 00/19] Make Pixman an optional dependency
2023-10-24 12:01 UTC (2+ messages)
[PATCH v2 1/2] hw/ide: reset: cancel async DMA operation before resetting state
2023-10-24 11:57 UTC (3+ messages)
[PATCH v2] block/snapshot: Fix compiler warning with -Wshadow=local
2023-10-24 11:51 UTC (4+ messages)
[PATCH 0/45] Rework matching of network devices to -nic options
2023-10-24 11:32 UTC (3+ messages)
` [PATCH 08/45] hw/arm/sbsa-ref: use pci_init_nic_devices()
[PATCH v8 0/5] Migration deprecated parts
2023-10-24 11:23 UTC (4+ messages)
` [PATCH v8 1/5] qemu-iotests: Filter warnings about block migration being deprecated
[PATCH V1 0/4] Live Update reboot mode
2023-10-24 11:13 UTC (7+ messages)
` [PATCH V1 4/4] cpr: "
[PATCH v2 0/9] RFC: migration: check required entries and sections are loaded
2023-10-24 11:08 UTC (9+ messages)
` [PATCH v2 6/9] migration: check required entries are loaded, once
` [PATCH v2 8/9] test-vmstate: add some subsection tests
` [PATCH v2 9/9] docs/migration: reflect the changes about needed subsections
[PATCH v3 0/9] mirror: allow switching from background to active mode
2023-10-24 11:04 UTC (7+ messages)
` [PATCH v3 5/9] mirror: implement mirror_change method
[PATCH v2] migration/ram: Fix compilation with -Wshadow=local
2023-10-24 10:57 UTC (3+ messages)
[PATCH v2 00/13] migration: Check for duplicates on vmstate_register()
2023-10-24 10:55 UTC (6+ messages)
` [PATCH v2 03/13] migration: Use vmstate_register_any() for isa-ide
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).