messages from 2023-01-10 19:16:07 to 2023-01-11 15:24:19 UTC [more...]
[PATCH v4 0/1] python/machine: Fix AF_UNIX path too long
2023-01-11 15:23 UTC (7+ messages)
` [PATCH v4 1/1] python/machine: Fix AF_UNIX path too long on macOS
[PATCH v3 0/5] tsan fixes
2023-01-11 15:16 UTC (6+ messages)
` [PATCH v3 1/5] cpu: free cpu->tb_jmp_cache with RCU
` [PATCH v3 2/5] util/qht: add missing atomic_set(hashes[i])
` [PATCH v3 3/5] thread: de-const qemu_spin_destroy
` [PATCH v3 4/5] util/qht: use striped locks under TSAN
` [PATCH v3 5/5] plugins: make qemu_plugin_user_exit's locking order consistent with fork_start's
[PATCH v4 00/36] tcg: Support for Int128 with helpers
2023-01-11 15:06 UTC (13+ messages)
` [PATCH v4 01/36] tcg: Define TCG_TYPE_I128 and related helper macros
` [PATCH v4 02/36] tcg: Handle dh_typecode_i128 with TCG_CALL_{RET, ARG}_NORMAL
` [PATCH v4 03/36] tcg: Allocate objects contiguously in temp_allocate_frame
` [PATCH v4 10/36] tcg/tci: Fix big-endian return register ordering
` [PATCH v4 14/36] tcg: Add basic data movement for TCGv_i128
[PATCH v3 0/3] tcg: add perfmap and jitdump
2023-01-11 15:06 UTC (5+ messages)
` [PATCH v3 1/3] linux-user: Clean up when exiting due to a signal
` [PATCH v3 2/3] accel/tcg: Add debuginfo support
` [PATCH v3 3/3] tcg: add perfmap and jitdump
[PATCH v6 00/51] Xen support under KVM
2023-01-11 14:57 UTC (4+ messages)
` [PATCH v6 38/51] i386/xen: add monitor commands to test event injection
[PATCH 0/8] hw/cxl: CXL emulation cleanups and minor fixes for upstream
2023-01-11 14:45 UTC (10+ messages)
` [PATCH 1/8] hw/mem/cxl_type3: Improve error handling in realize()
` [PATCH 2/8] hw/pci-bridge/cxl_downstream: Fix type naming mismatch
` [PATCH 3/8] hw/cxl: set cxl-type3 device type to PCI_CLASS_MEMORY_CXL
` [PATCH 4/8] hw/cxl: Add CXL_CAPACITY_MULTIPLIER definition
` [PATCH 5/8] hw/i386/acpi: Drop duplicate _UID entry for CXL root bridge
` [PATCH 6/8] qemu/bswap: Add const_le64()
` [PATCH 7/8] qemu/uuid: Add UUID static initializer
` [PATCH 8/8] hw/cxl/mailbox: Use new UUID network order define for cel_uuid
[RFC] Notify IRQ sources of level interrupt ack/EOI
2023-01-11 14:41 UTC
[PATCH RESEND v3 00/10] migration: introduce dirtylimit capability
2023-01-11 14:38 UTC (8+ messages)
` [PATCH RESEND v3 04/10] qapi/migration: Introduce x-vcpu-dirty-limit-period parameter
` [PATCH RESEND v3 08/10] migration: Implement dirty-limit convergence algo
` [PATCH RESEND v3 09/10] migration: Export dirty-limit time info for observation
Questions about how block devices use snapshots
2023-01-11 14:32 UTC (4+ messages)
[PATCH v2] softmmu/physmem: Fix address of FlatView access in address_space_(read|write)_cached_slow()
2023-01-11 14:28 UTC (4+ messages)
[PATCH v2 0/8] QEMU CXL Provide mock CXL events and irq support
2023-01-11 14:05 UTC (6+ messages)
` [PATCH v2 8/8] hw/cxl/events: Add in inject general media event
[PATCH v2] tests/qtest/tpm-emu: Avoid hangs using abort handlers closing channels
2023-01-11 13:49 UTC (2+ messages)
[PATCH v3 0/6] virtio-mem: Handle preallocation with migration
2023-01-11 13:48 UTC (11+ messages)
` [PATCH v3 1/6] migration: Allow immutable device state to be migrated early (i.e., before RAM)
[PATCH v3 0/2] hw/arm/virt: Handle HVF in finalize_gic_version()
2023-01-11 13:35 UTC (5+ messages)
` [PATCH v3 1/2] hw/arm/virt: Consolidate GIC finalize logic
` [PATCH v3 2/2] hw/arm/virt: Make accels in GIC finalize logic explicit
[PATCH] tests/qtest/tpm-emu: Avoid hangs using abort handlers closing channels
2023-01-11 13:32 UTC (2+ messages)
[RFC PATCH 0/4] qom: Introduce object_class_property_deprecate()
2023-01-11 13:15 UTC (8+ messages)
[PATCH v2 0/5] tsan fixes
2023-01-11 13:03 UTC (5+ messages)
` [PATCH v2 4/5] util/qht: use striped locks under TSAN
[PATCH] virtio-rng-pci: fix migration compat for vectors
2023-01-11 13:00 UTC (2+ messages)
intermittent hang, s390x host, bios-tables-test test, TPM
2023-01-11 13:00 UTC (12+ messages)
[RFC PATCH v2 00/19] target/arm: Allow CONFIG_TCG=n builds
2023-01-11 12:36 UTC (15+ messages)
` [RFC PATCH v2 07/19] target/arm: Move helper_set_pstate_* into cpregs.c
` [RFC PATCH v2 13/19] tests: do not run test-hmp on all machines for ARM KVM-only
` [RFC PATCH v2 17/19] target/arm: Move regime_using_lpae_format into internal.h
[PATCH 0/2] fix for #285
2023-01-11 12:34 UTC (7+ messages)
` [PATCH 1/2] util: import GTree as QTree
` [PATCH 2/2] tcg: use QTree instead of GTree
[PATCH v10 0/9] support subsets of virtual memory extension
2023-01-11 10:39 UTC (10+ messages)
` [PATCH v10 1/9] target/riscv: add cfg properties for Zc* extension
` [PATCH v10 2/9] target/riscv: add support for Zca extension
` [PATCH v10 3/9] target/riscv: add support for Zcf extension
` [PATCH v10 4/9] target/riscv: add support for Zcd extension
` [PATCH v10 5/9] target/riscv: add support for Zcb extension
` [PATCH v10 6/9] target/riscv: add support for Zcmp extension
` [PATCH v10 7/9] target/riscv: add support for Zcmt extension
` [PATCH v10 8/9] target/riscv: expose properties for Zc* extension
` [PATCH v10 9/9] disas/riscv.c: add disasm support for Zc*
[PATCH 0/7] target/s390x: mem_helper.c cleanups
2023-01-11 10:22 UTC (15+ 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
[PULL 00/29] Misc patches for 2023-01-10
2023-01-11 10:18 UTC (11+ messages)
` [PULL 02/29] i386: Emit correct error code for 64-bit IDT entry
` [PULL 06/29] target/i386: Remove compilation errors when -Werror=maybe-uninitialized
` [PULL 08/29] gitlab: remove redundant setting of PKG_CONFIG_PATH
[PATCH v14 00/11] s390x: CPU Topology
2023-01-11 10:09 UTC (15+ messages)
` [PATCH v14 02/11] s390x/cpu topology: add topology entries on CPU hotplug
` [PATCH v14 03/11] target/s390x/cpu topology: handle STSI(15) and build the SYSIB
` [PATCH v14 04/11] s390x/sclp: reporting the maximum nested topology entries
` [PATCH v14 05/11] s390x/cpu topology: resetting the Topology-Change-Report
` [PATCH v14 07/11] target/s390x/cpu topology: activating CPU topology
` [PATCH v14 08/11] qapi/s390/cpu topology: change-topology monitor command
[PATCH v5 00/14] vfio/migration: Implement VFIO migration protocol v2
2023-01-11 9:59 UTC (9+ messages)
` [PATCH v5 10/14] "
[PATCH 0/2] linux-user: revert previous workaround for glibc >= 2.36
2023-01-11 9:55 UTC (2+ messages)
[PULL v4 00/83] pci,pc,virtio: features, tests, fixes, cleanups
2023-01-11 9:50 UTC (5+ messages)
` [PULL v4 76/83] vhost-user: Support vhost_dev_start
[PATCH] remove unnecessary extern "C" blocks
2023-01-11 9:14 UTC (3+ messages)
[PATCH 00/18] hw/arm: Move various objects to softmmu_ss to build them once (part 1)
2023-01-11 9:01 UTC (4+ messages)
` [PATCH 12/18] hw/arm/digic: Replace object_initialize(ARMCPU) by object_new(ARMCPU)
[PATCH v3 0/5] hw/i2c/bitbang_i2c: Housekeeping
2023-01-11 8:50 UTC (6+ messages)
` [PATCH v3 1/5] hw/i2c/bitbang_i2c: Define TYPE_GPIO_I2C in public header
` [PATCH v3 2/5] hw/i2c/bitbang_i2c: Remove unused dummy MemoryRegion
` [PATCH v3 3/5] hw/i2c/bitbang_i2c: Change state calling bitbang_i2c_set_state() helper
` [PATCH v3 4/5] hw/i2c/bitbang_i2c: Trace state changes
` [PATCH v3 5/5] hw/i2c/bitbang_i2c: Convert DPRINTF() to trace events
[PATCH] hw/net/lan9118: log [read|write]b when mode_16bit is enabled rather than abort
2023-01-11 8:49 UTC (3+ messages)
[PATCH v2 0/4] bulk: Replace TARGET_FMT_plx by HWADDR_PRIx
2023-01-11 8:39 UTC (5+ messages)
` [PATCH v2 1/4] hw: Remove hardcoded tabs (code style)
` [PATCH v2 2/4] bulk: Coding style fixes
` [PATCH v2 3/4] bulk: Replace TARGET_FMT_plx -> HWADDR_PRIx
` [RFC PATCH v2 4/4] bulk: Prefix '0x' to hex values displayed with HWADDR_PRIx format
[PATCH] usb-ccid: make ids and descriptor configurable
2023-01-11 8:09 UTC (2+ messages)
[PATCH v3 0/3] python/qemu/machine: fix potential hang in QMP accept
2023-01-11 8:01 UTC (4+ messages)
` [PATCH v3 1/3] python/qmp/protocol: add open_with_socket()
` [PATCH v3 2/3] python/qmp/legacy: make QEMUMonitorProtocol accept a socket
` [PATCH v3 3/3] python/qemu/machine: use socketpair() for QMP by default
[PULL 0/6] hw/nvme updates
2023-01-11 7:52 UTC (7+ messages)
` [PULL 1/6] hw/nvme: use QOM accessors
` [PULL 2/6] hw/nvme: rename shadow doorbell related trace events
` [PULL 3/6] hw/nvme: fix missing endian conversions for doorbell buffers
` [PULL 4/6] hw/nvme: fix missing cq eventidx update
` [PULL 5/6] hw/nvme: clean up confusing use of errp/local_err
` [PULL 6/6] hw/nvme: cleanup error reporting in nvme_init_pci()
[PATCH v9 0/9] support subsets of code size reduction extension
2023-01-11 7:19 UTC (3+ messages)
virtio-iommu issue with VFIO device downstream to a PCIe-to-PCI bridge: VFIO devices are not assigned any iommu group
2023-01-11 7:14 UTC (3+ messages)
[PATCH] bulk: Rename TARGET_FMT_plx -> HWADDR_FMT_plx
2023-01-11 7:10 UTC (3+ messages)
[RFC v1 0/2] spice: Add an option to forward the dmabuf directly to the encoder
2023-01-11 5:37 UTC (3+ messages)
` [RFC v1 1/2] spice: Add an option for users to provide a preferred codec
` [RFC v1 2/2] spice: Add an option to forward the dmabuf directly to the encoder
[PATCH 0/2] target/riscv/cpu: fix sifive_u 32/64bits boot in riscv-to-apply.next
2023-01-11 5:56 UTC (10+ messages)
` [PATCH 1/2] target/riscv/cpu: set cpu->cfg in register_cpu_props()
` [PATCH 2/2] target/riscv/cpu.c: do not skip misa logic in riscv_cpu_realize()
[RFC PATCH for 8.0 00/13] vDPA-net inflight descriptors migration with SVQ
2023-01-11 5:51 UTC (7+ messages)
` [RFC PATCH for 8.0 10/13] virtio-net: Migrate vhost inflight descriptors
make vm-build-freebsd appears to require . in PATH
2023-01-11 5:50 UTC (5+ messages)
[PATCH v5 00/11] riscv: OpenSBI boot test and cleanups
2023-01-11 5:08 UTC (22+ messages)
` [PATCH v5 01/11] tests/avocado: add RISC-V OpenSBI boot test
` [PATCH v5 04/11] hw/riscv/boot.c: exit early if filename is NULL in load functions
` [PATCH v5 06/11] hw/riscv: write initrd 'chosen' FDT inside riscv_load_initrd()
` [PATCH v5 07/11] hw/riscv: write bootargs 'chosen' FDT after riscv_load_kernel()
` [PATCH v5 08/11] hw/riscv/boot.c: use MachineState in riscv_load_initrd()
` [PATCH v5 09/11] hw/riscv/boot.c: use MachineState in riscv_load_kernel()
` [PATCH v5 10/11] hw/riscv/boot.c: consolidate all kernel init "
` [PATCH v5 11/11] hw/riscv/boot.c: make riscv_load_initrd() static
[PATCH v2 0/5] hw/i2c/bitbang_i2c: Housekeeping
2023-01-11 2:57 UTC (3+ messages)
` [PATCH v2 4/5] hw/i2c/bitbang_i2c: Trace state changes
[PATCH] hw/display/xlnx_dp: fix overflow in xlnx_dp_aux_push_tx_fifo()
2023-01-11 2:01 UTC (3+ messages)
[PATCH v7 0/7] Misc ppc/mac machines clean up
2023-01-11 0:54 UTC (14+ messages)
` [PATCH v7 1/7] input/adb: Only include header where needed
` [PATCH v7 2/7] mac_{old,new}world: Use local variable instead of qdev_get_machine()
` [PATCH v7 2/7] mac_{old, new}world: "
` [PATCH v7 3/7] mac_{old,new}world: Pass MacOS VGA NDRV in card ROM instead of fw_cfg
` [PATCH v7 4/7] mac_newworld: Add machine types for different mac99 configs
` [PATCH v7 6/7] mac_newworld: Deprecate mac99 "via" option
[PATCH v6 0/4] Make the mc146818 RTC device target independent
2023-01-10 23:16 UTC (2+ messages)
[PATCH qemu v3 1/1] Emulating sun keyboard language layout dip switches, taking the value for the dip switches from the "-k" option to qemu
2023-01-10 23:08 UTC (2+ messages)
[PATCH 0/1] hw/ide: share bmdma read and write functions
2023-01-10 23:07 UTC (4+ messages)
[PATCH v10 0/9] KVM: mm: fd-based approach for supporting KVM
2023-01-10 22:51 UTC (7+ messages)
` [PATCH v10 3/9] KVM: Extend the memslot to support fd-based private memory
[RFC] Reducing NEED_CPU_H usage
2023-01-10 19:56 UTC (2+ messages)
[PATCH 1/1] hw/arm/sbsa-ref.c: Start APs powered off
2023-01-10 18:35 UTC (3+ messages)
[PATCH 00/26] current maintainer trees (testing/semihosting/plugins)
2023-01-10 17:39 UTC (4+ messages)
` [PATCH 01/26] scripts/ci: update gitlab-runner playbook to use latest runner
` [PATCH 06/26] .gitlab-ci.d/windows: do not disable opengl
` [PATCH 14/26] semihosting: add O_BINARY flag in host_open for NT compatibility
[PATCH v4 00/11] iotests: use vm.cmd()
2023-01-10 19:13 UTC (3+ messages)
` [PATCH v4 04/11] iotests: QemuStorageDaemon: add cmd() method like in QEMUMachine
[PATCH] Makefile: allow 'make uninstall'
2023-01-10 19:04 UTC (3+ 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).