qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-01-17 07:12:37 to 2023-01-17 16:48:51 UTC [more...]

[PATCH v10 0/9] KVM: mm: fd-based approach for supporting KVM
 2023-01-17 16:34 UTC  (21+ messages)
` [PATCH v10 1/9] mm: Introduce memfd_restricted system call to create restricted user memory
` [PATCH v10 2/9] KVM: Introduce per-page memory attributes
` [PATCH v10 3/9] KVM: Extend the memslot to support fd-based private memory
` [PATCH v10 9/9] KVM: Enable and expose KVM_MEM_PRIVATE

[PATCH] acpi: Set maximum size to 64k for "etc/acpi/rsdp" blob
 2023-01-17 11:15 UTC 

[PATCH v6] tests/qtest: netdev: test stream and dgram backends
 2023-01-17 16:45 UTC  (2+ messages)

[PATCH 0/3] TSA: make sure QEMU compiles when using clang TSA
 2023-01-17 16:43 UTC  (17+ messages)
` [PATCH 1/3] util/qemu-thread-posix: use TSA_NO_TSA to suppress clang TSA warnings
` [PATCH 2/3] bsd-user/mmap: "
` [PATCH 3/3] configure: Enable -Wthread-safety if present

[RFC PATCH v3 00/28] target/arm: Allow CONFIG_TCG=n builds
 2023-01-17 16:36 UTC  (17+ messages)
` [RFC PATCH v3 04/28] target/arm: Move PC alignment check
` [RFC PATCH v3 05/28] target/arm: Move cpregs code out of cpu.h
` [RFC PATCH v3 06/28] target/arm: Move cpregs code into cpregs.c
` [RFC PATCH v3 10/28] target/arm: move helpers to tcg/
` [RFC PATCH v3 12/28] target/arm: Wrap arm_rebuild_hflags calls with tcg_enabled
` [RFC PATCH v3 16/28] cpu-defs.h: Expose CPUTLBEntryFull to non-TCG code
` [RFC PATCH v3 18/28] target/arm: Move common cpu code into cpu.c
` [RFC PATCH v3 21/28] tests/qtest: Skip tests that depend on TCG when CONFIG_TCG=n

[PATCH] target/arm: Fix in_debug path in S1_ptw_translate
 2023-01-17 16:35 UTC  (2+ messages)

[PATCH] target/arm: Fix physical address resolution for MTE
 2023-01-17 16:35 UTC  (2+ messages)

[PATCH v2 0/7] target/arm: Introduce aarch64_set_svcr
 2023-01-17 16:33 UTC  (2+ messages)

[PATCH v5 0/2] riscv: Allow user to set the satp mode
 2023-01-17 16:31 UTC  (5+ messages)
` [PATCH v5 1/2] riscv: Pass Object to register_cpu_props instead of DeviceState
` [PATCH v5 2/2] riscv: Allow user to set the satp mode

completion timeouts with pin-based interrupts in QEMU hw/nvme
 2023-01-17 16:18 UTC  (6+ messages)

[PATCH 0/4] hw: QOM housekeeping around IOTHREAD / IRQ types
 2023-01-17 16:15 UTC  (2+ messages)

[PATCH v4 0/2] arm: enable MTE for QEMU + kvm
 2023-01-17 16:16 UTC  (5+ messages)
` [PATCH v4 1/2] arm/kvm: add support for MTE
` [PATCH v4 2/2] qtests/arm: add some mte tests

[PATCH v7 00/51] Xen support under KVM
 2023-01-17 16:02 UTC  (29+ messages)
` [PATCH v7 08/51] xen-platform: allow its creation with XEN_EMULATE mode
` [PATCH v7 14/51] i386/xen: add pc_machine_kvm_type to initialize "
` [PATCH v7 23/51] i386/xen: implement HYPERVISOR_event_channel_op
` [PATCH v7 26/51] hw/xen: Add xen_evtchn device for event channel emulation
                ` [PATCH v7.1 "
` [PATCH v7 27/51] i386/xen: Add support for Xen event channel delivery to vCPU
` [PATCH v7 38/51] i386/xen: add monitor commands to test event injection
` [PATCH v7 52/51] hw/xen: Automatically add xen-platform PCI device for emulated Xen guests
` [PATCH v7 53/51] i386/xen: Document Xen HVM emulation

[PATCH 0/2] Series of fixes for PL011 char device
 2023-01-17 16:02 UTC  (7+ messages)
` [PATCH 1/2] hw/char/pl011: better handling of FIFO flags on LCR reset
` [PATCH 2/2] hw/char/pl011: check if UART is enabled before RX or TX operation

[PATCH] block: remove bdrv_coroutine_enter
 2023-01-17 15:49 UTC  (2+ messages)

[PATCH v2 0/2] various aarch64 fixes for running Hyper-V on TCG
 2023-01-17 15:48 UTC  (4+ messages)
` [PATCH v2 1/2] target/arm: implement DBGCLAIM registers
` [PATCH v2 2/2] target/arm: provide stubs for more external debug registers

[PATCH] qemu-io: do not reinvent the blk_pwrite_zeroes wheel
 2023-01-17 15:48 UTC  (2+ messages)

[PULL 0/5] tcg patch queue
 2023-01-17 15:47 UTC  (2+ messages)

[PATCH] blkdebug: ignore invalid rules in non-coroutine context
 2023-01-17 15:44 UTC  (2+ messages)

[PATCH 0/2] Make coroutine annotations ready for static analysis
 2023-01-17 15:41 UTC  (2+ messages)

[PATCH 0/2] target/arm: Look up ARMCPRegInfo at runtime
 2023-01-17 15:42 UTC  (6+ messages)
` [PATCH 1/2] target/arm: Reorg do_coproc_insn

[RFC v5 0/3] migration: reduce time of loading non-iterable vmstate
 2023-01-17 15:41 UTC  (5+ messages)
` [RFC v5 1/3] rcu: introduce rcu_read_is_locked()
` [RFC v5 2/3] memory: add depth assert in address_space_to_flatview
` [RFC v5 3/3] migration: reduce time of loading non-iterable vmstate

[PATCH v5 0/8] virtio-mem: Handle preallocation with migration
 2023-01-17 15:40 UTC  (10+ messages)
` [PATCH v5 1/8] migration/savevm: Move more savevm handling into vmstate_save()
` [PATCH v5 2/8] migration/savevm: Prepare vmdesc json writer in qemu_savevm_state_setup()
` [PATCH v5 3/8] migration/savevm: Allow immutable device state to be migrated early (i.e., before RAM)
` [PATCH v5 4/8] migration/vmstate: Introduce VMSTATE_WITH_TMP_TEST() and VMSTATE_BITMAP_TEST()
` [PATCH v5 5/8] migration/ram: Factor out check for advised postcopy
` [PATCH v5 6/8] virtio-mem: Fail if a memory backend with "prealloc=on" is specified
` [PATCH v5 7/8] virtio-mem: Migrate immutable properties early
` [PATCH v5 8/8] virtio-mem: Proper support for preallocation with migration

[PATCH 0/3] tests: Fix some deadlocks
 2023-01-17 15:28 UTC  (4+ messages)
` [PATCH 1/3] tests/tcg: Use SIGKILL for timeout

[RFC v2 00/13] Dinamycally switch to vhost shadow virtqueues at vdpa net migration
 2023-01-17 15:15 UTC  (13+ messages)
` [RFC v2 06/13] vhost: delay set_vring_ready after DRIVER_OK
` [RFC v2 11/13] vdpa: add vdpa net migration state notifier

[PULL v4 00/83] pci,pc,virtio: features, tests, fixes, cleanups
 2023-01-17 15:07 UTC  (11+ messages)
` [PULL v4 76/83] vhost-user: Support vhost_dev_start

[PATCH 1/1] vhost-user: Skip unnecessary duplicated VHOST_USER_ADD/REM_MEM_REG requests
 2023-01-17 14:56 UTC  (2+ messages)

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

[PATCH v3 0/7] AML Housekeeping
 2023-01-17 14:49 UTC  (5+ messages)
` [PATCH v3 2/7] hw/acpi/acpi_dev_interface: Resolve AcpiDeviceIfClass::madt_cpu

mips, nvme/pci boot regression (commit 145e2198d749)
 2023-01-17 14:25 UTC  (2+ messages)

[PATCH 0/4] Improve the introductory documentation
 2023-01-17 14:21 UTC  (9+ messages)
` [PATCH 1/4] docs: add hotlinks to about preface text
` [PATCH 2/4] docs: add a new section to outline emulation support
` [PATCH 3/4] semihosting: add semihosting section to the docs
` [PATCH 4/4] docs: add an introduction to the system docs

[PATCH v14 00/11] s390x: CPU Topology
 2023-01-17 13:55 UTC  (17+ messages)
` [PATCH v14 01/11] s390x/cpu topology: adding s390 specificities to CPU topology
` [PATCH v14 02/11] s390x/cpu topology: add topology entries on CPU hotplug
` [PATCH v14 08/11] qapi/s390/cpu topology: change-topology monitor command

[PATCH] hw/net/can: Add mcp25625 model
 2023-01-17 13:32 UTC  (2+ messages)

[PATCH v2 0/5] hw/i2c: Rename TYPE_VERSATILE_I2C -> TYPE_ARM_SBCON_I2C
 2023-01-17 13:50 UTC  (2+ messages)

[RFC PATCH v2 00/22] Xen HVM support under KVM
 2023-01-17 13:49 UTC  (4+ messages)
` [RFC PATCH v2 03/22] i386/xen: Add xen-version machine property and init KVM Xen support

[PATCH v3 0/5] hw/i2c/bitbang_i2c: Housekeeping
 2023-01-17 13:49 UTC  (3+ messages)

[PATCH qemu 1/3] target/arm: Unify checking for M Main Extension in MRS/MSR
 2023-01-17 13:46 UTC  (7+ 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] usb-ccid: make ids and descriptor configurable
 2023-01-17 13:29 UTC  (3+ messages)

[PATCH 0/1] move create_fw_cfg() to init() (Gitlab #1343)
 2023-01-17 13:27 UTC  (2+ messages)
` [PATCH 1/1] hw/riscv/virt.c: move create_fw_cfg() back to virt_machine_init()

[PATCH] ui/vnc.c: Allow websocket connections over AF_UNIX sockets
 2023-01-17 13:13 UTC  (9+ messages)

[PATCH v2] tests/qtest/qom-test: Do not print tested properties by default
 2023-01-17 12:26 UTC  (9+ messages)

[PULL v1 0/2] Merge tpm 2023/01/17 v1
 2023-01-17 12:09 UTC  (3+ messages)
` [PULL v1 1/2] tests/qtest: Poll on waitpid() for a while before sending SIGKILL
` [PULL v1 2/2] tests/qtest/tpm-emu: Avoid hangs using abort handlers closing channels

[PATCH v5] tests/qtest: netdev: test stream and dgram backends
 2023-01-17 11:44 UTC  (9+ messages)

[PATCH 0/4] qemu-img: Fix exit code for errors closing the image
 2023-01-17 11:24 UTC  (2+ messages)

[PATCH] vdpa: fix VHOST_BACKEND_F_IOTLB_ASID flag check
 2023-01-17 10:53 UTC 

[PATCH 0/5] migration: Modified 'migrate' QAPI command for migration
 2023-01-17 10:52 UTC  (6+ messages)
` [PATCH 1/5] migration: Updated QAPI format for 'migrate' qemu monitor command

[PULL 0/4] M68k next patches
 2023-01-17 10:23 UTC  (2+ messages)

[PATCH v2 0/2] s390x/pv: Add support for asynchronous teardown for reboot
 2023-01-17 10:23 UTC  (4+ messages)
` [PATCH v2 2/2] "

[PATCH v2 00/13] Introduce igb
 2023-01-17 10:06 UTC 

[PATCH v3 0/3]s390x/pv: Improve error reporting of protected VMs
 2023-01-17  9:28 UTC  (7+ messages)
` [PATCH v3 2/3] s390x/pv: Introduce a s390_pv_check() helper for runtime

[PATCH v2 0/5] hw/nvram/eeprom_at24c: Cleanup + FRUID EEPROM init example
 2023-01-17  9:20 UTC  (12+ messages)
` [PATCH v2 1/5] hw/arm: Extract at24c_eeprom_init helper from Aspeed and Nuvoton boards
` [PATCH v2 3/5] hw/nvram/eeprom_at24c: Add init_rom field and at24c_eeprom_init_rom helper
` [PATCH v2 4/5] hw/arm/aspeed: Add aspeed_eeprom.c
` [PATCH v2 5/5] hw/nvram/eeprom_at24c: Make reset behavior more like hardware

[RFC PATCH 0/4] Update CentOS and OpenSUSE CI to Python >=3.7
 2023-01-17  9:16 UTC  (5+ messages)
` [RFC PATCH 1/4] lcitool: update submodule
` [RFC PATCH 2/4] lcitool: use libvirt-ci as library
` [RFC PATCH 3/4] lcitool: allow overriding package mappings and target facts
` [RFC PATCH 4/4] ci, docker: update CentOS and OpenSUSE Python to non-EOL versions

[PATCH v3 0/6] qemu/bswap: Use compiler __builtin_bswap()
 2023-01-17  8:24 UTC  (4+ messages)

[PATCH 0/4] vl: avoid SIGSEGV on invalid [accel] configuration
 2023-01-17  8:14 UTC  (7+ messages)
` [PATCH 1/4] vl: catch [accel] entry without accelerator
` [PATCH 2/4] libqtest: split qtest_spawn_qemu function
` [PATCH 3/4] libqtest: ensure waitpid() is only called once
` [PATCH 4/4] readconfig-test: add test for accelerator configuration

[PATCH v2 00/21] hw: Remove implicit sysbus_mmio_map() from pflash APIs
 2023-01-17  8:11 UTC  (8+ messages)
` [PATCH v2 01/21] hw/block: Rename TYPE_PFLASH_CFI02 'width' property as 'device-width'

[PATCH] target/i386: Fix C flag for BLSI, BLSMSK, BLSR
 2023-01-17  8:11 UTC  (2+ messages)

[PATCH 0/2] target/i386: Fix BEXTR instruction [#1372]
 2023-01-17  8:09 UTC  (2+ messages)

[PATCH v3 0/2] hw/arm/virt: Handle HVF in finalize_gic_version()
 2023-01-17  7:34 UTC  (4+ messages)
` [PATCH v3 2/2] hw/arm/virt: Make accels in GIC finalize logic explicit


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