messages from 2023-01-09 17:43:00 to 2023-01-10 08:05:07 UTC [more...]
[PATCH v3 0/8] Fix win32/msys2 shader compilation & update lcitool deps
2023-01-10 8:02 UTC (4+ messages)
` [PATCH v3 1/8] build-sys: fix crlf-ending C code
` [PATCH v3 4/8] meson: replace Perl usage with Python
` [PATCH v3 6/8] Update lcitool and fedora to 37
[PATCH 0/6] mc146818rtc related clean-ups and improvements
2023-01-10 7:52 UTC (6+ messages)
` [PATCH 4/6] hw/rtc/mc146818rtc: Add a property for the availability of the slew tick policy
[PATCH 0/5] migration: Modified 'migrate' QAPI command for migration
2023-01-10 7:43 UTC (7+ messages)
` [PATCH 1/5] migration: Updated QAPI format for 'migrate' qemu monitor command
` [PATCH 3/5] migration: Avoid multiple parsing of uri in migration code flow
[XEN PATCH 0/3] Configure qemu upstream correctly by default for igd-passthru
2023-01-10 7:32 UTC (8+ messages)
` [XEN PATCH 1/3] libxl/dm: Use "pc" machine type for Intel IGD passthrough
` [XEN PATCH v2 "
` [XEN PATCH 2/3] libxl/dm: Manage pci slot assignment "
` [XEN PATCH v2 "
` [XEN PATCH 3/3] libxl/dm: Assign slot 2 by default "
` [XEN PATCH v2 "
` [XEN PATCH v2 0/3] Configure qemu upstream correctly by default for igd-passthru
[PATCH v2 0/5] tsan fixes
2023-01-10 7:31 UTC (7+ messages)
` [PATCH v2 1/5] cpu: free cpu->tb_jmp_cache with RCU
` [PATCH v2 2/5] util/qht: add missing atomic_set(hashes[i])
` [PATCH v2 3/5] thread: de-const qemu_spin_destroy
` [PATCH v2 4/5] util/qht: use striped locks under TSAN
` [PATCH v2 5/5] plugins: make qemu_plugin_user_exit's locking order consistent with fork_start's
[PATCH v4 00/17] ui: Move and clean up monitor command code
2023-01-10 7:25 UTC (22+ messages)
` [PATCH v4 01/17] ui: Check numeric part of expire_password argument @time properly
` [PATCH v4 02/17] ui: Fix silent truncation of numeric keys in HMP sendkey
` [PATCH v4 03/17] ui/spice: Require spice-protocol >= 0.14.0
` [PATCH v4 04/17] Revert "hmp: info spice: take out webdav"
` [PATCH v4 05/17] ui/spice: Require spice-server >= 0.14.0
` [PATCH v4 06/17] ui/spice: QXLInterface method set_mm_time() is now dead, drop
` [PATCH v4 07/17] ui/spice: Give hmp_info_spice()'s channel_names[] static linkage
` [PATCH v4 08/17] ui: Clean up a few things checkpatch.pl would flag later on
` [PATCH v4 09/17] ui: Move QMP commands from monitor to new ui/ui-qmp-cmds.c
` [PATCH v4 10/17] ui: Factor out qmp_add_client() parts and move to ui/ui-qmp-cmds.c
` [PATCH v4 11/17] ui: Move HMP commands from monitor to new ui/ui-hmp-cmds.c
` [PATCH v4 12/17] ui: Improve "change vnc" error reporting
` [PATCH v4 13/17] ui: Factor out hmp_change_vnc(), and move to ui/ui-hmp-cmds.c
` [PATCH v4 14/17] ui: Reduce nesting in hmp_change_vnc() slightly
` [PATCH v4 15/17] ui: Don't check for mode change after mouse_set error
` [PATCH v4 16/17] ui: Split hmp_mouse_set() and move the HMP part to ui/
` [PATCH v4 17/17] ui: Simplify control flow in qemu_mouse_set()
[PULL 0/4] hw/nvme updates
2023-01-10 7:20 UTC (6+ messages)
` [PULL 1/4] hw/nvme: use QOM accessors
` [PULL 2/4] hw/nvme: rename shadow doorbell related trace events
` [PULL 3/4] hw/nvme: fix missing endian conversions for doorbell buffers
` [PULL 4/4] hw/nvme: fix missing cq eventidx update
[PATCH v8] xen/pt: reserve PCI slot 2 for Intel igd-passthru
2023-01-10 7:08 UTC
[PATCH v2 0/3] python/qemu/machine: fix potential hang in QMP accept
2023-01-10 7:05 UTC (5+ messages)
[PATCH v7] xen/pt: reserve PCI slot 2 for Intel igd-passthru
2023-01-10 5:59 UTC (11+ messages)
[RFC PATCH v2 00/19] target/arm: Allow CONFIG_TCG=n builds
2023-01-10 5:52 UTC (23+ messages)
` [RFC PATCH v2 01/19] target/arm: rename handle_semihosting to tcg_handle_semihosting
` [RFC PATCH v2 02/19] target/arm: wrap psci call with tcg_enabled
` [RFC PATCH v2 03/19] target/arm: wrap call to aarch64_sve_change_el in tcg_enabled()
` [RFC PATCH v2 04/19] target/arm: Move PC alignment check
` [RFC PATCH v2 05/19] target/arm: Move cpregs code into cpregs.c
` [RFC PATCH v2 06/19] target/arm: Move define_debug_regs() to cpregs.c
` [RFC PATCH v2 07/19] target/arm: Move helper_set_pstate_* into cpregs.c
` [RFC PATCH v2 08/19] target/arm: move translate modules to tcg/
` [RFC PATCH v2 09/19] target/arm: move helpers "
` [RFC PATCH v2 10/19] target/arm: Move psci.c into the tcg directory
` [RFC PATCH v2 11/19] target/arm: Wrap arm_rebuild_hflags calls with tcg_enabled
` [RFC PATCH v2 12/19] target/arm: Move hflags code into the tcg directory
` [RFC PATCH v2 13/19] tests: do not run test-hmp on all machines for ARM KVM-only
` [RFC PATCH v2 14/19] tests: do not run qom-test "
` [RFC PATCH v2 15/19] tests: device-introspect-test: cope with ARM TCG-only devices
` [RFC PATCH v2 16/19] tests/tcg: Do not build/run TCG tests if TCG is disabled
` [RFC PATCH v2 17/19] target/arm: Move regime_using_lpae_format into internal.h
` [RFC PATCH v2 18/19] cpu-defs.h: Expose CPUTLBEntryFull to non-TCG code
` [RFC PATCH v2 19/19] target/arm: don't access TCG code when debugging with KVM
[RFC PATCH for 8.0 00/13] vDPA-net inflight descriptors migration with SVQ
2023-01-10 3:02 UTC (4+ messages)
` [RFC PATCH for 8.0 10/13] virtio-net: Migrate vhost inflight descriptors
[PATCH 0/4] plugin patches to fix #1381
2023-01-10 2:16 UTC (4+ messages)
` [PATCH 4/4] cpu-exec: assert that plugin_mem_cbs is NULL after execution
[PATCH qemu 1/3] target/arm: Unify checking for M Main Extension in MRS/MSR
2023-01-09 23:05 UTC (3+ messages)
` [PATCH qemu 2/3] target/arm/gdbstub: Support reading M system registers from GDB
` [PATCH qemu 3/3] target/arm/gdbstub: Support reading M security extension "
[PATCH v2 00/21] hw: Remove implicit sysbus_mmio_map() from pflash APIs
2023-01-09 23:42 UTC (5+ messages)
` [PATCH v2 04/21] hw/block: Pass DeviceState to pflash_cfi01_get_memory()
` [PATCH v2 07/21] hw/riscv: Use generic DeviceState instead of PFlashCFI01
[PATCH qemu] target/riscv/cpu.c: Fix elen check
2023-01-09 23:04 UTC (2+ messages)
[PATCH] hw/display/xlnx_dp: fix overflow in xlnx_dp_aux_push_tx_fifo()
2023-01-09 22:58 UTC (2+ messages)
[PATCH v2 00/12] hw/riscv: Improve Spike HTIF emulation fidelity
2023-01-09 22:55 UTC (3+ messages)
` [PATCH v2 12/12] hw/riscv: spike: Decouple create_fdt() dependency to ELF loading
[RFC PATCH 0/4] qom: Introduce object_class_property_deprecate()
2023-01-09 22:54 UTC (5+ messages)
` [RFC PATCH 1/4] "
` [RFC PATCH 2/4] hw/block: Rename TYPE_PFLASH_CFI02 'width' property as 'device-width'
` [RFC PATCH 3/4] util: Introduce helpers to compare QEMU versions
` [RFC PATCH 4/4] qom: Warn when deprecated class property can be removed
[PATCH v9 0/9] support subsets of code size reduction extension
2023-01-09 22:54 UTC (2+ messages)
[PATCH 0/4] tsan fixes
2023-01-09 22:10 UTC (7+ messages)
` [PATCH 1/4] cpu: free cpu->tb_jmp_cache with RCU
` [PATCH 3/4] util/qht: use striped locks under TSAN
[RFC PATCH v5 00/52] Xen support under KVM
2023-01-09 21:18 UTC (10+ messages)
` [RFC PATCH v5 28/52] i386/xen: Add support for Xen event channel delivery to vCPU
` [RFC PATCH v5 39/52] i386/xen: add monitor commands to test event injection
virtio-iommu issue with VFIO device downstream to a PCIe-to-PCI bridge: VFIO devices are not assigned any iommu group
2023-01-09 21:11 UTC (2+ messages)
[PATCH v3 0/1] python/machine: Fix AF_UNIX path too long on macOS
2023-01-09 21:09 UTC (4+ messages)
` [PATCH v3 1/1] "
[PATCH 2/2] tpm: add backend for mssim
2023-01-09 21:06 UTC (20+ messages)
[PATCH 0/4] More precise dependency tracking for MIPS boards
2023-01-09 20:41 UTC (5+ messages)
` [PATCH 1/4] hw/isa/Kconfig: Add missing PARALLEL dependency to ISA_SUPERIO
` [PATCH 2/4] hw/mips/Kconfig: Remove ISA dependencies from MIPSsim board
` [PATCH 3/4] configs/devices/mips-softmmu/common: Remove redundant selections of SuperIO and ISA devices
` [PATCH 4/4] hw/mips/Kconfig: Move device selections to respective boards
QEMU cirrus freebsd 13 CI failing with 'Undefined symbol "rl_set_timeout"'
2023-01-09 20:39 UTC (3+ messages)
[PATCH 0/7] target/s390x: mem_helper.c cleanups
2023-01-09 20:18 UTC (8+ messages)
` [PATCH 1/7] target/s390x: Fix s390_probe_access for user-only
` [PATCH 2/7] target/s390x: Pass S390Access pointer into access_prepare
` [PATCH 3/7] target/s390x: Use void* for haddr in S390Access
` [PATCH 4/7] target/s390x: Tidy access_prepare_nf
` [PATCH 5/7] target/s390x: Remove TLB_NOTDIRTY workarounds
` [PATCH 6/7] target/s390x: Inline do_access_{get,set}_byte
` [PATCH 7/7] target/s390x: Hoist some computation in access_memmove
[PATCH v3 00/27] target/s390x: pc-relative translation blocks
2023-01-09 20:08 UTC (28+ messages)
` [PATCH v3 01/27] target/s390x: Use tcg_constant_* in local contexts
` [PATCH v3 02/27] target/s390x: Use tcg_constant_* for DisasCompare
` [PATCH v3 03/27] target/s390x: Use tcg_constant_i32 for fpinst_extract_m34
` [PATCH v3 04/27] target/s390x: Use tcg_constant_* in translate_vx.c.inc
` [PATCH v3 05/27] tests/tcg/s390x: Add bal.S
` [PATCH v3 06/27] tests/tcg/s390x: Add sam.S
` [PATCH v3 07/27] target/s390x: Change help_goto_direct to work on displacements
` [PATCH v3 08/27] target/s390x: Introduce gen_psw_addr_disp
` [PATCH v3 09/27] target/s390x: Remove pc argument to pc_to_link_into
` [PATCH v3 10/27] target/s390x: Use gen_psw_addr_disp in pc_to_link_info
` [PATCH v3 11/27] target/s390x: Use gen_psw_addr_disp in save_link_info
` [PATCH v3 12/27] target/s390x: Use gen_psw_addr_disp in op_sam
` [PATCH v3 13/27] target/s390x: Use ilen instead in branches
` [PATCH v3 14/27] target/s390x: Assert masking of psw.addr in cpu_get_tb_cpu_state
` [PATCH v3 15/27] target/s390x: Add disp argument to update_psw_addr
` [PATCH v3 16/27] target/s390x: Don't set gbea for user-only
` [PATCH v3 17/27] target/s390x: Introduce per_enabled
` [PATCH v3 18/27] target/s390x: Disable conditional branch-to-next for PER
` [PATCH v3 19/27] target/s390x: Introduce help_goto_indirect
` [PATCH v3 20/27] target/s390x: Split per_branch
` [PATCH v3 21/27] target/s390x: Simplify help_branch
` [PATCH v3 22/27] target/s390x: Split per_breaking_event from per_branch_*
` [PATCH v3 23/27] target/s390x: Remove PER check from use_goto_tb
` [PATCH v3 24/27] target/s390x: Fix successful-branch PER events
` [PATCH v3 25/27] tests/tcg/s390x: Add per.S
` [PATCH v3 26/27] target/s390x: Pass original r2 register to BCR
` [PATCH v3 27/27] target/s390x: Enable TARGET_TB_PCREL
[PATCH v3 0/6] virtio-mem: Handle preallocation with migration
2023-01-09 19:54 UTC (7+ messages)
` [PATCH v3 1/6] migration: Allow immutable device state to be migrated early (i.e., before RAM)
[PATCH v4] intel-iommu: Document iova_tree
2023-01-09 19:37 UTC
[PATCH v3] intel-iommu: Document iova_tree
2023-01-09 19:34 UTC (9+ messages)
[PATCH v10 0/9] KVM: mm: fd-based approach for supporting KVM
2023-01-09 19:32 UTC (5+ messages)
` [PATCH v10 3/9] KVM: Extend the memslot to support fd-based private memory
[PATCH 0/1] hw/ide: share bmdma read and write functions
2023-01-09 19:24 UTC (3+ messages)
[PATCH v2 0/8] QEMU CXL Provide mock CXL events and irq support
2023-01-09 19:15 UTC (4+ messages)
` [PATCH v2 8/8] hw/cxl/events: Add in inject general media event
[PATCH 1/2] hw/ide/core.c (cmd_read_native_max): Avoid limited device parameters
2023-01-09 19:11 UTC (4+ messages)
` [PATCH 2/2] tests/qtest/ide-test: Verify READ NATIVE MAX ADDRESS is not limited
[PATCH v2 0/5] Fix win32/msys2 shader compilation & drop perl
2023-01-09 19:02 UTC (13+ messages)
` [PATCH v2 1/5] build-sys: fix crlf-ending C code
` [PATCH v2 2/5] .gitlab-ci.d/windows: do not disable opengl
` [PATCH v2 3/5] configure: replace Perl usage with sed
` [PATCH v2 4/5] meson: replace Perl usage with Python
` [PATCH v2 5/5] Draft: Update lcitool
[PATCH v5 00/14] vfio/migration: Implement VFIO migration protocol v2
2023-01-09 18:36 UTC (6+ messages)
` [PATCH v5 10/14] "
[PATCH 00/14] hw/arm: QOM OBJECT_DECLARE_SIMPLE_TYPE cleanups
2023-01-09 17:59 UTC (2+ messages)
[PATCH] hw/net: Fix read of uninitialized memory in ftgmac100
2023-01-09 17:54 UTC (5+ messages)
[PATCH v6 00/33] Consolidate PIIX south bridges
2023-01-09 17:23 UTC (9+ messages)
` [PATCH v6 03/33] hw/isa/piix4: Correct IRQRC[A:D] reset values
` [PATCH v6 04/33] hw/pci/pci: Factor out pci_bus_map_irqs() from pci_bus_irqs()
` [PATCH v6 18/33] hw/isa/piix3: Wire up ACPI interrupt internally
` [PATCH v6 20/33] hw/isa/piix3: Rename pci_piix3_props for sharing with PIIX4
` [PATCH v6 22/33] hw/isa/piix3: Drop the "3" from PIIX base class
` [PATCH v6 28/33] hw/isa/piix3: Merge hw/isa/piix4.c
` [PATCH v6 29/33] hw/isa/piix: Harmonize names of reset control memory regions
` [PATCH v6 33/33] hw/isa/piix: Share PIIX3's base class with PIIX4
[PULL v2 00/15] First batch of s390x, qtests and misc fixes in 2023
2023-01-09 17:40 UTC (2+ messages)
[PATCH 00/13] hw/arm: Cleanups before pflash refactor
2023-01-09 17:40 UTC (2+ messages)
[PATCH v5 00/31] Consolidate PIIX south bridges
2023-01-09 17:33 UTC (5+ messages)
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).