messages from 2024-04-30 10:49:20 to 2024-05-01 07:56:42 UTC [more...]
[PATCH] qemu-keymap: Free xkb allocations
2024-05-01 7:55 UTC
[PULL 0/9] QGA misc changes for 2024-05-01
2024-05-01 7:43 UTC (10+ messages)
` [PULL 1/9] qga: guest-get-fsinfo: add optional 'total-bytes-privileged' field
` [PULL 2/9] qga: introduce ga_run_command() helper for guest cmd execution
` [PULL 3/9] qga/commands-posix: qmp_guest_shutdown: use ga_run_command helper
` [PULL 4/9] qga/commands-posix: qmp_guest_set_time: "
` [PULL 5/9] qga/commands-posix: execute_fsfreeze_hook: "
` [PULL 6/9] qga/commands-posix: don't do fork()/exec() when suspending via sysfs
` [PULL 7/9] qga/commands-posix: qmp_guest_set_user_password: use ga_run_command helper
` [PULL 8/9] qga: Refactor common SSH functions
` [PULL 9/9] qga: Implement SSH commands for Windows
[PATCH 0/3] virtio-net: Convert feature properties to OnOffAuto
2024-05-01 7:20 UTC (9+ messages)
` [PATCH 1/3] qdev-properties: Add DEFINE_PROP_ON_OFF_AUTO_BIT64()
` [PATCH 2/3] virtio-net: Convert feature properties to OnOffAuto
[PATCH v6 0/5] migration: do not exit on incoming failure
2024-05-01 7:19 UTC (8+ messages)
` [PATCH v6 3/5] migration: process_incoming_migration_co(): fix reporting s->error
` [PATCH v6 4/5] migration: process_incoming_migration_co(): rework error reporting
` [PATCH v6 5/5] qapi: introduce exit-on-error parameter for migrate-incoming
[PATCH 00/24] Misc PPC exception and BookE MMU clean ups
2024-05-01 5:54 UTC (2+ messages)
[PATCH] ui/gtk: Explicitly set the default size of new window when untabifying
2024-05-01 3:41 UTC
[PULL 00/21] target-arm queue
2024-04-30 23:01 UTC (23+ messages)
` [PULL 01/21] hw/core/clock: allow clock_propagate on child clocks
` [PULL 02/21] hvf: arm: Remove PL1_WRITE_MASK
` [PULL 03/21] target/arm: Restrict translation disabled alignment check to VMSA
` [PULL 04/21] docs/system/arm/emulation.rst: Add missing implemented features
` [PULL 05/21] target/arm: Enable FEAT_CSV2_3 for -cpu max
` [PULL 06/21] target/arm: Enable FEAT_ETS2 "
` [PULL 07/21] target/arm: Implement ID_AA64MMFR3_EL1
` [PULL 08/21] target/arm: Enable FEAT_Spec_FPACC for -cpu max
` [PULL 09/21] tests/avocado: update sunxi kernel from armbian to 6.6.16
` [PULL 10/21] target/arm: Refactor default generic timer frequency handling
` [PULL 11/21] hw/arm/sbsa-ref: Force CPU generic timer to 62.5MHz
` [PULL 12/21] hw/watchdog/sbsa_gwdt: Make watchdog timer frequency a QOM property
` [PULL 13/21] target/arm: Default to 1GHz cntfrq for 'max' and new CPUs
` [PULL 14/21] hw/dmax/xlnx_dpdma: fix handling of address_extension descriptor fields
` [PULL 15/21] hw/char/stm32l4x5_usart: Fix memory corruption by adding correct class_size
` [PULL 16/21] hw/arm/npcm7xx: Store derivative OTP fuse key in little endian
` [PULL 17/21] hw/display : Add device DM163
` [PULL 18/21] hw/arm : Pass STM32L4x5 SYSCFG gpios to STM32L4x5 SoC
` [PULL 19/21] hw/arm : Create Bl475eMachineState
` [PULL 20/21] hw/arm : Connect DM163 to B-L475E-IOT01A
` [PULL 21/21] tests/qtest : Add testcase for DM163
[PULL 00/19] Misc patches (s390x clean-ups, fixes for crashes, ...)
2024-04-30 23:00 UTC (2+ messages)
[PATCH v3 00/13] exec: Rework around CPUState user fields (part 2)
2024-04-30 21:42 UTC (18+ messages)
` [PATCH v3 01/13] accel/tcg: Restrict qemu_plugin_vcpu_exit_hook() to TCG plugins
` [PATCH v3 02/13] accel/tcg: Restrict cpu_plugin_mem_cbs_enabled() to TCG
` [PATCH v3 03/13] accel/tcg: Move @plugin_mem_cbs from CPUState to CPUNegativeOffsetState
` [PATCH v3 04/13] accel/tcg: Move @plugin_state from CPUState to TCG AccelCPUState
` [PATCH v3 05/13] accel/tcg: Restrict cpu_loop_exit_requested() to TCG
` [PATCH v3 06/13] accel/tcg: Restrict IcountDecr / can_do_io / CPUTLB "
` [PATCH v3 07/13] accel/tcg: Move @jmp_env from CPUState to TCG AccelCPUState
` [PATCH v3 08/13] accel/tcg: Move @cflags_next_tb "
` [PATCH v3 09/13] accel/tcg: Move @iommu_notifiers "
` [PATCH v3 10/13] accel/tcg: Move @tcg_cflags "
` [PATCH v3 11/13] accel/tcg: Restrict icount to system emulation
` [PATCH v3 12/13] accel/tcg: Move icount fields from CPUState to TCG AccelCPUState
` [PATCH v3 13/13] accel/tcg: Move @tb_jmp_cache "
[PATCH v10 0/2] tpm: add mssim backend
2024-04-30 21:12 UTC (5+ messages)
` [PATCH v10 1/2] tpm: convert tpmdev options processing to new visitor format
` [PATCH v10 2/2] tpm: add backend for mssim
[PATCH v7 00/10]
2024-04-30 21:09 UTC (12+ messages)
` [PATCH v7 01/10] util/bufferiszero: Remove SSE4.1 variant
` [PATCH v7 02/10] util/bufferiszero: Remove AVX512 variant
` [PATCH v7 03/10] util/bufferiszero: Reorganize for early test for acceleration
` [PATCH v7 04/10] util/bufferiszero: Remove useless prefetches
` [PATCH v7 05/10] util/bufferiszero: Optimize SSE2 and AVX2 variants
` [PATCH v7 06/10] util/bufferiszero: Improve scalar variant
` [PATCH v7 07/10] util/bufferiszero: Introduce biz_accel_fn typedef
` [PATCH v7 08/10] util/bufferiszero: Simplify test_buffer_is_zero_next_accel
` [PATCH v7 09/10] util/bufferiszero: Add simd acceleration for aarch64
` [PATCH v7 10/10] tests/bench: Add bufferiszero-bench
[PATCH v3 0/2] cxl: add poison creation event handler
2024-04-30 21:00 UTC (3+ messages)
` [PATCH v3 1/2] cxl/core: correct length of DPA field masks
[PATCH] system/qdev-monitor: move drain_call_rcu call under if (!dev) in qmp_device_add()
2024-04-30 19:33 UTC (3+ messages)
[PATCH] hw/display: Add SSD1306 dot matrix display controller support
2024-04-30 18:32 UTC
[PATCH v3] Hexagon: add PC alignment check and exception
2024-04-30 19:41 UTC (5+ messages)
[PATCH v2] hw/s390x: Attach the sclpconsole to /machine/sclp/s390-sclp-event-facility
2024-04-30 19:32 UTC (3+ messages)
[PULL 00/63] First batch of i386 and build system patch for QEMU 9.1
2024-04-30 19:06 UTC (4+ messages)
` [PULL 55/63] kvm: handle KVM_EXIT_MEMORY_FAULT
[PATCH] hw/s390x: Attach the sclpconsole to the /machine/sclp node
2024-04-30 19:06 UTC (4+ messages)
[PATCH 0/2] target/arm: Implement FEAT_WFxT
2024-04-30 18:44 UTC (9+ messages)
` [PATCH 1/2] accel/tcg: Make TCGCPUOps::cpu_exec_halt return bool for whether to halt
` [PATCH 2/2] target/arm: Implement FEAT WFxT and enable for '-cpu max'
[PATCH 1/1] tests/fp/meson: don't build fp-bench test if fenv.h is missing
2024-04-30 18:15 UTC (3+ messages)
[RFC 0/2] Identify aliased maps in vdpa SVQ iova_tree
2024-04-30 18:11 UTC (14+ messages)
` [RFC 1/2] iova_tree: add an id member to DMAMap
[PATCH 0/3] Assorted fixes for PMU
2024-04-30 18:02 UTC (5+ messages)
` [PATCH 1/3] target/riscv: Save counter values during countinhibit update
` [PATCH 2/3] target/riscv: Enforce WARL behavior for scounteren/hcounteren
[PATCH v2 0/3] Fix MSI-X handling for Xen HVM
2024-04-30 17:33 UTC (4+ messages)
` [PATCH v2 1/3] hw/xen/xen_pt: Save back data only for declared registers
` [PATCH v2 2/3] Update Xen's features.h header
` [PATCH v2 3/3] Do not access /dev/mem in MSI-X PCI passthrough on Xen
[PATCH v7 00/12] Enabling DCD emulation support in Qemu
2024-04-30 17:21 UTC (7+ messages)
` [PATCH v7 09/12] hw/cxl/events: Add qmp interfaces to add/release dynamic capacity extents
[PATCH v4 0/2] query-cpu-model-expansion: report deprecated features
2024-04-30 17:17 UTC (2+ messages)
[PATCH v4] fix endianness bug
2024-04-30 17:08 UTC (3+ messages)
[PATCH 1/1] prealloc: add truncate mode for prealloc filter
2024-04-30 17:05 UTC
[PATCH 1/1] block: drop force_dup parameter of raw_reconfigure_getfd()
2024-04-30 17:02 UTC
[PATCH] docs/about: Automatically deprecate versioned machine types older than 6 years
2024-04-30 16:54 UTC (4+ messages)
[PATCH v4 00/17] xen: Support grant mappings
2024-04-30 16:49 UTC (18+ messages)
` [PATCH v4 01/17] softmmu: let qemu_map_ram_ptr() use qemu_ram_ptr_length()
` [PATCH v4 02/17] xen: let xen_ram_addr_from_mapcache() return -1 in case of not found entry
` [PATCH v4 03/17] xen: mapcache: Refactor lock functions for multi-instance
` [PATCH v4 04/17] xen: mapcache: Refactor xen_map_cache "
` [PATCH v4 05/17] xen: mapcache: Refactor xen_remap_bucket "
` [PATCH v4 06/17] xen: mapcache: Break out xen_ram_addr_from_mapcache_single
` [PATCH v4 07/17] xen: mapcache: Refactor xen_replace_cache_entry_unlocked
` [PATCH v4 08/17] xen: mapcache: Refactor xen_invalidate_map_cache_entry_unlocked
` [PATCH v4 09/17] xen: mapcache: Break out xen_invalidate_map_cache_single()
` [PATCH v4 10/17] xen: mapcache: Break out xen_map_cache_init_single()
` [PATCH v4 11/17] xen: mapcache: Make MCACHE_BUCKET_SHIFT runtime configurable
` [PATCH v4 12/17] xen: mapcache: Unmap first entries in buckets
` [PATCH v4 13/17] softmmu: Pass RAM MemoryRegion and is_write xen_map_cache()
` [PATCH v4 14/17] xen: Add xen_mr_is_memory()
` [PATCH v4 15/17] xen: mapcache: Remove assumption of RAMBlock with 0 offset
` [PATCH v4 16/17] xen: mapcache: Add support for grant mappings
` [PATCH v4 17/17] hw/arm: xen: Enable use of "
[PULL v2 00/17] loongarch-to-apply queue
2024-04-30 16:49 UTC (3+ messages)
[PATCH v4 0/4] target/sh4: Fix ADDV/SUBV opcodes
2024-04-30 16:31 UTC (5+ messages)
` [PATCH v4 1/4] target/sh4: Fix ADDV opcode
` [PATCH v4 2/4] target/sh4: Fix SUBV opcode
` [PATCH v4 3/4] target/sh4: Rename TCGv variables as manual for ADDV opcode
` [PATCH v4 4/4] target/sh4: Rename TCGv variables as manual for SUBV opcode
[PATCH v3 0/4] target/sh4: Fix ADDV/SUBV opcodes
2024-04-30 15:42 UTC (6+ messages)
` [PATCH v3 1/4] target/sh4: Fix ADDV opcode
` [PATCH v3 2/4] target/sh4: Fix SUBV opcode
` [PATCH v3 3/4] target/sh4: Rename TCGv variables as manual for ADDV opcode
` [PATCH v3 4/4] target/sh4: Rename TCGv variables as manual for SUBV opcode
[PATCH v2 0/6] This series changes the "isa-bios" MemoryRegion to be an alias rather than a
2024-04-30 15:39 UTC (12+ messages)
` [PATCH v2 1/6] hw/i386/x86: Eliminate two if statements in x86_bios_rom_init()
` [PATCH v2 2/6] hw/i386: Have x86_bios_rom_init() take X86MachineState rather than MachineState
` [PATCH v2 3/6] hw/i386/x86: Don't leak "isa-bios" memory regions
` [PATCH v2 4/6] hw/i386/x86: Don't leak "pc.bios" memory region
` [PATCH v2 5/6] hw/i386/x86: Extract x86_isa_bios_init() from x86_bios_rom_init()
` [PATCH v2 6/6] hw/i386/pc_sysfw: Alias rather than copy isa-bios region
[PATCH v6 0/5] Add device DM163 (led driver, matrix colors shield & display)
2024-04-30 15:08 UTC (2+ messages)
[PATCH] hw/arm/npcm7xx: Store derivative OTP fuse key in little endian
2024-04-30 14:47 UTC (2+ messages)
[PATCH] hw/char/stm32l4x5_usart: Fix memory corruption by adding correct class_size
2024-04-30 14:45 UTC (2+ messages)
[PATCH v2] fix bit fields extraction and prevent overflow
2024-04-30 14:45 UTC (2+ messages)
[PATCH v2] mem/cxl_type3: support 3, 6, 12 and 16 interleave ways
2024-04-30 14:43 UTC (3+ messages)
[RFC PATCH] target/sh4: Fix SUBV opcode
2024-04-30 14:32 UTC (4+ messages)
[PATCH v2] target/sh4: Fix SUBV opcode
2024-04-30 14:33 UTC
[PATCH v3 0/6] migration removals & deprecations
2024-04-30 14:27 UTC (7+ messages)
` [PATCH v3 1/6] migration: Remove 'skipped' field from MigrationStats
` [PATCH v3 2/6] migration: Remove 'inc' option from migrate command
` [PATCH v3 3/6] migration: Remove 'blk/-b' option from migrate commands
` [PATCH v3 4/6] migration: Remove block migration
` [PATCH v3 5/6] migration: Remove non-multifd compression
` [PATCH v3 6/6] migration: Deprecate fd: for file migration
[PULL v2 0/9] Trivial patches for 2024-04-29
2024-04-30 14:13 UTC (2+ messages)
[PATCH intel_iommu 0/7] FLTS for VT-d
2024-04-30 14:13 UTC (3+ messages)
[PATCH] tests/avocado: update sunxi kernel from armbian to 6.6.16
2024-04-30 14:12 UTC (5+ messages)
[PATCH] target/loongarch/kvm: Fix VM recovery from disk failures
2024-04-30 14:00 UTC (3+ messages)
[PATCH 0/3] vvfat: Fix bugs in writing and reading files -- PING
2024-04-30 13:21 UTC (2+ messages)
[PULL 0/5] UI patches
2024-04-30 12:30 UTC (3+ messages)
` [PULL 5/5] virtio-gpu: fix scanout migration post-load
[PATCH v3 00/19] Add a host IOMMU device abstraction to check with vIOMMU
2024-04-30 12:15 UTC (17+ messages)
` [PATCH v3 02/19] vfio/container: Introduce HostIOMMUDeviceLegacyVFIO device
` [PATCH v3 05/19] backends/host_iommu_device: Introduce HostIOMMUDeviceCaps
` [PATCH v3 11/19] backends/iommufd: Implement HostIOMMUDeviceClass::check_cap() handler
` [PATCH v3 13/19] vfio: Create host IOMMU device instance
[PATCH v5 00/14] tpm: introduce TPM CRB SysBus device
2024-04-30 11:54 UTC (2+ messages)
[PATCH 6.1 061/110] virtio_net: Do not send RSS key if it is not supported
2024-04-30 10:40 UTC
[PATCH v4 0/3] vhost-user-blk: live resize additional APIs
2024-04-30 11:16 UTC (5+ messages)
` [PATCH v4 2/3] vhost-user-blk: split vhost_user_blk_sync_config()
[PATCH RESEND] virtio-net: fix bug 1451 aka "assert(!virtio_net_get_subqueue(nc)->async_tx.elem); "
2024-04-30 10:53 UTC
[PATCH] target/sh4: Fix ADDV opcode
2024-04-30 10:48 UTC
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).