qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-02-28 01:37:56 to 2023-02-28 17:49:58 UTC [more...]

[PATCH v4 00/31] tcg: Simplify temporary usage
 2023-02-28 17:48 UTC  (5+ messages)
` [PATCH v4 07/31] tcg: Add liveness_pass_0
` [PATCH v4 17/31] tcg: Don't re-use TEMP_TB temporaries

[PATCH][RESEND v3 0/3] Hyper-V Dynamic Memory Protocol driver (hv-balloon)
 2023-02-28 17:34 UTC  (9+ messages)
` [PATCH][RESEND v3 1/3] hapvdimm: add a virtual DIMM device for memory hot-add protocols
` [PATCH][RESEND v3 3/3] Add a Hyper-V Dynamic Memory Protocol driver (hv-balloon)

[PATCH v6 0/2] arm: enable MTE for QEMU + kvm
 2023-02-28 17:34 UTC  (4+ messages)
` [PATCH v6 1/2] arm/kvm: add support for MTE
` [PATCH v6 2/2] qtests/arm: add some mte tests

[PATCH] plugin: fix clearing of plugin_mem_cbs before TB exit
 2023-02-28 17:33 UTC  (2+ messages)

[PATCH] memory: avoid unnecessary iteration when updating ioeventfds
 2023-02-28 17:16 UTC  (2+ messages)

[PATCH v4 0/7] Pegasos2 fixes and audio output support
 2023-02-28 17:14 UTC  (11+ messages)

[PATCH] scsi: megasas: Internal cdbs have 16-byte length
 2023-02-28 17:11 UTC 

[PATCH] MAINTAINERS: Add Fan Ni as Compute eXpress Link QEMU reviewer
 2023-02-28 17:00 UTC  (4+ messages)

[PATCH 0/2] Deprecate support for 32-bit x86 and arm hosts
 2023-02-28 16:57 UTC  (31+ messages)
` [PATCH 1/2] docs/about: Deprecate 32-bit x86 hosts and qemu-system-i386

[PATCH V4 0/8] Add basic ACPI support for risc-v virt
 2023-02-28 16:52 UTC  (7+ messages)
` [PATCH V4 5/8] hw/riscv/virt: virt-acpi-build.c: Add RINTC in MADT

[RFC PATCH 00/43] Add LoongArch LSX instructions
 2023-02-28 16:50 UTC  (16+ messages)
` [RFC PATCH 10/43] target/loongarch: Implement vaddw/vsubw

[PATCH 0/4] Support x2APIC mode with TCG accelerator
 2023-02-28 16:39 UTC  (7+ messages)
` [PATCH 1/4] apic: add support for x2APIC mode

[PATCH v6 0/4] memory: prevent dma-reentracy issues
 2023-02-28 16:28 UTC  (5+ messages)

[PATCH] target/riscv: Convert epmp from feature to ratified smepmp extension
 2023-02-28 16:10 UTC  (2+ messages)

[PATCH v3 00/10] Teach 'getfd' QMP command to import win32 sockets
 2023-02-28 15:58 UTC  (9+ messages)
` [PATCH v3 07/10] qapi: implement conditional command arguments

[PATCH v2 0/7] OHCI changes
 2023-02-28 15:50 UTC  (6+ messages)
` [PATCH v2 6/7] usb/ohci: Implement resume on connection status change

[PATCH 0/3] hw/acpi/cpu_hotplug: Convert 'Object *device' -> 'DeviceState *parent'
 2023-02-28 15:47 UTC  (6+ messages)
` [PATCH 3/3] "

[PATCH] tests: Ensure TAP version is printed before other messages
 2023-02-28 15:37 UTC  (2+ messages)

Adopting abandoned patch?
 2023-02-28 15:12 UTC  (6+ messages)

[PULL 00/13] build, Python, target/i386 changes for 2023-02-27
 2023-02-28 15:09 UTC  (2+ messages)

[PATCH v4 00/12] Refactor cryptodev
 2023-02-28 14:58 UTC  (8+ messages)
` [PATCH v4 11/12] cryptodev: Support query-stats QMP command

[PATCH v3 1/1] vhost-user-fs: add migration type property
 2023-02-28 14:57 UTC  (13+ messages)

[PATCH 0/7] testing/next: docker.py removal and kaniko updates
 2023-02-28 14:33 UTC  (26+ messages)
` [PATCH 1/7] configure: expose the direct container command
` [PATCH 2/7] tests/dockerfiles: unify debian-toolchain references
` [PATCH 3/7] tests/lcitool: append user setting stanza to dockerfiles
` [PATCH 4/7] tests/docker: add USER stanzas to non-lci images
` [PATCH 5/7] tests/docker: use direct RUNC call to build containers
` [PATCH 6/7] tests/docker: use direct RUNC call to run test jobs
` [PATCH 7/7] tests/gitlab: use kaniko to build images

[PATCH 0/2] Migration time prediction using calc-dirty-rate
 2023-02-28 13:16 UTC  (3+ messages)
` [PATCH 1/2] migration/calc-dirty-rate: new metrics in sampling mode
` [PATCH 2/2] migration/calc-dirty-rate: tool to predict migration time

SEV: why cbitpos is needed instead of just get it by cpuid?
 2023-02-28  9:54 UTC 

[PATCH v2 00/18] target/riscv: Various fixes to gdbstub and CSR access
 2023-02-28 13:45 UTC  (21+ messages)
` [PATCH v2 01/18] target/riscv: gdbstub: Check priv spec version before reporting CSR
` [PATCH v2 02/18] target/riscv: Add some comments to clarify the priority policy of riscv_csrrw_check()
` [PATCH v2 03/18] target/riscv: Use g_assert() for the predicate() NULL check
` [PATCH v2 04/18] target/riscv: gdbstub: Minor change for better readability
` [PATCH v2 05/18] target/riscv: gdbstub: Do not generate CSR XML if Zicsr is disabled
` [PATCH v2 06/18] target/riscv: Coding style fixes in csr.c
` [PATCH v2 07/18] target/riscv: Use 'bool' type for read_only
` [PATCH v2 08/18] target/riscv: Simplify {read, write}_pmpcfg() a little bit
` [PATCH v2 09/18] target/riscv: Simplify getting RISCVCPU pointer from env
` [PATCH v2 10/18] target/riscv: Avoid reporting odd-numbered pmpcfgX in the CSR XML for RV64
` [PATCH v2 11/18] target/riscv: gdbstub: Turn on debugger mode before calling CSR predicate()
` [PATCH v2 12/18] target/riscv: gdbstub: Drop the vector CSRs in riscv-vector.xml
` [PATCH v2 13/18] target/riscv: Allow debugger to access user timer and counter CSRs
` [PATCH v2 14/18] target/riscv: Allow debugger to access seed CSR
` [PATCH v2 15/18] target/riscv: Allow debugger to access {h, s}stateen CSRs
` [PATCH v2 16/18] target/riscv: Allow debugger to access sstc CSRs
` [PATCH v2 17/18] target/riscv: Drop priv level check in mseccfg predicate()
` [PATCH v2 18/18] target/riscv: Group all predicate() routines together

[PATCH v3 00/14] hw: Use QOM macros and remove DO_UPCAST() uses
 2023-02-28 13:44 UTC  (7+ messages)
` [PATCH v3 08/14] hw/net/ne2000-pci: Replace DO_UPCAST(PCINE2000State) by PCI_NE2000()
` [PATCH v3 09/14] hw/net/tulip: Finish QOM conversion

[PATCH v2 0/7] hw/net/eepro100: Finish QDev conversion
 2023-02-28 13:40 UTC  (3+ messages)

[PATCH 0/2] hw/pci: Trace IRQ routing on PCI topology and fix a typo
 2023-02-28 13:37 UTC  (3+ messages)
` [PATCH 2/2] hw/pci: Trace IRQ routing on PCI topology

[PATCH 0/4] hw/isa/piix: Housekeeping QOM names / macros
 2023-02-28 13:35 UTC  (2+ messages)

[PATCH v1 0/3] virtio-pci: optimize set_guest_notifier
 2023-02-28 13:05 UTC  (16+ messages)
` [PATCH v1 1/3] virtio-pci: submit msi route changes in batch
` [PATCH v1 2/3] kvm-irqchip: use KVMRouteChange API to update msi route
` [PATCH v1 3/3] virtio-pci: defer to commit kvm irq routing when enable msi/msix

[PATCH] hw/timer/hpet: Fix expiration time overflow
 2023-02-28 12:57 UTC  (3+ messages)

[PATCH v2] Fix exec migration on Windows (w32+w64)
 2023-02-28 12:51 UTC  (12+ messages)

[RFC] CXL: TCG/KVM instruction alignment issue discussion default
 2023-02-28 12:42 UTC  (4+ messages)

[PATCH v7 00/10] make write_misa a no-op and FEATURE_* cleanups
 2023-02-28 12:40 UTC  (5+ messages)
` [PATCH v7 03/10] target/riscv: allow MISA writes as experimental

[RFC PATCH 0/5] QEMU v7.2.0 aarch64 Nested Virtualization Support
 2023-02-28 12:31 UTC  (10+ messages)
` [RFC PATCH 1/5] linux-headers: [kvm, arm64] add the necessary definitions to match host kernel
` [RFC PATCH 4/5] target/arm: enable feature ARM_FEATURE_EL2 if EL2 is supported
` [RFC PATCH 5/5] arm/virt: provide virtualization extensions to the guest

[PATCH v2 00/20] vfio: Add migration pre-copy support and device dirty tracking
 2023-02-28 12:11 UTC  (8+ messages)
` [PATCH v2 10/20] vfio/common: Record DMA mapped IOVA ranges

[PATCH v15 0/8] Add support for zoned device
 2023-02-28 12:00 UTC  (6+ messages)
` [PATCH v15 3/8] block: add block layer APIs resembling Linux ZonedBlockDevice ioctls

Fortnightly KVM call for 2023-02-07
 2023-02-28 11:46 UTC  (3+ messages)

[PATCH v4] test-vmstate: fix bad GTree usage, use-after-free
 2023-02-28 10:41 UTC  (2+ messages)

[RFC PATCH v3 0/1] ci: Speed up container stage
 2023-02-28 10:29 UTC  (8+ messages)
` [RFC PATCH v3 1/1] gitlab: Use plain docker in container-template.yml

[PATCH 0/5] eBPF RSS Helper support
 2023-02-28  9:56 UTC  (4+ messages)
` [PATCH 3/5] qmp: Added the helper stamp check

[PATCH v3] target/arm: Add raw_writes ops for register whose write induce TLB maintenance
 2023-02-28  9:36 UTC 

[PATCH v3] test-vmstate: fix bad GTree usage, use-after-free
 2023-02-28  9:30 UTC  (3+ messages)

[PATCH v2 1/2] hw/riscv: Skip re-generating DT nodes for a given DTB
 2023-02-28  9:15 UTC  (3+ messages)
` [PATCH v2 2/2] hw/riscv: Move the dtb load bits outside of create_fdt()

[PATCH] virtio-balloon: optimize the virtio-balloon on the ARM platform
 2023-02-28  8:58 UTC  (3+ messages)

[PATCH v14 00/60] Xen HVM support under KVM
 2023-02-28  8:55 UTC  (4+ messages)
` [PATCH v14 15/60] i386/xen: add pc_machine_kvm_type to initialize XEN_EMULATE mode

[PATCH v4 0/4] target/i386: Add new CPU model SapphireRapids and new fast string op leaves
 2023-02-28  8:46 UTC  (2+ messages)

[PATCH] ui/cocoa: Override windowDidResignKey
 2023-02-28  8:31 UTC 

[PATCH] ui/cocoa: Override windowDidResignKey
 2023-02-28  7:09 UTC 

[PATCH] ui/cocoa: Override windowDidResignKey
 2023-02-28  8:24 UTC 

[PATCH 0/3] qga: Add optional `merge-output` flag to guest-exec QAPI
 2023-02-28  8:18 UTC  (8+ messages)
` [PATCH 3/3] qga: test: Add tests for `merge-output` flag
` [PATCH 2/3] qga: Add optional `merge-output` flag to guest-exec qapi

[PATCH v2] qapi: Add 'acpi' field to 'query-machines' output
 2023-02-28  8:12 UTC 

[PATCH 1/1] modules: load modules from /var/run/qemu/<version> directory firstly
 2023-02-28  5:18 UTC  (3+ messages)
  ` [External] : "

[PATCH v4 00/10] hw/cxl: CXL emulation cleanups and minor fixes for upstream
 2023-02-28  4:15 UTC  (21+ messages)
` [PATCH v4 01/10] hw/mem/cxl_type3: Improve error handling in realize()
` [PATCH v4 02/10] hw/pci-bridge/cxl_downstream: Fix type naming mismatch
` [PATCH v4 03/10] hw/cxl: set cxl-type3 device type to PCI_CLASS_MEMORY_CXL
` [PATCH v4 04/10] hw/cxl: Add CXL_CAPACITY_MULTIPLIER definition
` [PATCH v4 05/10] tests/acpi: Allow update of q35/DSDT.cxl
` [PATCH v4 06/10] hw/i386/acpi: Drop duplicate _UID entry for CXL root bridge
` [PATCH v4 07/10] tests: acpi: Update q35/DSDT.cxl for removed duplicate UID
` [PATCH v4 08/10] qemu/bswap: Add const_le64()
` [PATCH v4 09/10] qemu/uuid: Add UUID static initializer
` [PATCH v4 10/10] hw/cxl/mailbox: Use new UUID network order define for cel_uuid


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