qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-12-05 12:11:36 to 2022-12-06 12:31:32 UTC [more...]

Thoughts on removing the TARGET_I386 part of hw/display/vga/vbe_portio_list[]
 2022-12-06 12:30 UTC  (2+ messages)

[PATCH v10 0/9] KVM: mm: fd-based approach for supporting KVM
 2022-12-06 12:02 UTC  (10+ messages)
` [PATCH v10 3/9] KVM: Extend the memslot to support fd-based private memory
` [PATCH v10 5/9] KVM: Use gfn instead of hva for mmu_notifier_retry
` [PATCH v10 7/9] KVM: Update lpage info when private/shared memory are mixed

[PATCH v6 0/7] Add ARM Cortex-R52 CPU
 2022-12-06 12:00 UTC  (11+ messages)
` [PATCH v6 1/7] target/arm: Don't add all MIDR aliases for cores that implement PMSA
` [PATCH v6 2/7] target/arm: Make RVBAR available for all ARMv8 CPUs
` [PATCH v6 3/7] target/arm: Make stage_2_format for cache attributes optional
` [PATCH v6 4/7] target/arm: Enable TTBCR_EAE for ARMv8-R AArch32
` [PATCH v6 5/7] target/arm: Add PMSAv8r registers
` [PATCH v6 6/7] target/arm: Add PMSAv8r functionality
` [PATCH v6 7/7] target/arm: Add ARM Cortex-R52 CPU

[PATCH v12 0/7] s390x: CPU Topology
 2022-12-06 11:51 UTC  (17+ messages)
` [PATCH v12 1/7] s390x/cpu topology: Creating CPU topology device
` [PATCH v12 2/7] s390x/cpu topology: reporting the CPU topology to the guest
` [PATCH v12 3/7] s390x/cpu_topology: resetting the Topology-Change-Report
` [PATCH v12 6/7] s390x/cpu_topology: activating CPU topology

[PATCH for-8.0] target/s390x: The MVCP and MVCS instructions are not privileged
 2022-12-06 11:43 UTC  (2+ messages)

[RFC PATCH 00/21] Xen HVM support under KVM
 2022-12-06 11:30 UTC  (45+ messages)
` [RFC PATCH 01/21] include: import xen public headers
` [RFC PATCH 02/21] i386/xen: Add xen-version machine property and init KVM Xen support
` [RFC PATCH 03/21] i386/kvm: handle Xen HVM cpuid leaves
` [RFC PATCH 04/21] xen-platform-pci: allow its creation with XEN_EMULATE mode
` [RFC PATCH 05/21] hw/xen_backend: refactor xen_be_init()
` [RFC PATCH 06/21] pc_piix: handle XEN_EMULATE backend init
` [RFC PATCH 07/21] xen-platform-pci: register xen-mmio as RAM for XEN_EMULATE
` [RFC PATCH 08/21] xen_platform: exclude vfio-pci from the PCI platform unplug
` [RFC PATCH 09/21] pc_piix: allow xenfv machine with XEN_EMULATE
` [RFC PATCH 10/21] i386/xen: handle guest hypercalls
` [RFC PATCH 11/21] i386/xen: implement HYPERCALL_xen_version
` [RFC PATCH 12/21] i386/xen: set shared_info page
` [RFC PATCH 13/21] i386/xen: implement HYPERVISOR_hvm_op
` [RFC PATCH 14/21] i386/xen: implement HYPERVISOR_vcpu_op
` [RFC PATCH 15/21] i386/xen: handle register_vcpu_info
` [RFC PATCH 16/21] i386/xen: handle register_vcpu_time_memory_area
` [RFC PATCH 17/21] i386/xen: handle register_runstate_memory_area
` [RFC PATCH 18/21] kvm/ioapic: mark gsi-2 used in ioapic routing init
` [RFC PATCH 19/21] i386/xen: handle event channel upcall related hypercalls
` [RFC PATCH 20/21] i386/xen: implement HYPERVISOR_event_channel_op
` [RFC PATCH 21/21] i386/xen: implement HYPERVISOR_sched_op

[PATCH v1 00/13] various virtio docs, fixes and tweaks
 2022-12-06 10:54 UTC  (3+ messages)
` [PATCH v1 13/13] virtio/vhost-user: dynamically assign VhostUserHostNotifiers

[PATCH v2 0/2] two optimizations to speed up the start time
 2022-12-06 10:45 UTC  (8+ messages)
` [PATCH v2 1/2] vhost: configure all host notifiers in a single MR transaction
` [PATCH v2 2/2] vdpa: commit all host notifier MRs "

Sad to see the advent calendar go
 2022-12-06  8:08 UTC  (3+ messages)

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

[PATCH v2 0/4] Guest announce feature emulation using Shadow VirtQueue
 2022-12-06  7:30 UTC  (9+ messages)
` [PATCH v2 3/4] vdpa: handle VIRTIO_NET_CTRL_ANNOUNCE in vhost_vdpa_net_handle_ctrl_avail

[PATCH 0/8] tcg/loongarch64: Reorg goto_tb and cleanups
 2022-12-06  7:30 UTC  (11+ messages)
` [PATCH 1/8] target/loongarch: Enable the disassembler for host tcg
` [PATCH 2/8] tcg/loongarch64: Optimize immediate loading
` [PATCH 3/8] tcg/loongarch64: Update tcg-insn-defs.c.inc
` [PATCH 4/8] tcg/loongarch64: Introduce tcg_out_addi
` [PATCH 5/8] tcg/loongarch64: Improve setcond expansion
` [PATCH 6/8] tcg/loongarch64: Implement movcond
` [PATCH 7/8] tcg/loongarch64: Use tcg_pcrel_diff in tcg_out_ldst
` [PATCH 8/8] tcg/loongarch64: Reorg goto_tb implementation

[RFC PATCH for 8.0 00/13] vDPA-net inflight descriptors migration with SVQ
 2022-12-06  7:07 UTC  (17+ messages)
` [RFC PATCH for 8.0 01/13] vhost: add available descriptor list in SVQ
` [RFC PATCH for 8.0 02/13] vhost: iterate only available descriptors at SVQ stop
` [RFC PATCH for 8.0 03/13] vhost: merge avail list and next avail descriptors detach
` [RFC PATCH for 8.0 04/13] vhost: add vhost_svq_save_inflight
` [RFC PATCH for 8.0 05/13] virtio: Specify uint32_t as VirtQueueElementOld members type
` [RFC PATCH for 8.0 06/13] virtio: refactor qemu_get_virtqueue_element
` [RFC PATCH for 8.0 07/13] virtio: refactor qemu_put_virtqueue_element
` [RFC PATCH for 8.0 08/13] virtio: expose VirtQueueElementOld
` [RFC PATCH for 8.0 09/13] virtio: add vmstate_virtqueue_element_old
` [RFC PATCH for 8.0 10/13] virtio-net: Migrate vhost inflight descriptors
` [RFC PATCH for 8.0 11/13] virtio-net: save inflight descriptors at vhost shutdown
` [RFC PATCH for 8.0 12/13] vhost: expose vhost_svq_add_element
` [RFC PATCH for 8.0 13/13] vdpa: Recover inflight descriptors

[PATCH] target/riscv: Fix mret exception cause when no pmp rule is configured
 2022-12-06  7:05 UTC  (3+ messages)

[PATCH] intel-iommu: Document iova_tree
 2022-12-06  7:04 UTC  (4+ messages)

[PATCH v3 0/3] Implement the watchdog timer of HiFive 1 rev b
 2022-12-06  7:03 UTC  (3+ messages)
` [PATCH v3 2/3] hw/riscv: sifive_e: Support "

[PATCH v3 0/3] Add (more) missing PolarFire SoC io regions
 2022-12-06  6:57 UTC  (4+ messages)
` [PATCH v3 3/3] hw/{misc, riscv}: pfsoc: add system controller as unimplemented

[PATCH v3] riscv: Allow user to set the satp mode
 2022-12-06  6:08 UTC  (4+ messages)

[RFC PATCH 0/1] QEMU: Dirty quota-based throttling of vcpus
 2022-12-06  5:48 UTC  (2+ messages)

[PATCH 0/3] Fix UNMAP notifier for intel-iommu
 2022-12-06  3:18 UTC  (10+ messages)
` [PATCH 3/3] intel-iommu: build iova tree during IOMMU translation

[PATCH 01/15] hw/riscv: Select MSI_NONBROKEN in SIFIVE_PLIC
 2022-12-05 22:05 UTC  (5+ messages)
` [PATCH 15/15] hw/intc: sifive_plic: Fix the pending register range check

[PATCH 0/6] Enable Cubieboard A10 boot SPL from SD card
 2022-12-05 21:07 UTC  (4+ messages)
` [PATCH 4/6] hw/misc: Allwinner AXP-209 Emulation

[PATCH v6 00/14] target/arm: Implement FEAT_HAFDBS
 2022-12-05 19:06 UTC  (4+ messages)
` [PATCH v6 14/14] target/arm: Use the max page size in a 2-stage ptw

[PATCH for-8.0] target/s390x/tcg/mem_helper: Test the right bits in psw_key_valid()
 2022-12-05 15:59 UTC  (3+ messages)

[PATCH v2 for-8.0] hw/misc: Move some arm-related files from specific_ss into softmmu_ss
 2022-12-05 17:09 UTC  (3+ messages)

[PATCH v5 0/7] Add ARM Cortex-R52 CPU
 2022-12-05 17:07 UTC  (15+ messages)
` [PATCH v5 1/7] target/arm: Don't add all MIDR aliases for cores that implement PMSA
` [PATCH v5 2/7] target/arm: Make RVBAR available for all ARMv8 CPUs
` [PATCH v5 3/7] target/arm: Make stage_2_format for cache attributes optional
` [PATCH v5 4/7] target/arm: Enable TTBCR_EAE for ARMv8-R AArch32
` [PATCH v5 5/7] target/arm: Add PMSAv8r registers
` [PATCH v5 6/7] target/arm: Add PMSAv8r functionality
` [PATCH v5 7/7] target/arm: Add ARM Cortex-R52 CPU

[RFC PATCH] migration: reduce time of loading non-iterable vmstate
 2022-12-05 16:28 UTC  (6+ messages)

[PATCH] Revert "hw/loongarch/virt: Add cfi01 pflash device"
 2022-12-05 16:27 UTC  (2+ messages)

[PATCH v13 0/8] Add support for zoned device
 2022-12-05 16:15 UTC  (7+ messages)
` [PATCH v13 3/8] block: add block layer APIs resembling Linux ZonedBlockDevice ioctls

[PATCH v2 0/3] target/riscv: Apply KVM policy to ISA extensions
 2022-12-05 15:37 UTC  (5+ messages)
` [PATCH v2 2/3] target/riscv: Extend isa_ext_data for single letter extensions
` [PATCH v2 3/3] target/riscv: kvm: Support selecting VCPU extensions

[PATCH v2 0/2] Use a more portable way to enable target specific functions
 2022-12-05 15:16 UTC  (4+ messages)
` [PATCH 1/2] util/bufferiszero: Use __attribute__((target)) for avx2/avx512

[PULL 00/10] virtio,pc,pci: fixes,cleanups,features
 2022-12-05 14:59 UTC  (7+ messages)
` [PULL 02/10] pci-bridge/cxl_downstream: Add a CXL switch downstream port

[PATCH] memory: dump HPA and access type of ramblocks
 2022-12-05 14:54 UTC  (4+ messages)

[PATCH] net/net.c: Fix qemu crash when hot-pluging a vhost-net failed
 2022-12-05 14:40 UTC  (2+ messages)

Call for FOSDEM presentations on QEMU, KVM, and rust-vmm
 2022-12-05 14:37 UTC  (2+ messages)

[PATCH] hw/rtc: fix crash caused by lost_clock >= 0 assertion
 2022-12-05  8:23 UTC 

REG: TTC Timer
 2022-12-05 10:56 UTC  (3+ messages)

[PATCH] net: Fix qemu crash when hot-pluging a vhost-net failed
 2022-12-05  6:03 UTC 

qemu iotest 161 and make check
 2022-12-05 13:49 UTC  (10+ messages)

[RFC PATCH] test-bdrv-drain: keep graph manipulations out of coroutines
 2022-12-05 13:01 UTC  (5+ messages)

[RFC 0/5] Protection information pass-through for block devices
 2022-12-05 12:47 UTC  (4+ messages)

[PULL for 7.2-rc4 0/1] loongarch for 7.2-rc4 patch
 2022-12-05 12:28 UTC  (6+ messages)

[PATCH 0/2] Fixes to test-bdrv-drain unit test
 2022-12-05 12:10 UTC  (2+ messages)
` [PATCH 2/2] tests/unit/test-bdrv-drain.c: graph setup functions can't run in coroutines


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