qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-06-15 05:18:35 to 2023-06-16 17:22:32 UTC [more...]

[PATCH 0/1] hw/riscv/virt.c: check for 'ssaia' with KVM AIA
 2023-06-16 17:21 UTC  (2+ messages)
` [PATCH 1/1] "

[PATCH v2 0/6] net/tap: Fix QEMU frozen issue when the maximum number of file descriptors is very large
 2023-06-16 15:27 UTC  (7+ messages)
` [PATCH v2 1/6] tests/tcg/cris: Fix the coding style
` [PATCH v2 2/6] tests/tcg/cris: Correct the off-by-one error
` [PATCH v2 3/6] util/async-teardown: Fall back to close fds one by one
` [PATCH v2 4/6] utils/osdep: Introduce qemu_close_range()
` [PATCH v2 5/6] util/async-teardown: Use qemu_close_range() to close fds
` [PATCH v2 6/6] net: tap: "

[PATCH v2 0/8] TriCore Privilege Levels
 2023-06-16 15:28 UTC  (9+ messages)
` [PATCH v2 1/8] target/tricore: Fix RR_JLI clobbering reg A[11]
` [PATCH v2 2/8] target/tricore: Introduce DISAS_TARGET_EXIT
` [PATCH v2 3/8] target/tricore: ENABLE/DISABLE exit to main-loop
` [PATCH v2 4/8] target/tricore: Indirect jump insns use tcg_gen_lookup_and_goto_ptr()
` [PATCH v2 5/8] target/tricore: Introduce priv tb flag
` [PATCH v2 6/8] target/tricore: Implement privilege level for all insns
` [PATCH v2 7/8] target/tricore: Honour privilege changes on PSW write
` [PATCH v2 8/8] target/tricore: Fix ICR.IE offset in RESTORE insn

[PATCH v2 00/10] meson: replace submodules with wrap files
 2023-06-16 15:20 UTC  (3+ messages)
` [PATCH 07/10] pc-bios/s390-ccw: always build network bootloader

[PATCH v3 00/19] Add RISC-V vector cryptographic instruction set support
 2023-06-16 15:03 UTC  (3+ messages)

[PATCH 04/12] hvf: arm: Ignore writes to CNTP_CTL_EL0
 2023-06-16 14:45 UTC  (10+ messages)
` [PATCH 05/12] hw/virtio: Add support for apple virtio-blk
  ` [PATCH 09/12] hw/vmapple/bdif: Introduce vmapple backdoor interface
` [PATCH 10/12] hw/vmapple/cfg: Introduce vmapple cfg region

[PATCH v2] hw/arm/xlnx: Connect secondary CGEM IRQs
 2023-06-16 14:38 UTC 

[PATCH 0/1] Secondary Cadence GEM IRQs
 2023-06-16 14:08 UTC  (4+ messages)
` [PATCH] hw/arm/xlnx: Connect secondary CGEM IRQs

[PATCH] Add support for RAPL MSRs in KVM/Qemu
 2023-06-16 14:08 UTC 

[PATCH] vfio/migration: Fix return value of vfio_migration_realize()
 2023-06-16 14:04 UTC  (9+ messages)

[PATCH 00/12] Introduce new vmapple machine type
 2023-06-16 10:28 UTC  (5+ messages)
` [PATCH 02/12] hw/misc/pvpanic: Add MMIO interface
` [PATCH 03/12] hvf: Increase number of possible memory slots

[qemu-web PATCH] include Dockerfile used to proxy qemu.org to gitlab.io
 2023-06-16 12:08 UTC 

[PATCH] elf2dmp: Don't abandon when Prcb is set to 0
 2023-06-16 12:05 UTC  (4+ messages)

[PULL 0/6] aspeed queue
 2023-06-16 10:29 UTC  (8+ messages)
` [PULL 1/6] hw/arm/aspeed: Add VPD data for Rainier machine
` [PULL 2/6] aspeed/hace: Initialize g_autofree pointer
` [PULL 3/6] aspeed: Introduce a boot_rom region at the machine level
` [PULL 4/6] aspeed: Use the boot_rom region of the fby35 machine
` [PULL 5/6] aspeed: Introduce a "bmc-console" machine option
` [PULL 6/6] target/arm: Allow users to set the number of VFP registers

[PULL 0/5] loongarch-to-apply queue
 2023-06-16 10:01 UTC  (6+ messages)
` [PULL 1/5] hw/loongarch/virt: Add cpu arch_id support
` [PULL 2/5] hw/intc: Set physical cpuid route for LoongArch ipi device
` [PULL 3/5] hw/loongarch: Add numa support
` [PULL 4/5] hw/loongarch: Supplement cpu topology arguments
` [PULL 5/5] target/loongarch: Fix CSR.DMW0-3.VSEG check

[PATCH v4 1/6] target/ppc: Fix instruction loading endianness in alignment interrupt
 2023-06-16  9:48 UTC  (4+ messages)

[PATCH v5 0/9] migration: Add switchover ack capability and VFIO precopy support
 2023-06-16  9:35 UTC  (5+ messages)
` [PATCH v5 1/9] migration: Add switchover ack capability

[PATCH v1 00/15] virtio-mem: Expose device memory through multiple memslots
 2023-06-16  9:26 UTC  (16+ messages)
` [PATCH v1 01/15] memory-device: Track the required memslots in DeviceMemoryState
` [PATCH v1 02/15] kvm: Add stub for kvm_get_max_memslots()
` [PATCH v1 03/15] vhost: Add vhost_get_max_memslots()
` [PATCH v1 04/15] memory-device, vhost: Add a memslot soft limit for memory devices
` [PATCH v1 05/15] kvm: Return number of free memslots
` [PATCH v1 06/15] vhost: "
` [PATCH v1 07/15] memory-device: Support memory devices that statically consume multiple memslots
` [PATCH v1 08/15] memory-device: Track the actually used memslots in DeviceMemoryState
` [PATCH v1 09/15] memory-device, vhost: Support memory devices that dynamically consume multiple memslots
` [PATCH v1 10/15] pc-dimm: Provide pc_dimm_get_free_slots() to query free ram slots
` [PATCH v1 11/15] memory-device: Support memory-devices with auto-detection of the number of memslots
` [PATCH v1 12/15] memory: Clarify mapping requirements for RamDiscardManager
` [PATCH v1 13/15] virtio-mem: Expose device memory via multiple memslots if enabled
` [PATCH v1 14/15] memory, vhost: Allow for marking memory device memory regions unmergeable
` [PATCH v1 15/15] virtio-mem: Mark memslot alias "

[PATCH v2 1/3] hw/ufs: Initial commit for emulated Universal-Flash-Storage
 2023-06-16  9:07 UTC  (2+ messages)

[PATCH v2 00/11] Multifd zero page support
 2023-06-16  8:53 UTC  (3+ messages)
` [PATCH v2 04/11] multifd: Count the number of bytes sent correctly

[PATCH v2] hw/pci: prevent hotplug of devices on pcie-root-ports on the wrong slot
 2023-06-16  8:32 UTC  (4+ messages)

[PATCH v2 0/3] hw/ufs: Add Universal Flash Storage (UFS) support
 2023-06-16  8:23 UTC  (2+ messages)

[PATCH v8 0/6] migration: reduce time of loading non-iterable vmstate
 2023-06-16  8:15 UTC  (2+ messages)

A confusion about CXL in arm virt machine
 2023-06-16  7:43 UTC 

[PATCH v2] hw/loongarch: Add numa support
 2023-06-16  7:10 UTC  (2+ messages)

[PATCH] target/loongarch: Fix CSR.DMW0-3.VSEG check
 2023-06-16  7:11 UTC  (2+ messages)

[PATCH] hw/loongarch: Supplement cpu topology arguments
 2023-06-16  7:10 UTC  (2+ messages)

[PATCH v2 0/2] Add LoongArch cpu arch_id support
 2023-06-16  7:10 UTC  (5+ messages)
` [PATCH v2 1/2] hw/loongarch/virt: Add "
` [PATCH v2 2/2] hw/intc: Set physical cpuid route for LoongArch ipi device

[PATCH v2 2/3] hw/ufs: Support for Query Transfer Requests
 2023-06-16  6:58 UTC 

[PATCH v2 3/3] hw/ufs: Support for UFS logical unit
 2023-06-16  6:58 UTC 

[PATCH] chardev/char-win-stdio: Support VT sequences on Windows 11 host
 2023-06-16  5:40 UTC  (3+ messages)

[PATCH 0/4] ppc/spapr: Nested HV fix and tidying
 2023-06-16  4:57 UTC  (10+ messages)
` [PATCH 2/4] ppc/spapr: Add a nested state struct
` [PATCH 4/4] ppc/spapr: Move spapr nested HV to a new file

[PATCH 0/7] Add new CPU model EmeraldRapids and GraniteRapids
 2023-06-16  4:22 UTC  (10+ messages)
` [PATCH 1/7] target/i386: Add FEAT_7_1_EDX to adjust feature level
` [PATCH 2/7] target/i386: Add support for MCDT_NO in CPUID enumeration
` [PATCH 3/7] target/i386: Allow MCDT_NO if host supports
` [PATCH 4/7] target/i386: Add new bit definitions of MSR_IA32_ARCH_CAPABILITIES
` [PATCH 5/7] target/i386: Add few security fix bits in ARCH_CAPABILITIES into SapphireRapids CPU model
` [PATCH 6/7] target/i386: Add new CPU model EmeraldRapids
` [PATCH 7/7] target/i386: Add new CPU model GraniteRapids

[PATCH v15 00/10] TCG code quality tracking
 2023-06-16  1:32 UTC  (3+ messages)

[PULL v5 00/11] xenpvh5-tag
 2023-06-15 23:52 UTC  (12+ messages)
` [PULL v5 01/11] hw/i386/xen/: move xen-mapcache.c to hw/xen/
` [PULL v5 02/11] hw/i386/xen: rearrange xen_hvm_init_pc
` [PULL v5 03/11] hw/i386/xen/xen-hvm: move x86-specific fields out of XenIOState
` [PULL v5 04/11] xen-hvm: reorganize xen-hvm and move common function to xen-hvm-common
` [PULL v5 05/11] include/hw/xen/xen_common: return error from xen_create_ioreq_server
` [PULL v5 06/11] hw/xen/xen-hvm-common: skip ioreq creation on ioreq registration failure
` [PULL v5 07/11] hw/xen/xen-hvm-common: Use g_new and error_report
` [PULL v5 08/11] meson.build: do not set have_xen_pci_passthrough for aarch64 targets
` [PULL v5 09/11] hw/arm: introduce xenpvh machine
` [PULL v5 10/11] meson.build: enable xenpv machine build for ARM
` [PULL v5 11/11] test/qtest: add xepvh to skip list for qtest

[QEMU][PATCH v8 00/11] Introduce xenpvh machine for arm architecture
 2023-06-15 23:44 UTC  (3+ messages)
` [QEMU][PATCH v8 11/11] test/qtest: add xepvh to skip list for qtest

[PATCH v3 00/14] Misc clean ups to target/ppc exception handling
 2023-06-15 23:03 UTC  (15+ messages)
` [PATCH v3 01/14] target/ppc: Remove some superfluous parentheses
` [PATCH v3 02/14] target/ppc: Remove unneeded parameter from powerpc_reset_wakeup()
` [PATCH v3 03/14] target/ppc: Move common check in exception handlers to a function
` [PATCH v3 04/14] target/ppc: Use env_cpu for cpu_abort in excp_helper
` [PATCH v3 05/14] target/ppc: Remove some more local CPUState variables only used once
` [PATCH v3 06/14] target/ppc: Readability improvements in exception handlers
` [PATCH v3 07/14] target/ppd: Remove unused define
` [PATCH v3 08/14] target/ppc: Fix gen_sc to use correct nip
` [PATCH v3 09/14] target/ppc: Move patching nip from exception handler to helper_scv
` [PATCH v3 10/14] target/ppc: Simplify syscall exception handlers
` [PATCH v3 11/14] target/ppc: Get CPUState in one step
` [PATCH v3 12/14] target/ppc: Clean up ifdefs in excp_helper.c, part 1
` [PATCH v3 13/14] target/ppc: Clean up ifdefs in excp_helper.c, part 2
` [PATCH v3 14/14] target/ppc: Clean up ifdefs in excp_helper.c, part 3

[PATCH 00/10] Misc clean ups to target/ppc exception handling
 2023-06-15 23:02 UTC  (6+ messages)
` [PATCH 08/10] target/ppc: Fix gen_sc to use correct nip

[PATCH v2 00/10] Misc clean ups to target/ppc exception handling
 2023-06-15 23:02 UTC  (11+ messages)
` [PATCH v2 05/10] target/ppc: Change parameter of cpu_interrupt_exittb() to an env pointer
` [PATCH v2 09/10] target/ppc: Simplify syscall exception handlers

[PATCH V2 0/4] string list functions
 2023-06-15 21:25 UTC  (15+ messages)
` [PATCH V2 1/4] qapi: strList_from_string

QEMU virt (arm64) does not honor reserved-memory set in device tree
 2023-06-15 20:59 UTC  (3+ messages)

[PATCH V1 0/3] fix migration of suspended runstate
 2023-06-15 20:26 UTC  (4+ messages)
` [PATCH V1 1/3] vl: start on wakeup request
` [PATCH V1 2/3] migration: fix suspended runstate
` [PATCH V1 3/3] tests/qtest: live migration suspended state

[RFC v3] linux-user/riscv: Add syscall riscv_hwprobe
 2023-06-15 17:12 UTC  (2+ messages)

[PATCH 0/4] TriCore Privilege Levels
 2023-06-15 15:36 UTC  (11+ messages)
` [PATCH 1/4] target/tricore: Introduce priv tb flag
` [PATCH 2/4] target/tricore: Implement privilege level for all insns
` [PATCH 3/4] target/tricore: Honour privilege changes on PSW write
` [PATCH 4/4] target/tricore: Fix ICR.IE offset in RESTORE insn

[PATCH v2 0/6] target/riscv: Add support for BF16 extensions
 2023-06-15 15:00 UTC  (10+ messages)
` [PATCH v2 1/6] target/riscv: Add properties "
` [PATCH v2 2/6] target/riscv: Add support for Zfbfmin extension
` [PATCH v2 3/6] target/riscv: Add support for Zvfbfmin extension
` [PATCH v2 4/6] target/riscv: Add support for Zvfbfwma extension
` [PATCH v2 5/6] target/riscv: Expose properties for BF16 extensions
` [PATCH v2 6/6] target/riscv: Add disas support "

[PATCH V2] migration: file URI
 2023-06-15 14:50 UTC  (9+ messages)

[PATCH] imx_serial: set wake bit when we receive a data byte
 2023-06-15 14:22 UTC  (6+ messages)
` [PATCH v2] "
` [PATCH v3] "

[PATCH] contrib/plugins: add meson build file
 2023-06-15 14:14 UTC 

[PATCH QEMU v5 6/8] migration: Implement dirty-limit convergence algo
 2023-06-15 10:12 UTC  (3+ messages)

[PATCH] hw/riscv/virt.c: fix typo in 'aia' description
 2023-06-15 13:15 UTC  (3+ messages)

[PATCH] udmabuf: revert 'Add support for mapping hugepages (v4)'
 2023-06-15  9:48 UTC  (7+ messages)

[PATCH 0/4] ppc/pnv: Add chiptod and core timebase state machine models
 2023-06-15  9:45 UTC  (6+ messages)

[PATCH v3] 9pfs: deprecate 'proxy' backend
 2023-06-15  9:35 UTC  (2+ messages)

[PATCH v2 1/2] ui/touch: Move event handling to a common helper
 2023-06-15  9:28 UTC  (4+ messages)
` [PATCH v2 2/2] ui/dbus: Expose a touch device interface

Lost partition tables on ide-hd + ahci drive
 2023-06-15  8:24 UTC  (4+ messages)

[kvm-unit-tests v4 00/12] powerpc: updates, P10, PNV support
 2023-06-15  8:11 UTC  (2+ messages)

[RFC v2 0/6] Native Library Calls
 2023-06-15  7:59 UTC  (3+ messages)
` [RFC v2 2/6] Add the libnative library

[QEMU PATCH 0/1]
 2023-06-15  7:23 UTC  (6+ messages)
` [QEMU PATCH 1/1] virtgpu: do not destroy resources when guest suspend

[PATCH v2 0/8] disas/riscv: Add vendor extension support
 2023-06-15  6:53 UTC  (5+ messages)
` [PATCH v2 2/8] target/riscv: Factor out extension tests to cpu_cfg.h
` [PATCH v2 8/8] disas/riscv: Add support for XThead* instructions

[PATCH 0/1] virtio: add a new vcpu stall watchdog
 2023-06-15  6:13 UTC  (2+ messages)
` [PATCH 1/1] A new virtio pci device named virtio-vcpu-stall-watchdog-pci


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