qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-01-09 20:26:09 to 2023-01-10 12:32:20 UTC [more...]

[PATCH v6 00/51] Xen support under KVM
 2023-01-10 12:20 UTC  (13+ messages)
` [PATCH v6 05/51] i386/kvm: handle Xen HVM cpuid leaves
` [PATCH v6 09/51] i386/xen: handle guest hypercalls
` [PATCH v6 14/51] i386/xen: add pc_machine_kvm_type to initialize XEN_EMULATE mode
` [PATCH v6 15/51] i386/xen: manage and save/restore Xen guest long_mode setting
` [PATCH v6 18/51] i386/xen: implement HYPERVISOR_hvm_op
` [PATCH v6 25/51] i386/xen: implement HVMOP_set_param
` [PATCH v6 26/51] hw/xen: Add xen_evtchn device for event channel emulation
` [PATCH v6 31/51] hw/xen: Implement EVTCHNOP_bind_virq
` [PATCH v6 33/51] hw/xen: Implement EVTCHNOP_send
` [PATCH v6 45/51] hw/xen: Implement GNTTABOP_query_size
` [PATCH v6 46/51] i386/xen: handle PV timer hypercalls
` [PATCH v6 50/51] hw/xen: Add xen_xenstore device for xenstore emulation

[PATCH] hw/display/xlnx_dp: fix overflow in xlnx_dp_aux_push_tx_fifo()
 2023-01-10 12:02 UTC  (3+ messages)

[PATCH 00/14] hw/arm: QOM OBJECT_DECLARE_SIMPLE_TYPE cleanups
 2023-01-10 12:00 UTC  (5+ messages)
` [PATCH 13/14] hw/intc/xilinx_intc: Use 'XpsIntc' typedef instead of 'struct xlx_pic'
` [PATCH 14/14] hw/timer/xilinx_timer: Use XpsTimerState instead of 'struct timerblock'

[PATCH v3 0/6] virtio-mem: Handle preallocation with migration
 2023-01-10 11:52 UTC  (9+ messages)
` [PATCH v3 1/6] migration: Allow immutable device state to be migrated early (i.e., before RAM)

[PATCH v5 00/11] riscv: OpenSBI boot test and cleanups
 2023-01-10 11:43 UTC  (4+ messages)
` [PATCH v5 10/11] hw/riscv/boot.c: consolidate all kernel init in riscv_load_kernel()

[PATCH v14 00/11] s390x: CPU Topology
 2023-01-10 11:37 UTC  (3+ messages)
` [PATCH v14 01/11] s390x/cpu topology: adding s390 specificities to CPU topology

[PATCH] mips: always include nanomips disassembler
 2023-01-10 11:29 UTC  (3+ messages)

[PATCH v3 0/8] Fix win32/msys2 shader compilation & update lcitool deps
 2023-01-10 10:45 UTC  (16+ messages)
` [PATCH v3 1/8] build-sys: fix crlf-ending C code
` [PATCH v3 2/8] .gitlab-ci.d/windows: do not disable opengl
` [PATCH v3 3/8] configure: replace Perl usage with sed
` [PATCH v3 4/8] meson: replace Perl usage with Python
` [PATCH v3 5/8] docs: drop texinfo options
` [PATCH v3 6/8] Update lcitool and fedora to 37
` [PATCH v3 7/8] lcitool: drop perl from QEMU project/dependencies
` [PATCH v3 8/8] lcitool: drop texinfo "

[PATCH v4 00/11] iotests: use vm.cmd()
 2023-01-10 10:53 UTC  (14+ messages)
` [PATCH v4 01/11] python: rename QEMUMonitorProtocol.cmd() to cmd_raw()
` [PATCH v4 02/11] python/qemu: rename command() to cmd()
` [PATCH v4 03/11] python/machine.py: upgrade vm.cmd() method
` [PATCH v4 04/11] iotests: QemuStorageDaemon: add cmd() method like in QEMUMachine
` [PATCH v4 05/11] iotests: add some missed checks of qmp result
` [PATCH v4 06/11] iotests: refactor some common qmp result checks into generic pattern
` [PATCH v4 07/11] iotests: drop some occasional semicolons
` [PATCH v4 08/11] iotests: drop some extra ** in qmp() call
` [PATCH v4 09/11] iotests.py: pause_job(): drop return value
` [PATCH v4 10/11] tests/vm/basevm.py: use cmd() instead of qmp()
` [PATCH v4 11/11] python: use vm.cmd() instead of vm.qmp() where appropriate

[PATCH v4 00/12] Compiler warning fixes for libvhost-user,libvduse
 2023-01-10  9:54 UTC  (3+ messages)
  ` [PATCH v4 00/12] Compiler warning fixes for libvhost-user, libvduse

[PATCH] remove unnecessary extern "C" blocks
 2023-01-10 10:53 UTC  (3+ messages)

[PATCH v4] qapi/qmp: Add timestamps to qmp command responses
 2023-01-10 10:32 UTC  (2+ messages)

[PATCH v2 0/5] hw/i2c: Rename TYPE_VERSATILE_I2C -> TYPE_ARM_SBCON_I2C
 2023-01-10  8:25 UTC  (6+ messages)
` [PATCH v2 1/5] hw/i2c/versatile_i2c: Drop useless casts from void * to pointer
` [PATCH v2 2/5] hw/i2c/versatile_i2c: Replace VersatileI2CState -> ArmSbconI2CState
` [PATCH v2 3/5] hw/i2c/versatile_i2c: Replace TYPE_VERSATILE_I2C -> TYPE_ARM_SBCON_I2C
` [PATCH v2 4/5] hw/i2c/versatile_i2c: Use ARM_SBCON_I2C() macro
` [PATCH v2 5/5] hw/i2c/versatile_i2c: Rename versatile_i2c -> arm_sbcon_i2c

[PATCH v6 0/4] Make the mc146818 RTC device target independent
 2023-01-10 10:21 UTC  (6+ messages)
` [PATCH v6 1/4] hw/intc: Extract the IRQ counting functions into a separate file
` [PATCH v6 2/4] hw/core/qdev-properties-system: Allow the 'slew' policy only on x86
` [PATCH v6 3/4] hw/rtc/mc146818rtc: Make the mc146818 RTC device target independent
` [PATCH v6 4/4] softmmu/rtc: Emit warning when using driftfix=slew on systems without mc146818

[RFC PATCH 0/4] qom: Introduce object_class_property_deprecate()
 2023-01-10  9:55 UTC  (10+ 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 v5 0/1] python/machine: Fix AF_UNIX path too long
 2023-01-10 10:03 UTC  (4+ messages)
` [PATCH v5 1/1] python/machine: Fix AF_UNIX path too long on macOS

[PATCH v2 0/5] hw/i2c/bitbang_i2c: Housekeeping
 2023-01-10  8:29 UTC  (6+ messages)
` [PATCH v2 1/5] hw/i2c/bitbang_i2c: Define TYPE_GPIO_I2C in public header
` [PATCH v2 2/5] hw/i2c/bitbang_i2c: Remove unused dummy MemoryRegion
` [PATCH v2 3/5] hw/i2c/bitbang_i2c: Change state calling bitbang_i2c_set_state() helper
` [PATCH v2 4/5] hw/i2c/bitbang_i2c: Trace state changes
` [PATCH v2 5/5] hw/i2c/bitbang_i2c: Convert DPRINTF() to trace events

[PATCH] target/i386/hax: Add XCR0 support
 2023-01-10  9:30 UTC  (7+ messages)

[PATCH 0/5] hw/i2c/bitbang_i2c: Housekeeping
 2023-01-10  8:26 UTC  (4+ messages)
` [PATCH 4/5] hw/i2c/bitbang_i2c: Trace state changes

[PATCH 0/5] migration: Modified 'migrate' QAPI command for migration
 2023-01-10  9:32 UTC  (8+ 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

[PATCH v4 00/17] ui: Move and clean up monitor command code
 2023-01-10  9:06 UTC  (12+ messages)
` [PATCH v4 02/17] ui: Fix silent truncation of numeric keys in HMP sendkey
` [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()

[PATCH v4 0/1] python/machine: Fix AF_UNIX path too long
 2023-01-10  9:36 UTC  (4+ messages)
` [PATCH v4 1/1] python/machine: Fix AF_UNIX path too long on macOS

[PATCH v10 0/9] KVM: mm: fd-based approach for supporting KVM
 2023-01-10  9:14 UTC  (6+ messages)
` [PATCH v10 3/9] KVM: Extend the memslot to support fd-based private memory

[PATCH v2 0/5] tsan fixes
 2023-01-10  9:09 UTC  (9+ 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 v3 0/1] python/machine: Fix AF_UNIX path too long on macOS
 2023-01-10  8:35 UTC  (5+ messages)
` [PATCH v3 1/1] "

[PATCH v8] xen/pt: reserve PCI slot 2 for Intel igd-passthru
 2023-01-10  8:16 UTC  (2+ messages)

[PATCH] python: QEMUMachine: enable qmp accept timeout by default
 2023-01-10  8:53 UTC  (4+ messages)

[RFC v4 0/3] migration: reduce time of loading non-iterable vmstate
 2023-01-10  8:09 UTC  (7+ messages)
` [RFC v4 2/3] memory: add depth assert in address_space_to_flatview

[PATCH 0/4] More precise dependency tracking for MIPS boards
 2023-01-10  8:04 UTC  (6+ 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

[RFC PATCH v2 00/19] target/arm: Allow CONFIG_TCG=n builds
 2023-01-10  8:02 UTC  (24+ 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

[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

[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

[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 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 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 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

[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  (3+ messages)
` [RFC PATCH v5 28/52] i386/xen: Add support for Xen event channel delivery to vCPU

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 2/2] tpm: add backend for mssim
 2023-01-09 21:06 UTC  (16+ messages)

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  (3+ messages)
` [PATCH 3/7] target/s390x: Use void* for haddr in S390Access
` [PATCH 5/7] target/s390x: Remove TLB_NOTDIRTY workarounds


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).