messages from 2023-04-24 09:33:56 to 2023-04-24 18:39:23 UTC [more...]
[PATCH v3 00/13] Migration: Create options.c for capabilities/params/properties
2023-04-24 18:32 UTC (8+ messages)
` [PATCH v3 04/13] migration: Make all functions check have the same format
` [PATCH v3 06/13] migration: Move migrate_set_block_incremental() to options.c
` [PATCH v3 07/13] migration: Move block_cleanup_parameters() "
` [PATCH v3 08/13] migration: Remove MigrationState from block_cleanup_parameters()
` [PATCH v3 09/13] migration: Create migrate_tls_creds() function
` [PATCH v3 10/13] migration: Create migrate_tls_authz() function
` [PATCH v3 13/13] migration: Move migration_properties to options.c
test-blockjob: intermittent CI failures in msys2-64bit job
2023-04-24 18:32 UTC (7+ messages)
[PULL 00/20] Block patches
2023-04-24 18:02 UTC (5+ messages)
[PULL 0/2] Block patches
2023-04-24 17:55 UTC (3+ messages)
` [PULL 1/2] block/dmg: Declare a type definition for DMG uncompress function
` [PULL 2/2] tracetool: use relative paths for '#line' preprocessor directives
[PATCH 0/2] arm: allwinner: fix endianness bugs in sdhost and sun8i-emac
2023-04-24 17:44 UTC (7+ messages)
` [PATCH 1/2] hw/sd/allwinner-sdhost: Correctly byteswap descriptor fields
` [PATCH 2/2] hw/net/allwinner-sun8i-emac: "
[PATCH] hw/intc/allwinner-a10-pic: Don't use set_bit()/clear_bit()
2023-04-24 16:39 UTC (2+ messages)
[PATCH v3 0/7] Add EPYC-Genoa model and update previous EPYC Models
2023-04-24 16:34 UTC (8+ messages)
` [PATCH v3 1/7] target/i386: allow versioned CPUs to specify new cache_info
` [PATCH v3 2/7] target/i386: Add new EPYC CPU versions with updated cache_info
` [PATCH v3 3/7] target/i386: Add a couple of feature bits in 8000_0008_EBX
` [PATCH v3 4/7] target/i386: Add feature bits for CPUID_Fn80000021_EAX
` [PATCH v3 5/7] target/i386: Add missing feature bits in EPYC-Milan model
` [PATCH v3 6/7] target/i386: Add VNMI and automatic IBRS feature bits
` [PATCH v3 7/7] target/i386: Add EPYC-Genoa model to support Zen 4 processor series
[PULL 00/30] Migration 20230424 patches
2023-04-24 16:35 UTC (32+ messages)
` [PULL 01/30] migration: Minor control flow simplification
` [PULL 02/30] migration: move migration_global_dump() to migration-hmp-cmds.c
` [PULL 03/30] spice: move client_migrate_info command to ui/
` [PULL 04/30] migration: Create migrate_cap_set()
` [PULL 05/30] migration: Create options.c
` [PULL 06/30] migration: Move migrate_colo_enabled() to options.c
` [PULL 07/30] migration: Move migrate_use_compression() "
` [PULL 08/30] migration: Move migrate_use_events() "
` [PULL 09/30] migration: Move migrate_use_multifd() "
` [PULL 10/30] migration: Move migrate_use_zero_copy_send() "
` [PULL 11/30] migration: Move migrate_use_xbzrle() "
` [PULL 12/30] migration: Move migrate_use_block() "
` [PULL 13/30] migration: Move migrate_use_return() "
` [PULL 14/30] migration: Create migrate_rdma_pin_all() function
` [PULL 15/30] migration: Move migrate_caps_check() to options.c
` [PULL 16/30] migration: Move qmp_query_migrate_capabilities() "
` [PULL 17/30] migration: Move qmp_migrate_set_capabilities() "
` [PULL 18/30] migration: Move migrate_cap_set() "
` [PULL 19/30] migration: Move parameters functions to option.c
` [PULL 20/30] migration: Use migrate_max_postcopy_bandwidth()
` [PULL 21/30] migration: Move migrate_use_block_incremental() to option.c
` [PULL 22/30] migration: Create migrate_throttle_trigger_threshold()
` [PULL 23/30] migration: Create migrate_checkpoint_delay()
` [PULL 24/30] migration: Create migrate_max_cpu_throttle()
` [PULL 25/30] migration: Move migrate_announce_params() to option.c
` [PULL 26/30] migration: Create migrate_cpu_throttle_initial() "
` [PULL 27/30] migration: Create migrate_cpu_throttle_increment() function
` [PULL 28/30] migration: Create migrate_cpu_throttle_tailslow() function
` [PULL 29/30] migration: Move migrate_postcopy() to options.c
` [PULL 30/30] migration: Create migrate_max_bandwidth() function
[PATCH] hw/riscv/virt: Add a second UART for secure world
2023-04-24 15:21 UTC (2+ messages)
[PATCH] hw/net/msf2-emac: Don't modify descriptor in-place in emac_store_desc()
2023-04-24 16:27 UTC (2+ messages)
[PATCH 0/2] target/arm: Load correct half of 64-bit fields
2023-04-24 16:14 UTC (5+ messages)
` [PATCH 1/2] target/arm: Define and use new load_cpu_field_low32()
` [PATCH 2/2] target/arm: Add compile time asserts to load/store_cpu_field macros
[PATCH 0/6] Add RISC-V KVM AIA Support
2023-04-24 16:07 UTC (4+ messages)
` [PATCH 1/6] update-linux-headers: sync-up header with Linux for KVM AIA support
[RFC PATCH v1] hw/misc: add i2c slave device that passes i2c ops outside
2023-04-24 16:06 UTC (9+ messages)
[PATCH 0/3] hw/core: Make machine-qmp-cmds.c target independent
2023-04-24 16:04 UTC (4+ messages)
` [PATCH 1/3] hw/core: Use a callback for target specific query-cpus-fast information
` [PATCH 2/3] cpu: Introduce a wrapper for being able to use TARGET_NAME in common code
` [PATCH 3/3] hw/core: Move machine-qmp-cmds.c into the target independent source set
[RFC PATCH v3 00/44] Add LoongArch LSX instructions
2023-04-24 16:02 UTC (33+ messages)
` [RFC PATCH v3 01/44] target/loongarch: Add LSX data type VReg
` [RFC PATCH v3 14/44] target/loongarch: Implement vmul/vmuh/vmulw{ev/od}
` [RFC PATCH v3 17/44] target/loongarch: Implement vsat
` [RFC PATCH v3 20/44] target/loongarch: Implement vmskltz/vmskgez/vmsknz
` [RFC PATCH v3 21/44] target/loongarch: Implement LSX logic instructions
` [RFC PATCH v3 26/44] target/loongarch: Implement vsrlrn vsrarn
` [RFC PATCH v3 28/44] target/loongarch: Implement vssrlrn vssrarn
` [RFC PATCH v3 31/44] target/loongarch: Implement vbitclr vbitset vbitrev
` [RFC PATCH v3 35/44] target/loongarch: Implement vseq vsle vslt
` [RFC PATCH v3 37/44] target/loongarch: Implement vbitsel vset
` [RFC PATCH v3 40/44] target/loongarch: Implement vilvl vilvh vextrins vshuf
` [RFC PATCH v3 41/44] target/loongarch: Implement vld vst
` [RFC PATCH v3 42/44] target/loongarch: Implement vldi
` [RFC PATCH v3 43/44] target/loongarch: Use {set/get}_gpr replace to cpu_fpr
[RFC] hw/arm/virt: Provide DT binding generation for PCI eXpander Bridges
2023-04-24 15:45 UTC (4+ messages)
[PATCH v19 00/21] s390x: CPU Topology
2023-04-24 15:32 UTC (5+ messages)
` [PATCH v19 02/21] s390x/cpu topology: add topology entries on CPU hotplug
[PATCH 1/2] linux-user: Add move_mount() syscall
2023-04-24 15:34 UTC (2+ messages)
` [PATCH 2/2] linux-user: Add open_tree() syscall
[PATCH] linux-user/main: Use list_cpus() instead of cpu_list()
2023-04-24 15:27 UTC (3+ messages)
[PATCH 0/8] Start replacing target_ulong with vaddr
2023-04-24 15:19 UTC (21+ messages)
` [PATCH 1/8] accel: Replace `target_ulong` with `vaddr` in TB/TLB
` [PATCH 4/8] accel/tcg: Replace target_ulong with vaddr in helper_unaligned_*()
` [PATCH 6/8] accel/tcg: Replace target_ulong with vaddr in page_*()
` [PATCH 7/8] cpu: Replace target_ulong with vaddr in tb_invalidate_phys_addr()
[PATCH 0/3] hw/arm: Fix raspi, aspeed bootloaders on big-endian hosts
2023-04-24 15:27 UTC (4+ messages)
` [PATCH 1/3] hw/arm/boot: Make write_bootloader() public as arm_write_bootloader()
` [PATCH 2/3] hw/arm/aspeed: Use arm_write_bootloader() to write the bootloader
` [PATCH 3/3] hw/arm/raspi: Use arm_write_bootloader() to write boot code
[PATCH v2 RESEND] xen: Fix SEGV on domain disconnect
2023-04-24 13:51 UTC (5+ messages)
[PATCH v2] accel/tcg/tcg-accel-ops-rr: ensure fairness with icount
2023-04-24 13:26 UTC (4+ messages)
[PATCH v2 0/4] Cleanup [h_enter|spapr_exit]_nested routines
2023-04-24 14:47 UTC (5+ messages)
` [PATCH v2 1/4] ppc: spapr: cleanup cr get/store in [h_enter|spapr_exit]_nested with helpers
` [PATCH v2 2/4] ppc: spapr: cleanup h_enter_nested() with helper routines
` [PATCH v2 3/4] ppc: spapr: cleanup spapr_exit_nested() "
` [PATCH v2 4/4] MAINTAINERS: Adding myself in the list for ppc/spapr
[RFC PATCH v1 0/2] vhost-vdpa: cache Virtio states
2023-04-24 14:05 UTC (4+ messages)
[PATCH v4 0/2] Migration: Make more ram_counters atomic
2023-04-24 13:55 UTC (3+ messages)
` [PATCH v4 1/2] migration: Make dirty_pages_rate atomic
` [PATCH v4 2/2] migration: Make dirty_bytes_last_sync atomic
[PATCH v2 0/3] tests/tcg/s390x: Enable the multiarch system tests
2023-04-24 13:10 UTC (6+ messages)
` [PATCH v2 1/3] tests/tcg: Make the QEMU headers available to the tests
` [PATCH v2 2/3] tests/tcg/multiarch: Make the system memory test work on big-endian
` [PATCH v2 3/3] tests/tcg/s390x: Enable the multiarch system tests
[PATCH] kvm: Merge kvm_check_extension() and kvm_vm_check_extension()
2023-04-24 13:01 UTC (2+ messages)
[PATCH 0/9] docs: various (style, punctuation and typo fixes)
2023-04-24 12:58 UTC (5+ messages)
` [PATCH 9/9] docs/style: call out the use of GUARD macros
[PULL 00/17] Migration 20230420 patches
2023-04-24 12:41 UTC (19+ messages)
` [PULL 01/17] migration: remove extra whitespace character for code style
` [PULL 02/17] migration: Merge ram_counters and ram_atomic_counters
` [PULL 03/17] migration: Update atomic stats out of the mutex
` [PULL 04/17] migration: Make multifd_bytes atomic
` [PULL 05/17] migration: Make dirty_sync_missed_zero_copy atomic
` [PULL 06/17] migration: Make precopy_bytes atomic
` [PULL 07/17] migration: Make downtime_bytes atomic
` [PULL 08/17] migration: Make dirty_sync_count atomic
` [PULL 09/17] migration: Make postcopy_requests atomic
` [PULL 10/17] migration: Rename duplicate to zero_pages
` [PULL 11/17] migration: Rename normal to normal_pages
` [PULL 12/17] migration: Handle block device inactivation failures better
` [PULL 13/17] util/mmap-alloc: qemu_fd_getfs()
` [PULL 14/17] vl.c: Create late backends before migration object
` [PULL 15/17] migration/postcopy: Detect file system on dest host
` [PULL 16/17] migration: rename enabled_capabilities to capabilities
` [PULL 17/17] migration: Pass migrate_caps_check() the old and new caps
[PATCH v10 00/11] target/arm: Allow CONFIG_TCG=n builds
2023-04-24 12:38 UTC (4+ messages)
` [PATCH v10 06/11] target/arm: move cpu_tcg to tcg/cpu32.c
[PATCH v3 00/47] igb: Fix for DPDK
2023-04-24 11:49 UTC (19+ messages)
` [PATCH v3 06/47] igb: Clear IMS bits when committing ICR access
` [PATCH v3 09/47] igb: Always copy ethernet header
` [PATCH v3 29/47] igb: Rename a variable in igb_receive_internal()
` [PATCH v3 36/47] igb: Implement Rx SCTP CSO
` [PATCH v3 37/47] igb: Implement Tx "
` [PATCH v3 40/47] igb: Implement igb-specific oversize check
` [PATCH v3 44/47] igb: Notify only new interrupts
[RFC PATCH 0/4] vhost: register and change IOMMU flag depending on ATS state
2023-04-24 11:21 UTC (5+ messages)
` [RFC PATCH 1/4] pci: add handling of Enable bit in ATS Control Register
` [RFC PATCH 2/4] virtio-pci: add handling of ATS state change
` [RFC PATCH 3/4] memory: add interface for triggering IOMMU notify_flag_changed handler
` [RFC PATCH 4/4] vhost: register and change IOMMU flag depending on ATS state
[PATCH] accel/kvm: Specify default IPA size for arm64
2023-04-24 10:58 UTC (5+ messages)
[PATCH v2] block/monitor/block-hmp-cmds.c: Fix crash when execute hmp_commit
2023-04-24 10:51 UTC (2+ messages)
[PATCH v2] hw/riscv/virt: Add a second UART for secure world
2023-04-24 10:53 UTC
[PATCH] hw/riscv/virt: Add a second UART for secure world
2023-04-24 10:51 UTC
[PATCH 00/18] testing/next: avocado, docs (pre-PR)
2023-04-24 10:46 UTC (3+ messages)
` [PATCH 07/18] .gitlab-ci.d/cirrus: Drop the CI job for compiling with FreeBSD 12
[PATCH] hw/riscv/virt: Add a second UART for secure world
2023-04-24 10:43 UTC (3+ messages)
[PATCH 00/13] Clean up PCI IDE device models
2023-04-24 10:10 UTC (7+ messages)
` [PATCH 02/13] hw/ide/via: Implement ISA IRQ routing
[PATCH v3 00/10] Deprecate/rename singlestep command line option, monitor interfaces
2023-04-24 10:06 UTC (3+ messages)
` [PATCH v3 10/10] hmp: Deprecate 'singlestep' member of StatusInfo
[PULL 00/20] Migration 20230420 patches
2023-04-24 9:57 UTC (6+ messages)
[PATCH v2 0/6] tests/qtest: make migration-test massively faster
2023-04-24 9:53 UTC (4+ messages)
` [PATCH v2 3/6] tests/qtest: capture RESUME events during migration
[PATCH v4 0/5] parallels: Add duplication check, repair at open, fix bugs
2023-04-24 9:43 UTC (6+ messages)
` [PATCH v4 1/5] parallels: Incorrect data end calculation in parallels_open()
` [PATCH v4 2/5] parallels: Split image leak handling to separate check and fix helpers
` [PATCH v4 3/5] parallels: Add checking and repairing duplicate offsets in BAT
` [PATCH v4 4/5] parallels: Replace fprintf by qemu_log in check
` [PATCH v4 5/5] parallels: Image repairing in parallels_open()
[PATCH v11 00/12] parallels: Refactor the code of images checks and fix a bug
2023-04-24 9:31 UTC (6+ messages)
` [PATCH v11 03/12] parallels: Fix image_end_offset and data_end after out-of-image check
` [PATCH v11 04/12] parallels: create parallels_set_bat_entry_helper() to assign BAT value
` [PATCH v11 05/12] parallels: Use generic infrastructure for BAT writing in parallels_co_check()
` [PATCH v11 09/12] parallels: Move check of leaks to a separate function
` [PATCH v11 10/12] parallels: Move statistic collection "
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).