qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-02-16 15:05:07 to 2024-02-18 08:34:57 UTC [more...]

[PATCH v2 00/11] virtio-sound migration part 1
 2024-02-18  8:33 UTC  (6+ messages)
` [PATCH v2 01/11] hw/audio/virtio-sound: return correct command response size
` [PATCH v2 03/11] hw/audio/virtio-sound: remove command and stream mutexes
` [PATCH v2 05/11] hw/audio/virtio-sound: free all stream buffers on reset
` [PATCH v2 06/11] hw/audio/virtio-sound: split out virtio_snd_pcm_start_stop()
` [PATCH v2 10/11] hw/audio/virtio-sound: add missing vmstate fields

[PATCH 00/10] virtio-sound migration part 1
 2024-02-18  8:19 UTC  (4+ messages)
` [PATCH 05/10] hw/audio/virtio-sound: return correct command response size

[PATCH v2] tap-win32: Remove unnecessary stubs
 2024-02-18  7:31 UTC  (2+ messages)

[PATCH] ui/vnc: Respect bound console
 2024-02-18  7:24 UTC  (3+ messages)

[PATCH v3] vl: Print display options for -display help
 2024-02-18  7:22 UTC  (2+ messages)

[PATCH v3 0/8] util: Introduce qemu_get_runtime_dir()
 2024-02-18  7:19 UTC  (2+ messages)

[RFC PATCH] target/loongarch/kvm: Add software breakpoint support
 2024-02-18  7:00 UTC 

[PATCH v3] hw/core: Unify hotplug decision logic
 2024-02-18  6:57 UTC 

[PATCH v2] qdev: Report an error for machine without HotplugHandler
 2024-02-18  5:47 UTC  (7+ messages)

[PATCH v5 00/11] hw/pci: SR-IOV related fixes and improvements
 2024-02-18  4:56 UTC  (12+ messages)
` [PATCH v5 01/11] hw/nvme: Use pcie_sriov_num_vfs()
` [PATCH v5 02/11] pcie_sriov: Validate NumVFs
` [PATCH v5 03/11] hw/pci: Use -1 as a default value for rombar
` [PATCH v5 04/11] hw/pci: Determine if rombar is explicitly enabled
` [PATCH v5 05/11] vfio: Avoid inspecting option QDict for rombar
` [PATCH v5 06/11] hw/qdev: Remove opts member
` [PATCH v5 07/11] pcie_sriov: Reset SR-IOV extended capability
` [PATCH v5 08/11] pcie_sriov: Do not reset NumVFs after disabling VFs
` [PATCH v5 09/11] hw/pci: Always call pcie_sriov_pf_reset()
` [PATCH v5 10/11] hw/pci: Rename has_power to enabled
` [PATCH v5 11/11] pcie_sriov: Reuse SR-IOV VF device instances

FW: [PATCH] vhost-user: add VIRTIO_F_IN_ORDER and VIRTIO_F_NOTIFICATION_DATA feature
 2024-02-18  1:55 UTC  (12+ messages)
      ` 回复: "
                    ` 回复: "

[PATCH v7] Emulate dip switch language layout settings on SUN keyboard
 2024-02-17 22:28 UTC  (14+ messages)
      ` [PATCH v8] "
        ` [PATCH v1] Allowing setting and overriding parameters in smb.conf
                    ` [PATCH v2] "
                      ` Ping: "
                        ` Ping 2: "

[PATCH 0/6] hw: Remove sysbus_address_space()
 2024-02-17 20:45 UTC  (15+ messages)
` [PATCH 1/6] hw/arm: Inline sysbus_create_simple(PL110 / PL111)
` [PATCH 2/6] hw/display/pl110: Pass frame buffer memory region as link property
` [PATCH 3/6] hw/arm/exynos4210: Inline sysbus_create_varargs(EXYNOS4210_FIMD)
` [PATCH 4/6] hw/display/exynos4210_fimd: Pass frame buffer memory region as link
` [PATCH 5/6] hw/i386/kvmvapic: Inline sysbus_address_space()
` [PATCH 6/6] hw/sysbus: Remove now unused sysbus_address_space()

[PATCH v3 00/11] gdbstub: Implement follow-fork-mode child
 2024-02-17 20:36 UTC  (18+ messages)
` [PATCH v3 01/11] gdbstub: Support disablement in a multi-threaded process
` [PATCH v3 02/11] {linux,bsd}-user: Update ts_tid after fork()
` [PATCH v3 03/11] gdbstub: Introduce gdbserver_fork_start()
` [PATCH v3 04/11] {linux,bsd}-user: Pass pid to fork_end()
` [PATCH v3 05/11] {linux,bsd}-user: Pass pid to gdbserver_fork()
` [PATCH v3 06/11] gdbstub: Call gdbserver_fork() both in parent and in child
` [PATCH v3 07/11] gdbstub: Introduce gdb_handle_query_supported_user()

[PATCH 1/1] target/riscv: Clear vstart_qe_zero flag
 2024-02-17 19:34 UTC  (3+ messages)

[PATCH v2 0/6] libqos, riscv: libqos fixes, add riscv machine
 2024-02-17 19:26 UTC  (7+ messages)
` [PATCH v2 1/6] libqos/virtio.c: init all elems in qvring_indirect_desc_setup()
` [PATCH v2 2/6] libqos/virtio.c: fix 'avail_event' offset in qvring_init()
` [PATCH v2 3/6] hw/riscv/virt.c: create '/soc/pci@...' fdt node earlier
` [PATCH v2 4/6] hw/riscv/virt.c: add virtio-iommu-pci hotplug support
` [PATCH v2 5/6] hw/riscv/virt.c: make aclint compatible with 'qtest' accel
` [PATCH v2 6/6] tests/libqos: add riscv/virt machine nodes

[PATCH v5 00/10] Optimize buffer_is_zero
 2024-02-17 19:21 UTC  (17+ messages)
` [PATCH v5 01/10] util/bufferiszero: Remove SSE4.1 variant
` [PATCH v5 02/10] util/bufferiszero: Remove AVX512 variant
` [PATCH v5 03/10] util/bufferiszero: Reorganize for early test for acceleration
` [PATCH v5 04/10] util/bufferiszero: Remove useless prefetches
` [PATCH v5 05/10] util/bufferiszero: Optimize SSE2 and AVX2 variants
` [PATCH v5 06/10] util/bufferiszero: Improve scalar variant
` [PATCH v5 07/10] util/bufferiszero: Introduce biz_accel_fn typedef
` [PATCH v5 08/10] util/bufferiszero: Simplify test_buffer_is_zero_next_accel
` [PATCH v5 09/10] util/bufferiszero: Add simd acceleration for aarch64
` [PATCH v5 10/10] tests/bench: Add bufferiszero-bench

QEMU development setup
 2024-02-17 18:52 UTC 

[RFC PATCH 0/6] Improve the performance of RISC-V vector unit-stride ld/st instructions
 2024-02-17 17:27 UTC  (14+ messages)
` [RFC PATCH 2/6] accel/tcg: Avoid uncessary call overhead from qemu_plugin_vcpu_mem_cb
` [RFC PATCH 3/6] target/riscv: Inline vext_ldst_us and coressponding function for performance
` [RFC PATCH 4/6] accel/tcg: Inline cpu_mmu_lookup function

[PATCH] ui/cocoa: Fix incorrect window clipping on macOS Sonoma
 2024-02-17 15:58 UTC 

[PATCH] scsi: megasas: Internal cdbs have 16-byte length
 2024-02-17 15:36 UTC  (4+ messages)

[PATCH] Print tool binary names in ./configure --help
 2024-02-17 13:19 UTC 

[PATCH 00/23] maintainer updates for 9.0 pre-PR (tests, plugin register support)
 2024-02-17 11:36 UTC  (26+ messages)
` [PATCH 01/23] tests/tcg: update licenses to GPLv2 as intended
` [PATCH 02/23] target/arm: Use GDBFeature for dynamic XML
` [PATCH 03/23] target/ppc: "
` [PATCH 04/23] target/riscv: "
` [PATCH 05/23] gdbstub: Use GDBFeature for gdb_register_coprocessor
` [PATCH 06/23] gdbstub: Use GDBFeature for GDBRegisterState
` [PATCH 07/23] gdbstub: Change gdb_get_reg_cb and gdb_set_reg_cb
` [PATCH 08/23] gdbstub: Simplify XML lookup
` [PATCH 09/23] gdbstub: Infer number of core registers from XML
` [PATCH 10/23] hw/core/cpu: Remove gdb_get_dynamic_xml member
` [PATCH 11/23] gdbstub: Add members to identify registers to GDBFeature
` [PATCH 12/23] plugins: remove previous n_vcpus functions from API
` [PATCH 13/23] plugins: add qemu_plugin_num_vcpus function
` [PATCH 14/23] plugins: fix order of init/idle/resume callback
` [PATCH 15/23] cpu: call plugin init hook asynchronously
` [PATCH 16/23] plugins: Use different helpers when reading registers
` [PATCH 17/23] gdbstub: expose api to find registers
` [PATCH 18/23] plugins: add an API to read registers
` [PATCH 19/23] contrib/plugins: fix imatch
` [PATCH 20/23] contrib/plugins: extend execlog to track register changes
` [PATCH 21/23] docs/devel: lift example and plugin API sections up
` [PATCH 22/23] docs/devel: document some plugin assumptions
` [PATCH 23/23] docs/devel: plugins can trigger a tb flush

[PATCH v4 0/9] hw/pci: SR-IOV related fixes and improvements
 2024-02-17 11:32 UTC  (7+ messages)
` [PATCH v4 5/9] pcie_sriov: Validate NumVFs

[PATCH v11 0/6] ui/cocoa: Use NSWindow's ability to resize
 2024-02-17 11:18 UTC  (7+ messages)
` [PATCH v11 1/6] ui/cocoa: Release specific mouse buttons
` [PATCH v11 2/6] ui/cocoa: Scale with NSView instead of Core Graphics
` [PATCH v11 3/6] ui/cocoa: Let the platform toggle fullscreen
` [PATCH v11 4/6] ui/cocoa: Make window resizable
` [PATCH v11 5/6] ui/cocoa: Call console_select() with the BQL
` [PATCH v11 6/6] ui/cocoa: Remove stretch_video flag

[PATCH] hw/i386/pc_q35: Populate interrupt handlers before realizing LPC PCI function
 2024-02-17 10:46 UTC 

[PATCH v2] tests/cdrom-test: Add cdrom test for LoongArch virt machine
 2024-02-17 10:02 UTC 

[PATCH v3 0/9] mips: do not list individual devices from configs/
 2024-02-17  9:49 UTC  (4+ messages)
` [PATCH v3 1/9] usb: inline device creation functions

[PATCH] target/i386: Eip error in x86_64-softmmu
 2024-02-17  9:21 UTC  (2+ messages)

[PATCH] vdpa: set old virtio status at cvq isolation probing end
 2024-02-17  9:17 UTC  (2+ messages)

[PATCH] xen/pt: fix igd passthrough for pc machine with xen accelerator
 2024-02-17  9:11 UTC  (6+ messages)

[PATCH v2 0/7] Introduce multifd zero page checking
 2024-02-16 23:49 UTC  (9+ messages)
` [PATCH v2 1/7] migration/multifd: Add new migration option zero-page-detection
` [PATCH v2 2/7] migration/multifd: Support for zero pages transmission in multifd format
` [PATCH v2 3/7] migration/multifd: Zero page transmission on the multifd thread
` [PATCH v2 4/7] migration/multifd: Enable zero page checking from multifd threads
` [PATCH v2 5/7] migration/multifd: Add new migration test cases for legacy zero page checking
` [PATCH v2 6/7] migration/multifd: Add zero pages and zero bytes counter to migration status interface
` [PATCH v2 7/7] Update maintainer contact for migration multifd zero page checking acceleration

[PATCH] tests/cdrom-test: Add cdrom test for LoongArch virt machine
 2024-02-17  3:51 UTC  (5+ messages)

[PATCH] i386: load kernel on xen using DMA
 2024-02-17  3:22 UTC  (3+ messages)

[PATCH v2 0/3] riscv: set vstart_eq_zero on mark_vs_dirty
 2024-02-17  2:36 UTC  (8+ messages)
` [PATCH v2 1/3] trans_rvv.c.inc: write CSRs must call mark_vs_dirty() too
` [PATCH v2 3/3] target/riscv/translate.c: set vstart_eq_zero in mark_vs_dirty()

[PATCH v2] target: hppa: Fix unaligned double word accesses for hppa64
 2024-02-17  1:58 UTC 

[PATCH v3 0/3] hw/i2c: smbus: Reset fixes
 2024-02-17  1:04 UTC  (5+ messages)
` [PATCH v3 1/3] hw/i2c: core: Add reset

[PATCH RFC 0/8] Add Counter delegation ISA extension support
 2024-02-17  0:01 UTC  (9+ messages)
` [PATCH RFC 1/8] target/riscv: Add properties for Indirect CSR Access extension
` [PATCH RFC 2/8] target/riscv: Decouple AIA processing from xiselect and xireg
` [PATCH RFC 3/8] target/riscv: Enable S*stateen bits for AIA
` [PATCH RFC 4/8] target/riscv: Support generic CSR indirect access
` [PATCH RFC 5/8] target/riscv: Add smcdeleg/ssccfg properties
` [PATCH RFC 6/8] target/riscv: Add counter delegation definitions
` [PATCH RFC 7/8] target/riscv: Add select value range check for counter delegation
` [PATCH RFC 8/8] target/riscv: Add counter delegation/configuration support

[PATCH v4 00/10] Optimize buffer_is_zero
 2024-02-16 22:28 UTC  (9+ messages)

[PATCH] tcg/aarch64: Apple does not align __int128_t in even registers
 2024-02-16 21:45 UTC 

[PATCH 00/13] esp: avoid explicit setting of DRQ within ESP state machine
 2024-02-16 21:06 UTC  (14+ messages)
` [PATCH 01/13] esp.c: replace cmdfifo use of esp_fifo_pop_buf() in do_command_phase()
` [PATCH 02/13] esp.c: replace cmdfifo use of esp_fifo_pop_buf() in do_message_phase()
` [PATCH 03/13] esp.c: replace cmdfifo use of esp_fifo_pop() "
` [PATCH 04/13] esp.c: change esp_fifo_push() to take ESPState
` [PATCH 05/13] esp.c: change esp_fifo_pop() "
` [PATCH 06/13] esp.c: use esp_fifo_push() instead of fifo8_push()
` [PATCH 07/13] esp.c: change esp_fifo_pop_buf() to take ESPState
` [PATCH 08/13] esp.c: introduce esp_fifo_push_buf() function for pushing to the FIFO
` [PATCH 09/13] esp.c: move esp_set_phase() and esp_get_phase() towards the beginning of the file
` [PATCH 10/13] esp.c: introduce esp_update_drq() and update esp_fifo_{push, pop}_buf() to use it
` [PATCH 11/13] esp.c: update esp_fifo_{push, pop}() to call esp_update_drq()
` [PATCH 12/13] esp.c: ensure esp_pdma_write() always calls esp_fifo_push()
` [PATCH 13/13] esp.c: remove explicit setting of DRQ within ESP state machine

[PATCH] qapi: Misc cleanups to migrate QAPIs
 2024-02-16 19:56 UTC 

[PATCH v2 0/2] Misc: Make watchdog devices using qemu_system_reset_request() use watchdog_perfom_action()
 2024-02-16 19:26 UTC  (3+ messages)
` [PATCH v2 1/2] misc: m48t59: replace qemu_system_reset_request() call with watchdog_perform_action()
` [PATCH v2 2/2] misc: pxa2xx_timer: "

[PATCH v3 0/6] target/arm: assorted mte fixes
 2024-02-16 19:17 UTC  (4+ messages)
` [PATCH v3 3/6] target/arm: Adjust and validate mtedesc sizem1

[PATCH v3 0/3] hw/cxl/cxl-mailbox-utils: Add feature commands, device patrol scrub control and DDR5 ECS control features
 2024-02-16 18:30 UTC  (7+ messages)
` [PATCH v3 1/3] hw/cxl/cxl-mailbox-utils: Add support for feature commands (8.2.9.6)
` [PATCH v3 2/3] hw/cxl/cxl-mailbox-utils: Add device patrol scrub control feature
` [PATCH v3 3/3] hw/cxl/cxl-mailbox-utils: Add device DDR5 ECS "

[PATCH 0/3] Misc: Make watchdog devices using qemu_system_reset_request() use watchdog_perfom_action()
 2024-02-16 18:27 UTC  (7+ messages)
` [PATCH 1/3] misc: m48t59: replace qemu_system_reset_request() call with watchdog_perform_action()
` [PATCH 3/3] misc: ppc/spapr: replace qemu_system_reset_request() calls "

[PATCH] configure: do not require gcc runtime library for firmwares
 2024-02-16 18:12 UTC 

[RFC] Convert VMWARE vmdk (snapshot) to raw disk
 2024-02-16 17:49 UTC 

[PATCH v2 0/3] hw/cxl/cxl-mailbox-utils: Add feature commands, device patrol scrub control and DDR5 ECS control features
 2024-02-16 17:35 UTC  (5+ messages)
` [PATCH v2 2/3] hw/cxl/cxl-mailbox-utils: Add device patrol scrub control feature

[PATCH 00/14] migration: Improve error reporting
 2024-02-16 17:35 UTC  (14+ messages)
` [PATCH 13/14] migration: Use migrate_has_error() in close_return_path_on_source()
` [RFC PATCH 14/14] migration: Fix return-path thread exit

[PATCH v3 0/3] Hexagon (target/hexagon) Only pass env to generated helper when needed
 2024-02-16 17:22 UTC  (6+ messages)
` [PATCH v3 1/3] Hexagon (target/hexagon) Pass P0 explicitly to helpers that need it
` [PATCH v3 2/3] Hexagon (target/hexagon) Pass SP "

[PATCH v4 00/18] TCG Plugin inline operation enhancement
 2024-02-16 16:20 UTC  (2+ messages)

[PATCH] .gitlab-ci/windows.yml: Don't install libusb or spice packages on 32-bit
 2024-02-16 15:47 UTC  (4+ messages)

[PATCH v3 0/6] riscv: named features riscv,isa, 'svade' rework
 2024-02-16 15:08 UTC  (9+ messages)
` [PATCH v3 3/6] target/riscv: add remaining named features

[PATCH v2] hw/hppa/Kconfig: Fix building with "configure --without-default-devices"
 2024-02-16 15:06 UTC  (2+ messages)

[PATCH 0/4] RISC-V: Implement CSR tcontrol in debug spec
 2024-02-16 15:05 UTC  (6+ messages)
` [PATCH 1/4] target/riscv: Add CSR tcontrol of debug trigger module


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