qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-09-20 07:51:50 to 2023-09-20 20:12:07 UTC [more...]

[PATCH v4 00/14] simpletrace: refactor and general improvements
 2023-09-20 20:11 UTC  (11+ messages)
` [PATCH v4 03/14] simpletrace: improve parsing of sys.argv; fix files never closed
` [PATCH v4 04/14] simpletrace: changed naming of edict and idtoname to improve readability
` [PATCH v4 06/14] simpletrace: improved error handling on struct unpack
` [PATCH v4 07/14] simpletrace: define exception and add handling
` [PATCH v4 08/14] simpletrace: made Analyzer into context-manager

[PATCH v2 0/7] Steps towards enabling -Wshadow=local
 2023-09-20 20:10 UTC  (9+ messages)
` [PATCH v2 1/7] migration/rdma: Fix save_page method to fail on polling error
` [PATCH v2 2/7] migration: Clean up local variable shadowing
` [PATCH v2 3/7] ui: "
` [PATCH v2 4/7] block/dirty-bitmap: "
` [PATCH v2 5/7] block/vdi: "
` [PATCH v2 6/7] block: "
` [PATCH v2 7/7] qobject atomics osdep: Make a few macros more hygienic

[PULL 00/57] loongarch-to-apply queue
 2023-09-20 20:06 UTC  (2+ messages)

[PULL v2 0/8] Hppa btlb patches
 2023-09-20 20:05 UTC  (2+ messages)

[PATCH v2 00/12] VIRTIO-IOMMU/VFIO: Don't assume 64b IOVA space
 2023-09-20 20:02 UTC  (3+ messages)
` [PATCH v2 12/12] vfio: Remove 64-bit IOVA address space assumption

[PATCH v2 00/28] bsd-user: Implement freebsd process related system calls
 2023-09-20 19:23 UTC  (55+ messages)
` [PATCH v2 01/28] bsd-user: define TARGET_RFSPAWN for rfork to use vfork(2) semantics, and fix RLIM_INFINITY
` [PATCH v2 02/28] bsd-user: Define procctl(2) related structs
` [PATCH v2 03/28] bsd-user: Implement host_to_target_siginfo
` [PATCH v2 04/28] bsd-user: Add freebsd_exec_common and do_freebsd_procctl to qemu.h
` [PATCH v2 05/28] bsd-user: add extern declarations for bsd-proc.c conversion functions
` [PATCH v2 07/28] bsd-user: Implement target_to_host_rlim and host_to_target_rlim conversion
` [PATCH v2 08/28] bsd-user: Implement host_to_target_rusage and host_to_target_wrusage
` [PATCH v2 09/28] bsd-user: Implement host_to_target_waitstatus conversion
` [PATCH v2 10/28] bsd-user: Get number of cpus
` [PATCH v2 11/28] bsd-user: Implement getgroups(2) and setgroups(2) system calls
` [PATCH v2 12/28] bsd-user: Implement umask(2), setlogin(2) and getlogin(2)
` [PATCH v2 13/28] bsd-user: Implement getrusage(2)
` [PATCH v2 14/28] bsd-user: Implement getrlimit(2) and setrlimit(2)
` [PATCH v2 15/28] bsd-user: Implement several get/set system calls:
` [PATCH v2 16/28] bsd-user: Implement get/set[resuid/resgid/sid] and issetugid
` [PATCH v2 17/28] bsd-user: Add stubs for profil(2), ktrace(2), utrace(2) and ptrace(2)
` [PATCH v2 18/28] bsd-user: Implement getpriority(2) and setpriority(2)
` [PATCH v2 19/28] bsd-user: Implement get_filename_from_fd
` [PATCH v2 20/28] bsd-user: Implement freebsd_exec_common, used in implementing execve/fexecve
` [PATCH v2 21/28] bsd-user: Implement procctl(2) along with necessary conversion functions
` [PATCH v2 22/28] bsd-user: Implement execve(2) and fexecve(2) system calls
` [PATCH v2 23/28] bsd-user: Implement wait4(2) and wait6(2) "
` [PATCH v2 24/28] bsd-user: Implement setloginclass(2) and getloginclass(2) "
` [PATCH v2 25/28] bsd-user: Implement pdgetpid(2) and the undocumented setugid
` [PATCH v2 26/28] bsd-user: Implement fork(2) and vfork(2) system calls
` [PATCH v2 27/28] bsd-user: Implement rfork(2) system call
` [PATCH v2 28/28] bsd-user: Implement pdfork(2) "

[PATCH 00/21] q800: add support for booting MacOS Classic - part 2
 2023-09-20 18:38 UTC  (8+ messages)
` [PATCH 10/21] q800: add easc bool machine class property to switch between ASC and EASC

[PATCH v1 00/22] vfio: Adopt iommufd
 2023-09-20 18:19 UTC  (45+ messages)
` [PATCH v1 02/22] Update linux-header to support iommufd cdev and hwpt alloc
` [PATCH v1 04/22] vfio/common: Introduce vfio_container_add|del_section_window()
` [PATCH v1 05/22] vfio/common: Extract out vfio_kvm_device_[add/del]_fd
` [PATCH v1 06/22] vfio/common: Add a vfio device iterator
` [PATCH v1 07/22] vfio/common: Refactor vfio_viommu_preset() to be group agnostic
` [PATCH v1 08/22] vfio/common: Move legacy VFIO backend code into separate container.c
` [PATCH v1 09/22] vfio/container: Introduce vfio_[attach/detach]_device
` [PATCH v1 13/22] vfio: Add base container
` [PATCH v1 15/22] Add iommufd configure option
` [PATCH v1 17/22] util/char_dev: Add open_cdev()

[PULL 00/22] implement discard operation for Parallels images
 2023-09-20 17:55 UTC  (24+ messages)
` [PULL 01/22] parallels: fix formatting in bdrv_parallels initialization
` [PULL 02/22] parallels: mark driver as supporting CBT
` [PULL 03/22] parallels: fix memory leak in parallels_open()
` [PULL 04/22] parallels: invent parallels_opts_prealloc() helper to parse prealloc opts
` [PULL 05/22] parallels: return earler in fail_format branch in parallels_open()
` [PULL 06/22] parallels: return earlier from parallels_open() function on error
` [PULL 07/22] parallels: refactor path when we need to re-check image in parallels_open
` [PULL 08/22] parallels: create mark_used() helper which sets bit in used bitmap
` [PULL 09/22] tests: ensure that image validation will not cure the corruption
` [PULL 10/22] parallels: fix broken parallels_check_data_off()
` [PULL 11/22] parallels: add test which will validate data_off fixes through repair
` [PULL 12/22] parallels: collect bitmap of used clusters at open
` [PULL 13/22] tests: fix broken deduplication check in parallels format test
` [PULL 14/22] tests: test self-cure of parallels image with duplicated clusters
` [PULL 15/22] parallels: accept multiple clusters in mark_used()
` [PULL 16/22] parallels: update used bitmap in allocate_cluster
` [PULL 17/22] parallels: naive implementation of allocate_clusters with used bitmap
` [PULL 18/22] parallels: improve readability of allocate_clusters
` [PULL 19/22] parallels: naive implementation of parallels_co_pdiscard
` [PULL 20/22] tests: extend test 131 to cover availability of the discard operation
` [PULL 21/22] parallels: naive implementation of parallels_co_pwrite_zeroes
` [PULL 22/22] tests: extend test 131 to cover availability of the write-zeroes

Concerns regarding e17bebd049 ("dump: Set correct vaddr for ELF dump")
 2023-09-20 17:43 UTC  (4+ messages)

[PULL v2 00/28] Block layer patches
 2023-09-20 16:32 UTC 

[PATCH] cxl/vendor: update niagara to only build on linux, add KConfig options
 2023-09-20 15:50 UTC 

[RFC PATCH v2 00/21] QEMU gmem implemention
 2023-09-20 15:42 UTC  (8+ messages)
` [RFC PATCH v2 03/21] HostMem: Add private property and associate it with RAM_KVM_GMEM

[PATCH] target/i386: enumerate bit 56 of MSR_IA32_VMX_BASIC
 2023-09-20 15:41 UTC 

[PATCH v2 00/20] q800: add support for booting MacOS Classic - part 2
 2023-09-20 15:39 UTC  (4+ messages)
` [PATCH v2 07/20] audio: add Apple Sound Chip (ASC) emulation

[PATCH v3 0/6] Resolve TYPE_PIIX3_XEN_DEVICE
 2023-09-20 14:44 UTC  (8+ messages)
` [PATCH v3 2/6] hw/isa/piix3: Reuse piix3_realize() in piix3_xen_realize()

[PATCH v6 0/3] hw/{i2c,nvme}: mctp endpoint, nvme management interface model
 2023-09-20 14:36 UTC  (5+ messages)

[PATCH v2 0/3] hw/cxl: Misc small fixes
 2023-09-20 14:25 UTC  (4+ messages)
` [PATCH v2 2/3] hw/mem/cxl_type3: Add missing copyright and license notice

[PATCH 0/7] Steps towards enabling -Wshadow=local
 2023-09-20 13:38 UTC  (6+ messages)
` [PATCH 4/7] block/dirty-bitmap: Clean up local variable shadowing

[PATCH] riscv: Call set_satp_mode_max_supported in riscv_host_cpu_init
 2023-09-20 13:31 UTC  (3+ messages)

[PATCH 00/52] migration/rdma: Error handling fixes
 2023-09-20 13:22 UTC  (13+ messages)
` [PATCH 06/52] migration/rdma: Clean up two more harmless signed vs. unsigned issues
` [PATCH 12/52] migration/rdma: Drop qemu_rdma_search_ram_block() error handling
` [PATCH 20/52] migration/rdma: Drop dead qemu_rdma_data_init() code for !@host_port

[PATCH v2 0/3] Follow VirtIO initialization properly at vdpa net cvq isolation probing
 2023-09-20 13:08 UTC  (2+ messages)

[PATCH 1/2] migration: Fix rdma migration failed
 2023-09-20 13:01 UTC  (4+ messages)
` [PATCH 2/2] migration/rdma: zore out head.repeat to make the error more clear

[PATCH v4 0/1] Niagara MHSLD
 2023-09-20 12:52 UTC  (4+ messages)
` [PATCH v4 1/1] cxl/vendor: SK hynix Niagara Multi-Headed SLD Device

[Stable-8.0.5 00/70] v3 Patch Round-up for stable 8.0.5, freeze on 2023-09-19
 2023-09-20 12:18 UTC  (5+ messages)
` [Stable-8.0.5 59/70] include/exec: Provide the tswap() functions for target independent code, too
` [Stable-8.0.5 68/70] ui: fix crash when there are no active_console
` [Stable-8.0.5 69/70] s390x/ap: fix missing subsystem reset registration
` [Stable-8.0.5 70/70] tpm: fix crash when FD >= 1024 and unnecessary errors due to EINTR

[Stable-7.2.6 00/63] v3 Patch Round-up for stable 7.2.6, freeze on 2023-09-19
 2023-09-20 12:15 UTC  (13+ messages)
` [Stable-7.2.6 52/63] virtio: Drop out of coroutine context in virtio_load()
` [Stable-7.2.6 53/63] arm64: Restore trapless ptimer access
` [Stable-7.2.6 54/63] hw/char/riscv_htif: Fix printing of console characters on big endian hosts
` [Stable-7.2.6 55/63] hw/intc: Fix upper/lower mtime write calculation
` [Stable-7.2.6 56/63] hw/intc: Make rtc variable names consistent
` [Stable-7.2.6 57/63] linux-user/riscv: Use abi type for target_ucontext
` [Stable-7.2.6 58/63] hw/riscv: virt: Fix riscv,pmu DT node path
` [Stable-7.2.6 59/63] target/riscv/pmp.c: respect mseccfg.RLB for pmpaddrX changes
` [Stable-7.2.6 60/63] hw/tpm: TIS on sysbus: Remove unsupport ppi command line option
` [Stable-7.2.6 61/63] ui: fix crash when there are no active_console
` [Stable-7.2.6 62/63] s390x/ap: fix missing subsystem reset registration
` [Stable-7.2.6 63/63] tpm: fix crash when FD >= 1024 and unnecessary errors due to EINTR

[PATCH 1/1] migration: skip poisoned memory pages on "ram saving" phase
 2023-09-20 12:11 UTC  (7+ messages)
` [PATCH v2 0/1] Qemu crashes on VM migration after an handled memory error
  ` [PATCH v2 1/1] migration: skip poisoned memory pages on "ram saving" phase

[PATCH v13 0/9] rutabaga_gfx + gfxstream
 2023-09-20 12:04 UTC  (4+ messages)
` [PATCH v13 6/9] gfxstream + rutabaga: add initial support for gfxstream

[PATCH v23 00/20] s390x: CPU Topology
 2023-09-20 11:51 UTC  (16+ messages)
` [PATCH v23 01/20] CPU topology: extend with s390 specifics
` [PATCH v23 03/20] target/s390x/cpu topology: handle STSI(15) and build the SYSIB
` [PATCH v23 08/20] qapi/s390x/cpu topology: set-cpu-topology qmp command
` [PATCH v23 09/20] machine: adding s390 topology to query-cpu-fast
` [PATCH v23 11/20] qapi/s390x/cpu topology: CPU_POLARIZATION_CHANGE qapi event
` [PATCH v23 12/20] qapi/s390x/cpu topology: query-cpu-polarization qmp command

[PATCH v3 0/4] hw/cxl: Line length reduction and related
 2023-09-20 11:40 UTC  (4+ messages)
` [PATCH v3 2/4] hw/cxl: Use switch statements for read and write of cachemem registers

[PATCH v3 00/19] riscv: split TCG/KVM accelerators from cpu.c
 2023-09-20 11:20 UTC  (20+ messages)
` [PATCH v3 01/19] target/riscv: introduce TCG AccelCPUClass
` [PATCH v3 02/19] target/riscv: move riscv_cpu_realize_tcg() to TCG::cpu_realizefn()
` [PATCH v3 03/19] target/riscv: move riscv_cpu_validate_set_extensions() to tcg-cpu.c
` [PATCH v3 04/19] target/riscv: move riscv_tcg_ops "
` [PATCH v3 05/19] target/riscv/cpu.c: add .instance_post_init()
` [PATCH v3 06/19] target/riscv: move 'host' CPU declaration to kvm.c
` [PATCH v3 07/19] target/riscv/cpu.c: mark extensions arrays as 'const'
` [PATCH v3 08/19] target/riscv: move riscv_cpu_add_kvm_properties() to kvm.c
` [PATCH v3 09/19] target/riscv: make riscv_add_satp_mode_properties() public
` [PATCH v3 10/19] target/riscv: remove kvm-stub.c
` [PATCH v3 11/19] target/riscv: introduce KVM AccelCPUClass
` [PATCH v3 12/19] target/riscv: move KVM only files to kvm subdir
` [PATCH v3 13/19] target/riscv/kvm: do not use riscv_cpu_add_misa_properties()
` [PATCH v3 14/19] target/riscv/cpu.c: export set_misa()
` [PATCH v3 15/19] target/riscv/tcg: introduce tcg_cpu_instance_init()
` [PATCH v3 16/19] target/riscv/cpu.c: make misa_ext_cfgs[] 'const'
` [PATCH v3 17/19] target/riscv/tcg: move riscv_cpu_add_misa_properties() to tcg-cpu.c
` [PATCH v3 18/19] target/riscv/cpu.c: export isa_edata_arr[]
` [PATCH v3 19/19] target/riscv/cpu: move priv spec functions to tcg-cpu.c

[PATCH v4 0/3] Fix MCE handling on AMD hosts
 2023-09-20 11:13 UTC  (4+ messages)
` [PATCH v4 2/3] i386: Explicitly ignore unsupported BUS_MCEERR_AO MCE on AMD guest

[QEMU PATCH v5 00/13] Support blob memory and venus on qemu
 2023-09-20 10:18 UTC  (23+ messages)
` [QEMU PATCH v5 05/13] virtio-gpu: Configure context init for virglrenderer
` [QEMU PATCH v5 07/13] softmmu/memory: enable automatic deallocation of memory regions
` [QEMU PATCH v5 09/13] virtio-gpu: Handle resource blob commands
` [QEMU PATCH v5 10/13] virtio-gpu: Resource UUID
` [QEMU PATCH v5 11/13] virtio-gpu: Support Venus capset

stable-8.1.1: which bug do we keep?
 2023-09-20  9:17 UTC  (2+ messages)

[PATCH] ramfb: implement migration support
 2023-09-20  8:26 UTC 

[PATCH] ramfb: avoid potential leak
 2023-09-20  8:26 UTC 

[VIRTIO PCI PATCH v5 0/1] Add freeze_mode to virtio_pci_common_cfg
 2023-09-20  8:18 UTC  (16+ messages)
` [VIRTIO PCI PATCH v5 1/1] transport-pci: "
    ` [virtio-comment] "
      ` [virtio-dev] "
                        ` [virtio-comment] "

[PATCH v5 0/5] Support message-based DMA in vfio-user server
 2023-09-20  8:06 UTC  (6+ messages)
` [PATCH v5 1/5] softmmu: Per-AddressSpace bounce buffering
` [PATCH v5 2/5] softmmu: Support concurrent bounce buffers
` [PATCH v5 3/5] Update subprojects/libvfio-user
` [PATCH v5 4/5] vfio-user: Message-based DMA support
` [PATCH v5 5/5] vfio-user: Fix config space access byte order


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