qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-10-13 19:52:56 to 2022-10-14 16:37:22 UTC [more...]

[PATCH] KVM: dirty ring: Add memory barrier when marking pfn collected
 2022-10-14 16:33 UTC  (2+ messages)

[PATCH V3 0/4] PASID support for Intel IOMMU
 2022-10-14 16:17 UTC  (7+ messages)
` [PATCH V3 1/4] intel-iommu: don't warn guest errors when getting rid2pasid entry
` [PATCH V3 3/4] intel-iommu: convert VTD_PE_GET_FPD_ERR() to be a function
` [PATCH V3 4/4] intel-iommu: PASID support

[PATCH] hw/ppc/spapr_pci.c: Use device_cold_reset() rather than device_legacy_reset()
 2022-10-14 16:16 UTC  (3+ messages)

[PATCH] hw: misc: edu: fix 2 off-by-one errors
 2022-10-14 16:12 UTC 

[PATCH] hw/virtio/virtio-iommu-pci: Enforce the device is plugged on the root bus
 2022-10-14 16:09 UTC  (2+ messages)

[PATCH] virtio-rng-pci: Allow setting nvectors, so we can use MSI-X
 2022-10-14 16:09 UTC 

[PATCH] util/log: Always send errors to logfile when daemonized
 2022-10-14 16:07 UTC  (3+ messages)

[PATCH v3 00/13] Misc ppc/mac machines clean up
 2022-10-14 15:25 UTC  (9+ messages)
` [PATCH v3 05/13] mac_{old|new}world: Simplify cmdline_base calculation
` [PATCH v3 06/13] mac_newworld: Clean up creation of Uninorth devices
` [PATCH v3 10/13] hw/ppc/mac.h: Move grackle-pcihost type declaration out to a header

[PATCH v3 00/29] PowerPC interrupt rework
 2022-10-14 15:19 UTC  (33+ messages)
` [PATCH v3 12/29] target/ppc: create an interrupt masking method for POWER8
` [PATCH v3 13/29] target/ppc: remove unused interrupts from p8_next_unmasked_interrupt
` [PATCH v3 14/29] target/ppc: create an interrupt deliver method for POWER8
` [PATCH v3 15/29] target/ppc: remove unused interrupts from p8_deliver_interrupt
` [PATCH v3 16/29] target/ppc: remove generic architecture checks "
` [PATCH v3 17/29] target/ppc: move power-saving interrupt masking out of cpu_has_work_POWER8
` [PATCH v3 18/29] target/ppc: add power-saving interrupt masking logic to p8_next_unmasked_interrupt
` [PATCH v3 19/29] target/ppc: create an interrupt masking method for POWER7
` [PATCH v3 20/29] target/ppc: remove unused interrupts from p7_next_unmasked_interrupt
` [PATCH v3 21/29] target/ppc: create an interrupt deliver method for POWER7
` [PATCH v3 22/29] target/ppc: remove unused interrupts from p7_deliver_interrupt
` [PATCH v3 23/29] target/ppc: remove generic architecture checks "
` [PATCH v3 24/29] target/ppc: move power-saving interrupt masking out of cpu_has_work_POWER7
` [PATCH v3 25/29] target/ppc: add power-saving interrupt masking logic to p7_next_unmasked_interrupt
` [PATCH v3 26/29] target/ppc: remove ppc_store_lpcr from CONFIG_USER_ONLY builds
` [PATCH v3 27/29] target/ppc: introduce ppc_maybe_interrupt

[PATCH v7 4/5] hw/mem/cxl-type3: Add CXL CDAT Data Object Exchange
 2022-10-14 15:29 UTC  (6+ messages)
  ` [PATCH 5/5] hw/mem/cxl_type3: Refactor CDAT sub-table entry initialization into a function

[PATCH v9 0/5] QEMU PCIe DOE for PCIe 4.0/5.0 and CXL 2
 2022-10-14 15:10 UTC  (6+ messages)
` [PATCH v9 1/5] hw/pci: PCIe Data Object Exchange emulation
` [PATCH v9 2/5] hw/mem/cxl-type3: Add MSIX support
` [PATCH v9 3/5] hw/cxl/cdat: CXL CDAT Data Object Exchange implementation
` [PATCH v9 4/5] hw/mem/cxl-type3: Add CXL CDAT Data Object Exchange
` [PATCH v9 5/5] hw/pci-bridge/cxl-upstream: Add a CDAT table access DOE

[PATCH] hw/usb/hcd-xhci: Reset the XHCIState with device_cold_reset()
 2022-10-14 14:54 UTC 

[PATCH] edk2: fix TPM 2.0 regression
 2022-10-14 14:35 UTC 

[PATCH 0/2] hw/audio/intel-hda: Don't use device_legacy_reset()
 2022-10-14 14:26 UTC  (3+ messages)
` [PATCH 1/2] hw/audio/intel-hda: don't reset codecs twice
` [PATCH 2/2] hw/audio/intel-hda: Drop unnecessary prototype

[PATCH v4 00/10] m25p80: Add SFDP support
 2022-10-14 14:24 UTC  (3+ messages)
` [PATCH v4 03/10] m25p80: Add erase size for mx25l25635e

[PATCH v3 0/5] hw/smbios: add core_count2 to smbios table type 4
 2022-10-14 14:22 UTC  (5+ messages)
` [PATCH v3 3/5] tests/acpi: allow changes for core_count2 test
` [PATCH v3 4/5] bios-tables-test: add test for number of cores > 255

[RFC PATCH] MAINTAINERS: add entries for the key build bits
 2022-10-14 13:56 UTC 

[RFC PATCH] virtio: re-order vm_running and use_started checks
 2022-10-14 13:54 UTC  (2+ messages)

[PATCH v3 0/7] hostmem: NUMA-aware memory preallocation using ThreadContext
 2022-10-14 13:47 UTC  (8+ messages)
` [PATCH v3 1/7] util: Cleanup and rename os_mem_prealloc()
` [PATCH v3 2/7] util: Introduce qemu_thread_set_affinity() and qemu_thread_get_affinity()
` [PATCH v3 3/7] util: Introduce ThreadContext user-creatable object
` [PATCH v3 4/7] util: Add write-only "node-affinity" property for ThreadContext
` [PATCH v3 5/7] util: Make qemu_prealloc_mem() optionally consume a ThreadContext
` [PATCH v3 6/7] hostmem: Allow for specifying a ThreadContext for preallocation
` [PATCH v3 7/7] vl: Allow ThreadContext objects to be created before the sandbox option

[PATCH] MAINTAINERS: step back from PPC
 2022-10-14 13:36 UTC  (3+ messages)

[RFC PATCH 0/4] docs/devel suggestions for discussion
 2022-10-14 13:31 UTC  (10+ messages)
` [RFC PATCH 1/4] docs/devel: add a maintainers section to development process
` [RFC PATCH 3/4] docs/devel: simplify the minimal checklist

[PATCH v2 0/2] virtio-net: re-arm/re-schedule when tx_burst stops virtio_net_flush_tx()
 2022-10-14 13:20 UTC  (3+ messages)
` [PATCH v2 1/2] virtio-net: fix bottom-half packet TX on asynchronous completion
` [PATCH v2 2/2] virtio-net: fix TX timer with tx_burst

[PATCH v3] qapi/qmp: Add timestamps to qmp command responses
 2022-10-14 13:19 UTC  (8+ messages)

[RFC 0/7] migration patches for VFIO
 2022-10-14 12:29 UTC  (7+ messages)
` [RFC 7/7] migration: call qemu_savevm_state_pending_exact() with the guest stopped

[PULL 00/55] pc,virtio: features, tests, fixes, cleanups
 2022-10-14 11:58 UTC  (8+ messages)
` [PULL 07/55] hw/virtio: move vm_running check to virtio_device_started
  ` Regression save/restore of vsock: (was [PULL 07/55] hw/virtio: move vm_running check to virtio_device_started)

[PATCH v2] migration/channel-block: fix return value for qio_channel_block_{readv, writev}
 2022-10-14 11:49 UTC  (2+ messages)
` [PATCH v2] migration/channel-block: fix return value for qio_channel_block_{readv,writev}

[PATCH] input: Allow to choose console with qemu_input_is_absolute
 2022-10-14 11:54 UTC 

[PATCH v2 0/8] hw/arm/virt: Fix dt-schema warnings
 2022-10-14 11:37 UTC  (8+ messages)
` [PATCH v2 4/8] hw/arm/virt: Fix devicetree warning about the gpio-key node
` [PATCH v2 8/8] hw/arm/virt: Fix devicetree warnings about node names

[PATCH v2] disas/mips: Fix branch displacement for BEQZC and BNEZC
 2022-10-14 11:23 UTC 

[PATCH] disas/mips: Fix branch displacement for BEQZC and BNEZC
 2022-10-14 11:17 UTC  (3+ messages)

[PATCH v2] qapi-gen: mark coroutine QMP command functions as coroutine_fn
 2022-10-14 11:08 UTC  (2+ messages)

[PATCH] target/ppc: Fix xvcmp* clearing FI bit
 2022-10-14 10:25 UTC  (2+ messages)

[PATCH v3] tcg/loongarch64: Add direct jump support
 2022-10-14 10:20 UTC  (2+ messages)

KVM Call for 2022-10-18
 2022-10-14 10:11 UTC 

[PATCH RFC] virtio-net: fix bottom-half packet TX on asynchronous completion
 2022-10-14  9:23 UTC  (5+ messages)

[PATCH v2 0/7] testing/next (configure, RUNC, win32|64)
 2022-10-14  8:52 UTC  (6+ messages)
` [PATCH v2 4/7] configure: don't enable cross compilers unless in target_list

[PATCH v3] configure: Avoid using strings binary
 2022-10-14  8:18 UTC  (2+ messages)

[PATCH] tests/tcg: include CONFIG_PLUGIN in config-host.mak
 2022-10-14  8:18 UTC  (4+ messages)

[PATCH v4 0/7] qga: Add FreeBSD support
 2022-10-14  8:08 UTC  (5+ messages)
` [PATCH v4 2/7] qga: Move Linux-specific FS freeze/thaw code to a separate file

[PULL 00/10] riscv-to-apply queue
 2022-10-14  7:58 UTC  (11+ messages)
` [PULL 01/10] hw/riscv: Update comment for qtest check in riscv_find_firmware()
` [PULL 02/10] hw/ssi: ibex_spi: fixup coverity issue
` [PULL 03/10] hw/ssi: ibex_spi: fixup/add rw1c functionality
` [PULL 04/10] hw/arm, loongarch: Move load_image_to_fw_cfg() to common location
` [PULL 05/10] hw/riscv: virt: Move create_fw_cfg() prior to loading kernel
` [PULL 06/10] hw/riscv: virt: Enable booting S-mode firmware from pflash
` [PULL 07/10] disas/riscv.c: rvv: Add disas support for vector instructions
` [PULL 08/10] hw/intc: sifive_plic: fix hard-coded max priority level
` [PULL 09/10] hw/intc: sifive_plic: change interrupt priority register to WARL field
` [PULL 10/10] target/riscv: pmp: Fixup TLB size calculation

[PULL 0/2] M68k for 7.2 patches
 2022-10-14  7:23 UTC  (3+ messages)
` [PULL 1/2] m68k: rework BI_VIRT_RNG_SEED as BI_RNG_SEED
` [PULL 2/2] m68k: write bootinfo as rom section and re-randomize on reboot

[PATCH v3] target/i386: Set maximum APIC ID to KVM prior to vCPU creation
 2022-10-14  5:34 UTC  (4+ messages)

[PATCH 0/3] iothread and irqfd support
 2022-10-14  4:49 UTC  (6+ messages)

[PATCH] target/riscv: pmp: Fixup TLB size calculation
 2022-10-14  4:36 UTC  (2+ messages)

[PATCH 2/2] tcg/loongarch64: Add direct jump support
 2022-10-14  3:14 UTC  (4+ messages)
` [PATCH v2] "

[PATCH v3 0/8] rerandomize RNG seeds on reboot and handle record&replay
 2022-10-14  2:16 UTC  (9+ messages)
` [PATCH v3 1/8] reset: allow registering handlers that aren't called by snapshot loading
` [PATCH v3 2/8] x86: do not re-randomize RNG seed on snapshot load
` [PATCH v3 3/8] device-tree: add re-randomization helper function
` [PATCH v3 4/8] arm: re-randomize rng-seed on reboot
` [PATCH v3 5/8] riscv: "
` [PATCH v3 6/8] openrisc: "
` [PATCH v3 7/8] rx: "
` [PATCH v3 8/8] mips: "

[PATCH v2 0/8] rerandomize RNG seeds on reboot and handle record&replay
 2022-10-14  1:44 UTC  (3+ messages)

[RFC PATCH 0/6] QEMU CXL Provide mock CXL events and irq support
 2022-10-14  0:21 UTC  (14+ messages)
` [RFC PATCH 1/6] qemu/bswap: Add const_le64()
` [RFC PATCH 2/6] qemu/uuid: Add UUID static initializer
` [RFC PATCH 3/6] hw/cxl/cxl-events: Add CXL mock events

[BUG] cxl,i386: e820 mappings may not be correct for cxl
 2022-10-14  0:19 UTC 

[PATCH v2] vhost-vdpa: allow passing opened vhostfd to vhost-vdpa
 2022-10-13 23:12 UTC  (7+ messages)

[PATCH] vmstate-static-checker:remove this redundant return
 2022-10-13 22:36 UTC  (2+ messages)

[PATCH v3 00/35] target/i386: new decoder + AVX implementation
 2022-10-13 21:46 UTC  (36+ messages)
` [PATCH 01/35] target/i386: Define XMMReg and access macros, align ZMM registers
` [PATCH 02/35] target/i386: make ldo/sto operations consistent with ldq
` [PATCH 03/35] target/i386: add core of new i386 decoder
` [PATCH 04/35] target/i386: add ALU load/writeback core
` [PATCH 05/35] target/i386: add CPUID[EAX=7, ECX=0].ECX to DisasContext
` [PATCH 06/35] target/i386: add CPUID feature checks to new decoder
` [PATCH 07/35] target/i386: add AVX_EN hflag
` [PATCH 08/35] target/i386: validate VEX prefixes via the instructions' exception classes
` [PATCH 09/35] target/i386: validate SSE prefixes directly in the decoding table
` [PATCH 10/35] target/i386: move scalar 0F 38 and 0F 3A instruction to new decoder
` [PATCH 11/35] target/i386: Prepare ops_sse_header.h for 256 bit AVX
` [PATCH 12/35] target/i386: extend helpers to support VEX.V 3- and 4- operand encodings
` [PATCH 13/35] target/i386: support operand merging in binary scalar helpers
` [PATCH 14/35] target/i386: provide 3-operand versions of unary "
` [PATCH 15/35] target/i386: implement additional AVX comparison operators
` [PATCH 16/35] target/i386: Introduce 256-bit vector helpers
` [PATCH 17/35] target/i386: reimplement 0x0f 0x60-0x6f, add AVX
` [PATCH 18/35] target/i386: reimplement 0x0f 0xd8-0xdf, 0xe8-0xef, 0xf8-0xff, "
` [PATCH 19/35] target/i386: reimplement 0x0f 0x50-0x5f, "
` [PATCH 20/35] target/i386: reimplement 0x0f 0x78-0x7f, "
` [PATCH 21/35] target/i386: reimplement 0x0f 0x70-0x77, "
` [PATCH 22/35] target/i386: reimplement 0x0f 0xd0-0xd7, 0xe0-0xe7, 0xf0-0xf7, "
` [PATCH 23/35] target/i386: clarify (un)signedness of immediates from 0F3Ah opcodes
` [PATCH 24/35] target/i386: reimplement 0x0f 0x3a, add AVX
` [PATCH 25/35] target/i386: Use tcg gvec ops for pmovmskb
` [PATCH 26/35] target/i386: reimplement 0x0f 0x38, add AVX
` [PATCH 27/35] target/i386: reimplement 0x0f 0xc2, 0xc4-0xc6, "
` [PATCH 28/35] target/i386: reimplement 0x0f 0x10-0x17, "
` [PATCH 29/35] target/i386: reimplement 0x0f 0x28-0x2f, "
` [PATCH 30/35] target/i386: implement XSAVE and XRSTOR of AVX registers
` [PATCH 31/35] target/i386: implement VLDMXCSR/VSTMXCSR
` [PATCH 32/35] target/i386: Enable AVX cpuid bits when using TCG
` [PATCH 33/35] tests/tcg: extend SSE tests to AVX
` [PATCH 34/35] target/i386: move 3DNow to the new decoder
` [PATCH 35/35] target/i386: remove old SSE decoder

[RFC v2 00/10] Introduce an extensible static analyzer
 2022-10-13 22:00 UTC  (2+ messages)

[PATCH 00/10] Misc ppc/mac machines clean up
 2022-10-13 21:25 UTC  (7+ messages)
` [PATCH 03/10] mac_{old|new}world: Set default values for some local variables

[PATCH v2 0/9] target/i386: Use atomic operations for pte updates
 2022-10-13 21:15 UTC  (2+ messages)

[RFC PATCH v2 0/1] block: vhost-blk backend
 2022-10-13 21:01 UTC  (3+ messages)
` [RFC PATCH v2 1/1] block: add "

[PATCH] hw/i386: Use device_cold_reset() to reset the APIC
 2022-10-13 20:43 UTC  (2+ messages)

[PATCH v3] hyperv: fix SynIC SINT assertion failure on guest reset
 2022-10-13 20:40 UTC  (2+ messages)

[PATCH RFC 0/1] tcg: add perfmap and jitdump
 2022-10-13 20:35 UTC  (3+ messages)
` [PATCH 1/1] "

[PATCH 0/2] scsi: Switch to bus_cold_reset() and device_cold_reset()
 2022-10-13 20:36 UTC  (2+ messages)

[PATCH] configure: don't enable firmware for targets that are not built
 2022-10-13 20:35 UTC 

[PULL 0/7] Win32 patches
 2022-10-13 20:29 UTC  (2+ messages)

[PULL 00/37] SCSI, i386 patches for 2022-10-11
 2022-10-13 20:29 UTC  (2+ messages)

[PULL 00/16] qtest patches (and one unit test and one avocado fix)
 2022-10-13 20:29 UTC  (2+ messages)

[PULL 00/26] Kraxel 20221013 patches
 2022-10-13 20:29 UTC  (2+ messages)

[PATCH v2] configure: Avoid using strings binary
 2022-10-13 20:22 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).