qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-07-31 18:01:39 to 2023-08-01 19:23:41 UTC [more...]

[PATCH 0/2] linux-user: /proc/cpuinfo fix and content emulation for arm
 2023-08-01 19:22 UTC  (4+ messages)
` [PATCH 1/2] linux-user: Fix openat() emulation to correctly detect accesses to /proc
` [PATCH 2/2] linux-user: Emulate /proc/cpuinfo on aarch64 and arm

[PATCH 0/8] gitlab: speed up msys windows jobs with GCC
 2023-08-01 19:07 UTC  (20+ messages)
` [PATCH 1/8] gitlab: remove duplication between msys jobs
` [PATCH 2/8] gitlab: print timestamps during windows "
` [PATCH 3/8] gitlab: always use updated msys installer
` [PATCH 4/8] gitlab: drop $CI_PROJECT_DIR from cache path
` [PATCH 5/8] gitlab: always populate cache for windows msys jobs
` [PATCH 6/8] configure: support passthrough of -Dxxx args to meson
` [PATCH 7/8] gitlab: disable optimization and debug symbols in msys build
` [PATCH 8/8] gitlab: disable FF_SCRIPT_SECTIONS on msys jobs

[PATCH for-8.1 0/3] accel/tcg: Do not issue misaligned i/o
 2023-08-01 18:42 UTC  (4+ messages)
` [PATCH 1/3] accel/tcg: Adjust parameters and locking with do_{ld, st}_mmio_*
` [PATCH 2/3] accel/tcg: Issue wider aligned i/o in do_{ld,st}_mmio_*
` [PATCH 3/3] accel/tcg: Do not issue misaligned i/o

[PATCH] gdbstub: Fix client Ctrl-C handling
 2023-08-01 18:40 UTC  (2+ messages)

[RFC PATCH 0/6] Use Clang for compiling in the 64-bit MSYS2 job
 2023-08-01 18:31 UTC  (21+ messages)
` [RFC PATCH 4/6] hw/i386/intel_iommu: Fix VTD_IR_TableEntry for ms_struct layout
` [RFC PATCH 5/6] include/qemu/compiler: Fix problem with gcc_struct and Clang
` [RFC PATCH 6/6] gitlab-ci.d/windows: Use Clang for compiling in the 64-bit MSYS2 job

[PATCH for-8.1] target/m68k: Fix semihost lseek offset computation
 2023-08-01 18:21 UTC  (2+ messages)

[PATCH for-8.1] Misc Xen-on-KVM fixes
 2023-08-01 17:57 UTC  (4+ messages)
` [PATCH for-8.1 1/3] hw/xen: fix off-by-one in xen_evtchn_set_gsi()
` [PATCH for-8.1 2/3] i386/xen: consistent locking around Xen singleshot timers
` [PATCH for-8.1 3/3] hw/xen: prevent guest from binding loopback event channel to itself

[PULL 0/5] Misc fixes, for thread-pool, xen, and xen-emulate
 2023-08-01 17:48 UTC  (7+ messages)
` [PULL 1/5] hw/xen: Clarify (lack of) error handling in transaction_commit()
` [PULL 2/5] xen-block: Avoid leaks on new error path
` [PULL 3/5] thread-pool: signal "request_cond" while locked
` [PULL 4/5] xen: Don't pass MemoryListener around by value
` [PULL 5/5] xen-platform: do full PCI reset during unplug of IDE devices

[PULL 0/1 for 8.1] TLS crash fix
 2023-08-01 17:46 UTC  (2+ messages)
` [PULL 1/1] io: remove io watch if TLS channel is closed during handshake

[PATCH v2] io: remove io watch if TLS channel is closed during handshake
 2023-08-01 17:37 UTC  (2+ messages)

[RFC PATCH 00/19] QEMU gmem implemention
 2023-08-01 17:21 UTC  (23+ messages)
` [RFC PATCH 03/19] RAMBlock: Support KVM gmemory
` [RFC PATCH 04/19] memory: Introduce memory_region_can_be_private()
` [RFC PATCH 05/19] kvm: Enable KVM_SET_USER_MEMORY_REGION2 for memslot
` [RFC PATCH 08/19] HostMem: Add private property to indicate to use kvm gmem

[PATCH] migration/calc-dirty-rate: millisecond precision period
 2023-08-01 17:09 UTC  (9+ messages)

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

[Qemu-devel] [PATCH] acpi: Add emulated sleep button
 2023-08-01 17:00 UTC  (7+ messages)

[PATCH] linux-user: Fix openat() emulation to correctly detect accesses to /proc
 2023-08-01 16:09 UTC  (2+ messages)

[PATCH 0/2] block/blkio: fix fd leak and add more comments for the fd passing
 2023-08-01 16:03 UTC  (3+ messages)
` [PATCH 1/2] block/blkio: close the fd when blkio_connect() fails
` [PATCH 2/2] block/blkio: add more comments on the fd passing handling

[PATCH] target/m68k: Add URL to semihosting spec
 2023-08-01 15:44 UTC 

qemu-img cache modes with Linux cgroup v1
 2023-07-31 19:15 UTC  (3+ messages)

[PATCH] gdbstub: use 0 ("any process") on packets with no PID
 2023-08-01 15:37 UTC 

[PATCH v3 00/17] Support smp.clusters for x86
 2023-08-01 15:35 UTC  (19+ messages)
` [PATCH v3 01/17] i386: Fix comment style in topology.h
` [PATCH v3 02/17] tests: Rename test-x86-cpuid.c to test-x86-topo.c
` [PATCH v3 03/17] softmmu: Fix CPUSTATE.nr_cores' calculation
` [PATCH v3 04/17] i386/cpu: Fix i/d-cache topology to core level for Intel CPU
` [PATCH v3 05/17] i386/cpu: Use APIC ID offset to encode cache topo in CPUID[4]
` [PATCH v3 06/17] i386/cpu: Consolidate the use of topo_info in cpu_x86_cpuid()
` [PATCH v3 07/17] i386: Introduce module-level cpu topology to CPUX86State
` [PATCH v3 08/17] i386: Support modules_per_die in X86CPUTopoInfo
` [PATCH v3 09/17] i386: Support module_id in X86CPUTopoIDs
` [PATCH v3 10/17] i386/cpu: Introduce cluster-id to X86CPU
` [PATCH v3 11/17] tests: Add test case of APIC ID for module level parsing
` [PATCH v3 12/17] hw/i386/pc: Support smp.clusters for x86 PC machine
` [PATCH v3 13/17] i386: Add cache topology info in CPUCacheInfo
` [PATCH v3 14/17] i386: Use CPUCacheInfo.share_level to encode CPUID[4]
` [PATCH v3 15/17] i386: Fix NumSharingCache for CPUID[0x8000001D].EAX[bits 25:14]
` [PATCH v3 16/17] i386: Use CPUCacheInfo.share_level to encode "
` [PATCH v3 17/17] i386: Add new property to control L2 cache topo in CPUID.04H

[PATCH] target/nios2: Pass semihosting arg to exit
 2023-08-01 15:33 UTC  (6+ messages)

[PATCH] target/nios2: Pass semihosting arg to exit
 2023-08-01 15:24 UTC  (2+ messages)

[PATCH v1 0/9] gfxstream + rutabaga_gfx
 2023-08-01 15:18 UTC  (4+ messages)
    ` Rutabaga backwards compatibility

[PATCH v2 0/9] gfxstream + rutabaga_gfx
 2023-08-01 15:11 UTC  (13+ messages)
` [PATCH v2 1/9] virtio: Add shared memory capability
` [PATCH v2 2/9] virtio-gpu: CONTEXT_INIT feature
` [PATCH v2 3/9] virtio-gpu: hostmem
` [PATCH v2 4/9] virtio-gpu: blob prep
` [PATCH v2 5/9] gfxstream + rutabaga prep: added need defintions, fields, and options
` [PATCH v2 6/9] gfxstream + rutabaga: add initial support for gfxstream
` [PATCH v2 7/9] gfxstream + rutabaga: meson support
` [PATCH v2 8/9] gfxstream + rutabaga: enable rutabaga
` [PATCH v2 9/9] docs/system: add basic virtio-gpu documentation

[PATCH] linux-user: Emulate /proc/cpuinfo on aarch64 and arm
 2023-08-01 14:44 UTC  (4+ messages)

[PATCH v3 0/3] Enable -cpu <cpu>,help
 2023-08-01 14:09 UTC  (8+ messages)
` [PATCH v3 1/3] qapi: Moved architecture agnostic data types to `machine`
` [PATCH v3 2/3] qapi, target/: Enable 'query-cpu-model-expansion' on all architectures
` [PATCH v3 3/3] cpu, softmmu/vl.c: Change parsing of -cpu argument to allow -cpu cpu, help to print options for the CPU type similar to how the '-device' option works
  ` [PATCH v3 3/3] cpu, softmmu/vl.c: Change parsing of -cpu argument to allow -cpu cpu,help "

[PATCH 1/2] vmmouse: replace DPRINTF with tracing
 2023-08-01 13:33 UTC  (3+ messages)
` [PATCH 2/2] vmmouse: use explicit code

[PATCH for-8.2 v2 0/6] vfio/migration: Add P2P support for VFIO migration
 2023-08-01 13:24 UTC  (10+ messages)
` [PATCH for-8.2 v2 2/6] sysemu: Add prepare callback to struct VMChangeStateEntry
` [PATCH for-8.2 v2 3/6] qdev: Add qdev_add_vm_change_state_handler_full()
` [PATCH for-8.2 v2 5/6] vfio/migration: Add P2P support for VFIO migration
` [PATCH for-8.2 v2 6/6] vfio/migration: Allow migration of multiple P2P supporting devices

[PATCH] target/nios2: Fix semihost lseek offset computation
 2023-08-01 13:23 UTC  (3+ messages)

[PATCH QEMU v3 1/3] qapi: Reformat the dirty-limit migration doc comments
 2023-08-01 12:34 UTC  (2+ messages)

[PATCH QEMU 1/2] qapi: Reformat and craft the migration doc comments
 2023-08-01 12:33 UTC  (4+ messages)

[PATCH 0/5] linux-user: brk/mmap fixes
 2023-08-01 10:43 UTC  (12+ messages)
` [PATCH 5/5] linux-user: Do not align brk with host page size

[PATCH] hw/i386/vmmouse:add relative packet flag for button status
 2023-08-01  9:38 UTC  (3+ messages)
` [RESEND PATCH] "

[RFC PATCH v4 00/24] vfio: Adopt iommufd
 2023-08-01  8:28 UTC  (2+ messages)

[PATCH 0/8] Adds CPU hot-plug support to Loongarch
 2023-08-01  8:32 UTC  (14+ messages)
` [PATCH 1/8] Update ACPI GED framework to support vcpu hot-(un)plug
` [PATCH 2/8] Update CPUs AML with cpu-(ctrl)dev change
` [PATCH 3/8] Introduced a new function to disconnect GPIO connections

[RFC] migration/block-dirty-bitmap: make loading bitmap for device with iothread future-proof
 2023-08-01  7:57 UTC  (3+ messages)

[PATCH RFC v1 0/3] Support dynamic MSI-X allocation
 2023-08-01  7:45 UTC  (4+ messages)
` [PATCH RFC v1 3/3] vfio/pci: dynamic MSI-X allocation in interrupt restoring

[PULL 00/10] tcg patch queue for rc2
 2023-08-01  6:08 UTC  (14+ messages)
` [PULL 01/10] util/interval-tree: Use qatomic_read for left/right while searching
` [PULL 02/10] util/interval-tree: Use qatomic_set_mb in rb_link_node
` [PULL 03/10] util/interval-tree: Introduce pc_parent
` [PULL 04/10] util/interval-tree: Use qatomic_read/set for rb_parent_color
` [PULL 05/10] accel/tcg: Clear tcg_ctx->gen_tb on buffer overflow
` [PULL 06/10] bsd-user: Allocate guest virtual address space
` [PULL 07/10] bsd-user: Specify host page alignment if none specified
` [PULL 08/10] target/ppc: Disable goto_tb with architectural singlestep
` [PULL 09/10] linux-user/armeb: Fix __kernel_cmpxchg() for armeb
` [PULL 10/10] target/s390x: Move trans_exc_code update to do_program_interrupt

[PATCH 0/7] Enable vdpa net migration with features depending on CVQ
 2023-08-01  3:48 UTC  (4+ messages)

[PATCH] target/riscv: Fix page_check_range use in fault-only-first
 2023-08-01  3:37 UTC  (3+ messages)

[PATCH] vdpa: set old virtio status at cvq isolation probing end
 2023-08-01  3:28 UTC  (7+ messages)

[PATCH v2 00/11] tpm: introduce TPM CRB SysBus device
 2023-08-01  3:02 UTC  (9+ messages)
` [PATCH v2 05/11] tpm_crb: use the ISA bus
` [PATCH v2 06/11] tpm_crb: move ACPI table building to device interface

[PATCH] hw/riscv: split RAM into low and high memory
 2023-08-01  2:34 UTC  (3+ messages)

[PATCH 0/3] hw/ufs: fix compilation warnings
 2023-08-01  0:08 UTC  (2+ messages)

[PATCH] vhost-user-scsi: support reconnect to backend
 2023-07-31 23:35 UTC  (15+ messages)
` [PATCH v2 0/4] Implement reconnect for vhost-user-scsi
  ` [PATCH v2 2/4] vhost-user-common: send get_inflight_fd once
` [PATCH v3 0/5] Implement reconnect for vhost-user-scsi
  ` [PATCH v3 2/5] vhost-user-common: send get_inflight_fd once
  ` [PATCH v3 4/5] vhost-user-scsi: support reconnect to backend
  ` [PATCH v3 5/5] vhost-user-scsi: start vhost when guest kicks

[PATCH v2 0/4] virtio-net: add USO feature (UDP segmentation offload)
 2023-07-31 22:31 UTC  (5+ messages)
` [PATCH v2 1/4] tap: Add USO support to tap device
` [PATCH v2 2/4] tap: Add check for USO features
` [PATCH v2 3/4] virtio-net: Add USO flags to vhost support
` [PATCH v2 4/4] virtio-net: Add support for USO features

[PATCH 0/1] Added support for the MMU node in the RHCT
 2023-07-31 22:09 UTC  (2+ messages)
` [PATCH 1/1] "

[PATCH 0/3] Fix segfault on migration return path
 2023-07-31 21:13 UTC  (5+ messages)
` [PATCH 1/3] migration: Stop marking RP bad after shutdown

[PATCH v2] target/openrisc: Set EPCR to next PC on FPE exceptions
 2023-07-31 21:03 UTC 

assert fails in s390x TCG
 2023-07-31 20:51 UTC  (3+ messages)

[PATCH] target/openrisc: Set EPCR to next PC on FPE exceptions
 2023-07-31 20:37 UTC  (3+ messages)

[PATCH] disas/riscv: Further correction to LUI disassembly
 2023-07-31 20:37 UTC  (2+ messages)

[PATCH] block-migration: Ensure we don't crash during migration cleanup
 2023-07-31 20:33 UTC 

[PATCH v2] target/riscv: don't read write-only CSR
 2023-07-31 18:48 UTC  (2+ messages)

[PULL 0/6] target-arm queue
 2023-07-31 18:00 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).