qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-01-17 10:24:02 to 2023-01-17 18:35:36 UTC [more...]

[PATCH v2 00/22] tcg: exit_tb tidy, goto_tb reorg
 2023-01-17 18:35 UTC  (43+ messages)
` [PATCH v2 01/22] tcg: Split out tcg_out_exit_tb
` [PATCH v2 02/22] tcg/i386: Remove unused goto_tb code for indirect jump
` [PATCH v2 03/22] tcg/ppc: "
` [PATCH v2 04/22] tcg/sparc64: "
` [PATCH v2 05/22] tcg: Replace asserts on tcg_jmp_insn_offset
` [PATCH v2 06/22] tcg: Introduce set_jmp_insn_offset
` [PATCH v2 07/22] tcg: Introduce get_jmp_target_addr
` [PATCH v2 08/22] tcg: Split out tcg_out_goto_tb
` [PATCH v2 09/22] tcg: Rename TB_JMP_RESET_OFFSET_INVALID to TB_JMP_OFFSET_INVALID
` [PATCH v2 10/22] tcg: Add gen_tb to TCGContext
` [PATCH v2 11/22] tcg: Add TranslationBlock.jmp_insn_offset
` [PATCH v2 12/22] tcg: Change tb_target_set_jmp_target arguments
` [PATCH v2 13/22] tcg: Move tb_target_set_jmp_target declaration to tcg.h
` [PATCH v2 14/22] tcg: Always define tb_target_set_jmp_target
` [PATCH v2 15/22] tcg: Remove TCG_TARGET_HAS_direct_jump
` [PATCH v2 16/22] tcg/aarch64: Reorg goto_tb implementation
` [PATCH v2 17/22] tcg/ppc: "
` [PATCH v2 18/22] tcg/sparc64: Remove USE_REG_TB
` [PATCH v2 19/22] tcg/sparc64: Reorg goto_tb implementation
` [PATCH v2 20/22] tcg/arm: Implement direct branch for goto_tb
` [PATCH v2 21/22] tcg/riscv: Introduce OPC_NOP

[PATCH v2 0/5] hw/nvram/eeprom_at24c: Cleanup + FRUID EEPROM init example
 2023-01-17 18:34 UTC  (15+ 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

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

[PATCH] hw/net/can: Add mcp25625 model
 2023-01-17 18:16 UTC  (3+ messages)

[PATCH v14 00/11] s390x: CPU Topology
 2023-01-17 17:57 UTC  (22+ 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 08/11] qapi/s390/cpu topology: change-topology monitor command

[PATCH v4 0/2] arm: enable MTE for QEMU + kvm
 2023-01-17 17:53 UTC  (9+ messages)
` [PATCH v4 1/2] arm/kvm: add support for MTE

[PATCH 0/6] hw/nvram/eeprom_at24c: Cleanup + FRUID EEPROM init example
 2023-01-17 17:49 UTC  (6+ messages)
` [PATCH 6/6] hw/arm/aspeed: Init fby35 BMC FRUID EEPROM

[PATCH v10 0/9] KVM: mm: fd-based approach for supporting KVM
 2023-01-17 17:25 UTC  (22+ 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 v6] tests/qtest: netdev: test stream and dgram backends
 2023-01-17 17:24 UTC  (3+ messages)

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

[PATCH 0/3] TSA: make sure QEMU compiles when using clang TSA
 2023-01-17 17:17 UTC  (18+ 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

[PATCH v2] Fix exec migration on Windows (w32+w64)
 2023-01-17 17:07 UTC  (4+ messages)

[RFC] 2-stage translation emulation support for SMMUv3 on TCG
 2023-01-17 17:00 UTC  (2+ messages)

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

[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 v7 00/51] Xen support under KVM
 2023-01-17 16:02 UTC  (22+ messages)
` [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 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

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


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