qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-06-23 15:48:55 to 2023-06-26 07:51:29 UTC [more...]

[PATCH v3 00/11] target/i386: add a few simple features
 2023-06-26  7:51 UTC  (3+ messages)
` [PATCH v3 04/11] target/i386: do not accept RDSEED if CPUID bit absent

[PATCH 0/7] ppc: fix larx migration, fix record-replay
 2023-06-26  7:49 UTC  (5+ messages)
` [PATCH 1/7] target/ppc: Fix CPU reservation migration for record-replay
` [PATCH 7/7] tests/avocado: ppc64 pseries reverse debugging test

[PATCH v2 0/5] test and QEMU fixes to ensure proper PCIE device usage
 2023-06-26  7:49 UTC  (7+ messages)
` [PATCH v2 5/5] hw/pci: ensure PCIE devices are plugged into only slot 0 of PCIE port

[PATCH v1] virtio-mem: Simplify bitmap handling and virtio_mem_set_block_state()
 2023-06-26  7:45 UTC  (4+ messages)

[PATCH v4 0/4] Virtio shared dma-buf
 2023-06-26  7:34 UTC  (5+ messages)
` [PATCH v4 1/4] uuid: add a hash function
` [PATCH v4 2/4] virtio-dmabuf: introduce virtio-dmabuf
` [PATCH v4 3/4] vhost-user: add shared_object msg
` [PATCH v4 4/4] vhost-user: refactor send_resp code

[PATCH v4] 9pfs: deprecate 'proxy' backend
 2023-06-26  7:27 UTC  (2+ messages)
` [SPAM] "

[PATCH v3 0/3] VFIO migration related refactor and bug fix
 2023-06-26  7:02 UTC  (8+ messages)
` [PATCH v3 1/3] vfio/pci: Fix resource leak in vfio_realize
` [PATCH v3 2/3] vfio/pci: Fix a segfault "

[PATCH v1 0/5] target/arm: Handle psci calls in userspace
 2023-06-26  6:49 UTC  (6+ messages)
` [PATCH v1 1/5] linux-headers: Update to v6.4-rc7
` [PATCH v1 2/5] linux-headers: Import arm-smccc.h from Linux v6.4-rc7
` [PATCH v1 3/5] target/arm: make psci call can be used by kvm
` [PATCH v1 4/5] arm/kvm: add skeleton implementation for userspace SMCCC call handling
` [PATCH v1 5/5] arm/kvm: add support for userspace psci calls handling

[PATCH 00/15] Q35 and I440FX host bridge QOM cleanup
 2023-06-26  6:50 UTC  (7+ messages)
` [PATCH 15/15] hw/i386/pc_piix: Move i440fx' realize near its qdev_new()

[PULL 00/30] Next patches
 2023-06-26  6:37 UTC  (4+ messages)

[PATCH] net: add initial support for AF_XDP network backend
 2023-06-26  6:32 UTC  (3+ messages)

[PATCH v3 00/19] target/riscv, KVM: fixes and enhancements
 2023-06-26  6:24 UTC  (11+ messages)
` [PATCH v3 12/19] target/riscv: add KVM specific MISA properties
` [PATCH v3 16/19] target/riscv/cpu.c: create KVM mock properties

[PATCH] STM32F100: support different density lines
 2023-06-26  6:23 UTC  (7+ messages)
` [PATCH] STM32F100: add support for external memory via FSMC

[PATCH v7 0/9] net: Pad short frames for network backends
 2023-06-26  6:20 UTC  (11+ messages)
` [PATCH v7 1/9] hw/net: e1000: Remove the logic of padding short frames in the receive path
` [PATCH v7 2/9] hw/net: vmxnet3: "
` [PATCH v7 3/9] hw/net: i82596: "
` [PATCH v7 4/9] hw/net: ne2000: "
` [PATCH v7 5/9] hw/net: pcnet: "
` [PATCH v7 6/9] hw/net: rtl8139: "
` [PATCH v7 7/9] hw/net: sungem: "
` [PATCH v7 8/9] hw/net: sunhme: "
` [PATCH v7 9/9] hw/net: ftgmac100: Drop the small packet check "

[PATCH] sungem: Add WOL MMIO
 2023-06-26  6:19 UTC  (2+ messages)

qemu-system-ppc64 option -smp 2 broken with commit 20b6643324a79860dcdfe811ffe4a79942bca21e
 2023-06-26  6:18 UTC  (5+ messages)

[PULL 00/30] ppc queue
 2023-06-26  5:56 UTC  (31+ messages)
` [PULL 01/30] target/ppc: gdbstub init spr gdb_id for all CPUs
` [PULL 02/30] ppc/pnv/pci: Clean up error messages
` [PULL 03/30] MAINTAINERS: Add reviewers for PowerNV baremetal emulation
` [PULL 04/30] MAINTAINERS: Add reviewer for PowerPC TCG CPUs
` [PULL 05/30] MAINTAINERS: Add reviewer for XIVE
` [PULL 06/30] ppc/prep: Report an error when run with KVM
` [PULL 07/30] ppc/bamboo: "
` [PULL 08/30] ppc/pnv: Rephrase "
` [PULL 09/30] target/ppc: Fix timer register accessors when !KVM
` [PULL 10/30] ppc/spapr: H_ENTER_NESTED should restore host XER ca field
` [PULL 11/30] ppc/spapr: Add a nested state struct
` [PULL 12/30] ppc/spapr: load and store l2 state with helper functions
` [PULL 13/30] ppc/spapr: Move spapr nested HV to a new file
` [PULL 14/30] target/ppc: Fix instruction loading endianness in alignment interrupt
` [PULL 15/30] target/ppc: Change partition-scope translate interface
` [PULL 16/30] target/ppc: Add SRR1 prefix indication to interrupt handlers
` [PULL 17/30] target/ppc: Implement HEIR SPR
` [PULL 18/30] target/ppc: Add ISA v3.1 LEV indication in SRR1 for system call interrupts
` [PULL 19/30] target/ppc: Better CTRL SPR implementation
` [PULL 20/30] target/ppc: Fix sc instruction handling of LEV field
` [PULL 21/30] target/ppc: Add initial flags and helpers for SMT support
` [PULL 22/30] target/ppc: Add support for SMT CTRL register
` [PULL 23/30] target/ppc: Add msgsnd/p and DPDES SMT support
` [PULL 24/30] hw/ppc/spapr: Test whether TCG is enabled with tcg_enabled()
` [PULL 25/30] spapr: TCG allow up to 8-thread SMT on POWER8 and newer CPUs
` [PULL 26/30] tests/avocado: boot ppc64 pseries to Linux VFS mount
` [PULL 27/30] tests/avocado: Add ppc64 pseries multiprocessor boot tests
` [PULL 28/30] pnv/xive2: Add a get_config() method on the presenter class
` [PULL 29/30] pnv/xive2: Check TIMA special ops against a dedicated array for P10
` [PULL 30/30] tests/avocado: ppc test VOF bios Linux boot

Tips for local testing guestfwd
 2023-06-26  5:58 UTC 

[PATCH v2] target/ppc: Restrict KVM-specific fields from ArchCPU
 2023-06-26  2:10 UTC  (2+ messages)

[PATCH v2] target/riscv: Restrict KVM-specific fields from ArchCPU
 2023-06-25 23:27 UTC  (2+ messages)

[PATCH v4 00/24] q800: add support for booting MacOS Classic - part 1
 2023-06-25 22:18 UTC  (5+ messages)

QEMU developers call for 2023-06-27
 2023-06-25 22:12 UTC 

[RFC v3 00/10] Native Library Calls
 2023-06-25 21:53 UTC  (13+ messages)
` [RFC v3 01/10] docs: Add specification for native library calls
` [RFC v3 02/10] build: Add configure options for native calls
` [RFC v3 03/10] build: Implement libnative library and configure options
` [RFC v3 04/10] linux-user: Implement envlist_appendenv
` [RFC v3 05/10] linux-user: Implement native-bypass option support
` [RFC v3 06/10] accel/tcg: Add support for native library calls
` [RFC v3 07/10] target/i386: "
` [RFC v3 08/10] target/mips: "
` [RFC v3 09/10] target/arm: "
` [RFC v3 10/10] tests/tcg/multiarch: Add nativecalls.c test

[PATCH v3 0/6] net/tap: Fix QEMU frozen issue when the maximum number of file descriptors is very large
 2023-06-25 15:17 UTC  (4+ messages)
` [PATCH v3 3/6] util/async-teardown: Fall back to close fds one by one

[PATCH] target/ppc: Make HDECR underflow edge triggered
 2023-06-25 12:20 UTC 

[PATCH] hw/ppc: Simplify clock update arithmetic
 2023-06-25 12:20 UTC 

[PATCH 0/2] target/ppc: Easy parts of the POWER chiptod series
 2023-06-25 12:03 UTC  (3+ messages)
` [PATCH 1/2] target/ppc: Tidy POWER book4 SPR registration
` [PATCH 2/2] target/ppc: Add TFMR SPR implementation with read and write helpers

[PULL v2 0/3] Hppa boot reboot fixes patches
 2023-06-25 11:20 UTC  (8+ messages)
` [PULL v2 1/3] target/hppa: Fix OS reboot issues
` [PULL v2 2/3] target/hppa: Provide qemu version via fw_cfg to firmware
` [PULL v2 3/3] target/hppa: Update to SeaBIOS-hppa version 8

[PATCH] contrib/gitdm: add domain-map for Cestc
 2023-06-25 11:06 UTC 

[PATCH RFC 0/3] Vhost-vdpa Shadow Virtqueue _F_CTRL_RX commands support
 2023-06-25 10:56 UTC  (7+ messages)
` [PATCH RFC 1/3] vdpa: Restore MAC address filtering state
` [PATCH RFC 2/3] vdpa: Restore packet receive filtering state relative with _F_CTRL_RX feature
` [PATCH RFC 3/3] vdpa: Allow VIRTIO_NET_F_CTRL_RX in SVQ

[PATCH RFC 0/2] Vhost-vdpa Shadow Virtqueue _F_CTRL_RX_EXTRA commands support
 2023-06-25 10:55 UTC  (5+ messages)
` [PATCH RFC 1/2] vdpa: Restore packet receive filtering state relative with _F_CTRL_RX_EXTRA feature
` [PATCH RFC 2/2] vdpa: Allow VIRTIO_NET_F_CTRL_RX_EXTRA in SVQ

[PATCH] contrib/gitdm: add domain-map for Cestc
 2023-06-25 10:52 UTC  (2+ messages)

[PATCH] vdpa: Increase out buffer size for CVQ commands
 2023-06-25 10:48 UTC  (2+ messages)

[PATCH 1/2] target/ppc: Fix icount access for some hypervisor instructions
 2023-06-25 10:37 UTC  (2+ messages)
` [PATCH 2/2] tests/avocado: record_replay test for ppc powernv machine

[PATCH 0/4] target/ppc: Catch invalid real address accesses
 2023-06-25  9:20 UTC  (13+ messages)
` [PATCH 3/4] target/ppc: Move common check in machne check handlers to a function
` [PATCH 4/4] target/ppc: Make checkstop stop the system

[PATCH v4 0/2] Move ASID test to vhost-vdpa net initialization
 2023-06-25  9:11 UTC  (3+ messages)

[PATCH 0/5] Misc fixes for throttle
 2023-06-25  8:56 UTC  (6+ messages)
` [PATCH 1/5] throttle: introduce enum ThrottleTimerType
` [PATCH 2/5] test-throttle: use "
` [PATCH 3/5] throttle: support read-only and write-only
` [PATCH 4/5] test-throttle: test read only and write only
` [PATCH 5/5] cryptodev: use NULL throttle timer cb for read direction

[PATCH RFC] icount: don't adjust virtual time backwards after warp
 2023-06-25  8:37 UTC 

[PULL 00/26] target-arm queue
 2023-06-25  8:25 UTC  (2+ messages)

[PATCH] target/riscv: fix the issue of guest reboot then no response or crash in kvm-mode
 2023-06-25  2:41 UTC  (3+ messages)

[PATCH] target/riscv: fix the issue of guest reboot then no response or crash in kvm-mode
 2023-06-25  2:50 UTC 

[PATCH] target/riscv: fix the issue of guest reboot then no response or crash in kvm-mode
 2023-06-25  2:48 UTC 

[PATCH] target/riscv: fix the issue of guest reboot then no response or crash in kvm-mode
 2023-06-25  2:37 UTC 

[PATCH] cryptodev: Handle unexpected request to avoid crash
 2023-06-25  0:00 UTC  (3+ messages)

QEMU RISC-V
 2023-06-24 22:16 UTC 

[PATCH v2] hw/s390x: Move KVM specific PV from hw/ to target/s390x/kvm/
 2023-06-24 20:06 UTC 

[PATCH v3 00/16] accel: Share CPUState accel context (HAX/NVMM/WHPX/HVF)
 2023-06-24 17:41 UTC  (17+ messages)
` [PATCH v3 01/16] MAINTAINERS: Update Roman Bolshakov email address
` [PATCH v3 02/16] accel: Document generic accelerator headers
` [PATCH v3 03/16] accel: Remove unused hThread variable on TCG/WHPX
` [PATCH v3 04/16] accel: Fix a leak on Windows HAX
` [PATCH v3 05/16] accel: Destroy HAX vCPU threads once done
` [PATCH v3 06/16] accel: Rename 'hax_vcpu' as 'accel' in CPUState
` [PATCH v3 07/16] accel: Rename HAX 'struct hax_vcpu_state' -> AccelCPUState
` [PATCH v3 08/16] accel: Move HAX hThread to accelerator context
` [PATCH v3 09/16] accel: Remove NVMM unreachable error path
` [PATCH v3 10/16] accel: Rename NVMM 'struct qemu_vcpu' -> AccelCPUState
` [PATCH v3 11/16] accel: Inline NVMM get_qemu_vcpu()
` [PATCH v3 12/16] accel: Remove WHPX unreachable error path
` [PATCH v3 13/16] accel: Rename WHPX 'struct whpx_vcpu' -> AccelCPUState
` [PATCH v3 14/16] accel: Inline WHPX get_whpx_vcpu()
` [PATCH v3 15/16] accel: Rename 'cpu_state' -> 'cs'
` [PATCH v3 16/16] accel: Rename HVF 'struct hvf_vcpu_state' -> AccelCPUState

[PATCH v2 00/16] accel: Share CPUState accel context (HAX/NVMM/WHPX/HVF)
 2023-06-24 17:36 UTC  (4+ messages)
` [PATCH v2 07/16] accel: Rename HAX 'struct hax_vcpu_state' -> AccelCPUState

[PATCH v3 0/5] tcg: Issue memory barriers for guest memory model
 2023-06-24 17:29 UTC  (3+ messages)
` [PATCH v3 1/5] target/microblaze: Define TCG_GUEST_DEFAULT_MO

[PATCH v5 00/11] *** Add allwinner-r40 support ***
 2023-06-24 15:02 UTC  (10+ messages)
` [PATCH v5 01/11] hw: arm: Add bananapi M2-Ultra and allwinner-r40 support

Facing difficulties in building QEMU for windows
 2023-06-24 11:58 UTC 

[PATCH 0/2] accel: Re-enable WHPX cross-build on case sensitive filesystems
 2023-06-24 14:22 UTC  (3+ messages)
` [PATCH 1/2] docs/devel/testing: Update the 'Docker Debugging' section
` [PATCH 2/2] accel: Re-enable WHPX cross-build on case sensitive filesystems

[PULL 00/14] testing updates (python, plugins)
 2023-06-24 14:17 UTC  (4+ messages)
` [PULL 10/14] tests/docker: Remove old Debian 9 containers

[PULL 0/3] Hppa reboot fix patches
 2023-06-24 11:41 UTC  (5+ messages)
` [PULL 1/3] target/hppa: Fix OS reboot issues
` [PULL 2/3] target/hppa: Provide qemu version via fw_cfg to firmware
` [PULL 3/3] target/hppa: Update to SeaBIOS-hppa version 8

RFC: bsd-user broken a while ago, is this the right fix?
 2023-06-24  6:40 UTC 

[PATCH] target/xtensa: Assert that interrupt level is within bounds
 2023-06-24  0:20 UTC  (2+ messages)

[RFC PATCH-for-8.1] accel: Remove HAX accelerator
 2023-06-23 23:12 UTC  (2+ messages)

[PATCH] target/nios2 : Explicitly ask for target-endian loads and stores
 2023-06-23 22:18 UTC  (2+ messages)

[PATCH] gdbstub: fixes cases where wrong threads were reported to GDB on SIGINT
 2023-06-23 18:12 UTC 

[PATCH] target/i386: Export MSR_ARCH_CAPABILITIES bits to guests
 2023-06-23 20:26 UTC 

[PATCH V1 0/3] fix migration of suspended runstate
 2023-06-23 19:56 UTC  (7+ messages)
` [PATCH V1 2/3] migration: fix "

[PATCH v5] Emulate dip switch language layout settings on SUN keyboard
 2023-06-23 18:30 UTC  (13+ messages)
    ` [PATCH v6] "
      ` Ping: "
            ` [PATCH v7] "
                      ` [PATCH v8] "

[PATCH][RESEND v5 0/3] Hyper-V Dynamic Memory Protocol driver (hv-balloon 🎈️)
 2023-06-23 18:04 UTC  (17+ messages)
` [PATCH][RESEND v5 3/3] Add a Hyper-V Dynamic Memory Protocol driver (hv-balloon)

[PATCH v3] target/arm: Add raw_writes ops for register whose write induce TLB maintenance
 2023-06-23 16:43 UTC  (2+ messages)

[PATCH] pc-bios/keymaps: Use the official xkb name for Arabic layout, not the legacy synonym
 2023-06-23 15:54 UTC  (4+ messages)

[PATCH 0/4] fpu: Add float64_to_int{32,64}_modulo
 2023-06-23 15:48 UTC  (3+ messages)
` [PATCH 2/4] tests/tcg/alpha: Add test for cvttq

[PATCH v3] tests/plugin: Remove duplicate insn log from libinsn.so
 2023-06-23 15:48 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).