qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-06-28 06:20:20 to 2023-06-28 15:55:02 UTC [more...]

[PULL 00/30] Accelerator patches for 2023-06-28
 2023-06-28 15:52 UTC  (5+ messages)
` [PULL 01/30] MAINTAINERS: Update Roman Bolshakov email address
` [PULL 04/30] accel: Document generic accelerator headers
` [PULL 07/30] accel: Destroy HAX vCPU threads once done
` [PULL 08/30] accel: Rename 'hax_vcpu' as 'accel' in CPUState

[PATCH v3 0/6] net/tap: Fix QEMU frozen issue when the maximum number of file descriptors is very large
 2023-06-28 15:40 UTC  (6+ messages)
` [PATCH v3 4/6] util/osdep: Introduce qemu_close_range()

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

[PULL 00/10] qemu-sparc queue 20230628
 2023-06-28 15:29 UTC  (14+ messages)
` [PULL 01/10] Revert "hw/sparc64/niagara: Use blk_name() instead of open-coding it"
` [PULL 02/10] target/sparc: Use tcg_gen_lookup_and_goto_ptr in gen_goto_tb
` [PULL 03/10] target/sparc: Fix npc comparison in sparc_tr_insn_start
` [PULL 04/10] target/sparc: Drop inline markers from translate.c
` [PULL 05/10] target/sparc: Introduce DYNAMIC_PC_LOOKUP
` [PULL 06/10] target/sparc: Use DYNAMIC_PC_LOOKUP for conditional branches
` [PULL 07/10] target/sparc: Use DYNAMIC_PC_LOOKUP for JMPL
` [PULL 08/10] target/sparc: Use DYNAMIC_PC_LOOKUP for v9 RETURN
` [PULL 09/10] target/sparc: Use tcg_gen_lookup_and_goto_ptr for v9 WRASI
` [PULL 10/10] escc: emulate dip switch language layout settings on SUN keyboard

[PULL 0/1] virtio: regression fix
 2023-06-28 15:29 UTC  (4+ messages)
` [PULL 1/1] net/vhost-net: do not assert on null pointer return from tap_get_vhost_net()

[PATCH v2 0/2] vfio/migration: Make VFIO migration non-experimental
 2023-06-28 15:17 UTC  (7+ messages)
` [PATCH v2 1/2] vfio/migration: Reset bytes_transferred properly
` [PATCH v2 2/2] vfio/migration: Make VFIO migration non-experimental

[PATCH v3 0/6] target/ppc: Few cleanups in kvm_ppc.h
 2023-06-28 15:05 UTC  (7+ messages)
` [PATCH v3 1/6] target/ppc: Have 'kvm_ppc.h' include 'sysemu/kvm.h'
` [PATCH v3 2/6] target/ppc: Reorder #ifdef'ry in kvm_ppc.h
` [PATCH v3 3/6] target/ppc: Move CPU QOM definitions to cpu-qom.h

[RESEND PATCH v5 0/5] test and QEMU fixes to ensure proper PCIE device usage
 2023-06-28 15:02 UTC  (9+ messages)
` [RESEND PATCH v5 5/5] hw/pci: ensure PCIE devices are plugged into only slot 0 of PCIE port

[PATCH] net/vhost-net: do not assert on null pointer return from tap_get_vhost_net()
 2023-06-28 14:52 UTC  (6+ messages)

[PULL 00/23] Block layer patches
 2023-06-28 14:15 UTC  (24+ messages)
` [PULL 01/23] iotests: Test active commit with iothread and background I/O
` [PULL 02/23] qdev-properties-system: Lock AioContext for blk_insert_bs()
` [PULL 03/23] test-block-iothread: "
` [PULL 04/23] block: Fix AioContext locking in bdrv_open_child()
` [PULL 05/23] block: Fix AioContext locking in bdrv_attach_child_common()
` [PULL 06/23] block: Fix AioContext locking in bdrv_reopen_parse_file_or_backing()
` [PULL 07/23] block: Fix AioContext locking in bdrv_open_inherit()
` [PULL 08/23] block: Fix AioContext locking in bdrv_open_backing_file()
` [PULL 09/23] blockjob: Fix AioContext locking in block_job_add_bdrv()
` [PULL 10/23] graph-lock: Unlock the AioContext while polling
` [PULL 11/23] Revert "graph-lock: Disable locking for now"
` [PULL 12/23] file-posix: remove incorrect coroutine_fn calls
` [PULL 13/23] qed: mark more functions as coroutine_fns and GRAPH_RDLOCK
` [PULL 14/23] vpc: "
` [PULL 15/23] bochs: "
` [PULL 16/23] block: mark another function as coroutine_fns and GRAPH_UNLOCKED
` [PULL 17/23] cloop: mark more functions as coroutine_fns and GRAPH_RDLOCK
` [PULL 18/23] dmg: "
` [PULL 19/23] vmdk: "
` [PULL 20/23] vhdx: "
` [PULL 21/23] qcow2: "
` [PULL 22/23] block: use bdrv_co_getlength in coroutine context
` [PULL 23/23] block: use bdrv_co_debug_event "

[PATCH] hw: arm: allwinner-sramc: Set class_size
 2023-06-28 14:09 UTC  (3+ messages)

[PULL 0/7] hw/nvme updates
 2023-06-28 13:49 UTC  (9+ messages)
` [PULL 1/7] hw/nvme: add comment for nvme-ns properties
` [PULL 2/7] hw/nvme: consider COPY command in nvme_aio_err
` [PULL 3/7] hw/nvme: check maximum copy length (MCL) for COPY
` [PULL 4/7] hw/nvme: fix verification of number of ruhis
` [PULL 5/7] hw/nvme: verify uniqueness of reclaim unit handle identifiers
` [PULL 6/7] hw/nvme: add placement handle list ranges
` [PULL 7/7] docs: update hw/nvme documentation for TP4146

[PATCH v4 0/4] hw/smbios: Cleanup topology related variables
 2023-06-28 13:54 UTC  (5+ messages)
` [PATCH v4 1/4] machine: Add helpers to get cores/threads per socket
` [PATCH v4 2/4] hw/smbios: Fix smbios_smp_sockets caculation
` [PATCH v4 3/4] hw/smbios: Fix thread count in type4
` [PATCH v4 4/4] hw/smbios: Fix core "

[PATCH 2/2] target/riscv: Optimize ambiguous local variable in pmp_hart_has_privs
 2023-06-28 13:27 UTC  (2+ messages)

[PATCH 1/2] target/riscv: Remove redundant check in pmp_is_locked
 2023-06-28 13:21 UTC  (2+ messages)

[PATCH 0/2] improve accuracy in riscv-pmp
 2023-06-28  7:22 UTC 

QEMU assert (was: [xen-unstable test] 181558: regressions - FAIL)
 2023-06-28 13:30 UTC  (2+ messages)

[PATCH] i386/WHPX: Fix error message when fail to set ProcessorCount
 2023-06-28 13:04 UTC  (4+ messages)

ARI and igb emulation
 2023-06-28 12:49 UTC  (8+ messages)

[PATCH v3] acpi/tests/bios-tables-test: make iasl tool handling simpler
 2023-06-28 12:17 UTC  (7+ messages)

[PATCH] gdbstub: Permit reverse step/break to provide stop response
 2023-06-28 12:16 UTC  (2+ messages)

[PATCH 0/3] Add symbols for memory listener priority
 2023-06-28 12:12 UTC  (2+ messages)

Azure infrastructure update
 2023-06-28 12:07 UTC  (4+ messages)

[PATCH v16 0/9] TCG code quality tracking
 2023-06-28 12:04 UTC  (10+ messages)
` [PATCH v16 1/9] accel/tcg: introduce TBStatistics structure
` [PATCH v16 2/9] accel: collecting TB execution count
` [PATCH v16 3/9] accel/tcg: add jit stats to TBStatistics
` [PATCH v16 4/9] monitor: adding tb_stats hmp command
` [PATCH v16 5/9] tb-stats: reset the tracked TBs on a tb_flush
` [PATCH v16 6/9] tb-stats: Adding info [tb-list|tb] commands to HMP
` [PATCH v16 7/9] debug: add -d tb_stats to control TBStatistics
` [PATCH v16 8/9] tb-stats: dump hot TBs at the end of the execution
` [PATCH v16 9/9] docs: add tb-stats how to

[PATCH 0/2] accel: Re-enable WHPX cross-build on case sensitive filesystems
 2023-06-28 12:01 UTC  (2+ messages)

[PATCH v3 00/16] accel: Share CPUState accel context (HAX/NVMM/WHPX/HVF)
 2023-06-28 11:58 UTC  (4+ messages)
` [PATCH v3 01/16] MAINTAINERS: Update Roman Bolshakov email address

[PATCH v2] piix: fix regression during unplug in Xen HVM domUs
 2023-06-28  9:27 UTC  (10+ messages)

[PATCH v6 0/9] migration: Modify 'migrate' and 'migrate-incoming' QAPI commands for migration
 2023-06-28 11:15 UTC  (4+ messages)
` [PATCH v6 1/9] migration: introduced 'MigrateAddress' in QAPI for migration wire protocol

[PATCH] net: add initial support for AF_XDP network backend
 2023-06-28 11:15 UTC  (13+ messages)

[PULL 00/53] virtio,pc,pci: fixes, features, cleanups
 2023-06-28 10:50 UTC  (7+ messages)
` [PULL 52/53] vhost_net: add an assertion for TAP client backends

[patch] trivial: man page: document display::gtk::zoom-to-fit
 2023-06-28 10:23 UTC 

[PATCH qemu] aspeed add montblanc bmc reference from fuji
 2023-06-28 10:07 UTC  (3+ messages)

[PATCH v3 0/3] Add SCMI vhost-user VIRTIO device
 2023-06-28 10:05 UTC  (4+ messages)
` [PATCH v3 1/3] hw/virtio: Add boilerplate for vhost-user-scmi device
` [PATCH v3 2/3] hw/virtio: Add vhost-user-scmi-pci boilerplate
` [PATCH v3 3/3] tests/qtest: enable tests for virtio-scmi

[PATCH v3 0/8] target/sparc: Use tcg_gen_lookup_and_goto_ptr
 2023-06-28  9:48 UTC  (12+ messages)
` [PATCH v3 1/8] target/sparc: Use tcg_gen_lookup_and_goto_ptr in gen_goto_tb
` [PATCH v3 2/8] target/sparc: Fix npc comparison in sparc_tr_insn_start
` [PATCH v3 3/8] target/sparc: Drop inline markers from translate.c
` [PATCH v3 4/8] target/sparc: Introduce DYNAMIC_PC_LOOKUP
` [PATCH v3 5/8] target/sparc: Use DYNAMIC_PC_LOOKUP for conditional branches
` [PATCH v3 6/8] target/sparc: Use DYNAMIC_PC_LOOKUP for JMPL
` [PATCH v3 7/8] target/sparc: Use DYNAMIC_PC_LOOKUP for v9 RETURN
` [PATCH v3 8/8] target/sparc: Use tcg_gen_lookup_and_goto_ptr for v9 WRASI

[PATCH v2 0/4] target/ppc: Catch invalid real address accesses
 2023-06-28  9:38 UTC  (6+ messages)
` [PATCH v2 3/4] target/ppc: Make checkstop actually stop the system
` [PATCH v2 4/4] target/ppc: Implement attn instruction on BookS 64-bit processors

[PATCH 0/8] colo migration cleanups
 2023-06-28  9:30 UTC  (3+ messages)
` [PATCH 2/8] colo: Setup ram cache in normal migration path

[PULL 00/33] UI patches
 2023-06-28  9:22 UTC  (5+ messages)
` [PULL 04/33] virtio-gpu: Optimize 2D resource data transfer

[PATCH v3 00/36] maintainer omnibus: testing, fuzz, plugins, documentation, gdbstub (pre-PR)
 2023-06-28  9:20 UTC  (9+ messages)
` [PATCH v3 15/36] tests/docker: convert riscv64-cross to lcitool
` [PATCH v3 17/36] plugins: force slow path when plugins instrument memory ops
` [PATCH v3 28/36] gdbstub: clean-up vcont handling to avoid goto

[PATCH v5 00/15] Add RISC-V vector cryptographic instruction set support
 2023-06-28  9:14 UTC  (5+ messages)
` [PATCH v6 09/15] target/riscv: Add Zvkned ISA extension support
` [PATCH v6 10/15] target/riscv: Add Zvknh "

[PATCH] pc-bios/s390-ccw: Get rid of the the __u* types
 2023-06-28  8:35 UTC  (4+ messages)

[PATCH v5 00/19] target/riscv, KVM: fixes and enhancements
 2023-06-28  8:14 UTC  (12+ messages)
` [PATCH v5 01/19] target/riscv: skip features setup for KVM CPUs
` [PATCH v5 11/19] target/riscv/cpu: add misa_ext_info_arr[]
` [PATCH v5 16/19] target/riscv/cpu.c: create KVM mock properties

[PATCH 0/2] target/riscv: Only build qemu-system-riscv$$ on rv$$ host
 2023-06-28  7:55 UTC  (3+ messages)

[PATCH] linux-user/elfload: Fix /proc/cpuinfo features: on s390x
 2023-06-28  7:49 UTC  (2+ messages)

[PATCH 00/12] block: more fixes to coroutine_fn marking
 2023-06-28  7:47 UTC  (4+ messages)
` [PATCH 09/12] vhdx: mark more functions as coroutine_fns and GRAPH_RDLOCK

[PATCH] target/ppc: Only generate decodetree files when TCG is enabled
 2023-06-28  7:46 UTC  (2+ messages)

[PATCH v2 0/3] block: remove separate bdrv_file_open callback
 2023-06-28  7:40 UTC  (3+ messages)
` [PATCH v2 3/3] "

[PATCH v2] contrib/gitdm: add domain-map for Cestc
 2023-06-28  7:22 UTC 

[PATCH 0/4] target/ppc: Catch invalid real address accesses
 2023-06-28  7:17 UTC  (12+ messages)

[PATCH v2 0/8] target/sparc: Use tcg_gen_lookup_and_goto_ptr
 2023-06-28  7:05 UTC  (4+ messages)
` [PATCH v2 3/8] target/sparc: Drop inline markers from translate.c

[PATCH 0/4] target/arm: Fix SME full tile indexing
 2023-06-28  6:54 UTC  (3+ messages)

[PATCH] linux-user: Fix do_shmat type errors
 2023-06-28  6:47 UTC  (2+ messages)

[PATCH v6 0/3] Implement the watchdog timer of HiFive 1 rev b
 2023-06-28  6:42 UTC  (3+ messages)
` [PATCH v6 2/3] hw/riscv: sifive_e: Support "

[PATCH v2 0/4] target/riscv: Misc header cleanups
 2023-06-28  6:32 UTC  (5+ messages)
` [PATCH v2 1/4] target/riscv: Remove unused 'instmap.h' header in translate.c
` [PATCH v2 2/4] target/riscv: Restrict sysemu specific header to user emulation
` [PATCH v2 3/4] target/riscv: Restrict 'rv128' machine to TCG accelerator
` [PATCH v2 4/4] target/riscv: Restrict riscv_cpu_do_interrupt() to sysemu

[PATCH v2 00/17] Support smp.clusters for x86
 2023-06-28  6:21 UTC  (3+ messages)
` [PATCH v2 02/17] tests: Rename test-x86-cpuid.c to test-x86-topo.c


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