qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-06-09 10:00:14 to 2022-06-09 16:23:22 UTC [more...]

[PATCH v4 00/10] Implement bdrv_{pread, pwrite, pwrite_sync, pwrite_zeroes}() using generated_co_wrapper
 2022-06-09 15:14 UTC  (6+ messages)
` [PATCH v4 02/10] block: Change bdrv_{pread, pwrite, pwrite_sync}() param order
` [PATCH v4 03/10] block: Make bdrv_{pread, pwrite}() return 0 on success
` [PATCH v4 05/10] block: Make bdrv_co_pwrite() take a const buffer
` [PATCH v4 06/10] block: Make 'bytes' param of bdrv_co_{pread, pwrite, preadv, pwritev}() an int64_t
` [PATCH v4 07/10] block: Implement bdrv_{pread, pwrite, pwrite_zeroes}() using generated_co_wrapper

[PATCH v2 00/25] target/arm: tidy exception routing
 2022-06-09 16:00 UTC  (3+ messages)
` [PATCH v2 04/25] target/arm: Move exception_target_el out of line

[PATCH 00/20] migration: remove QEMUFileOps concept and assume use of QIOChannel
 2022-06-09 15:01 UTC  (20+ messages)
` [PATCH 04/20] migration: rename rate limiting fields in QEMUFile
` [PATCH 05/20] migration: rename 'pos' field in QEMUFile to 'bytes_processed'
` [PATCH 06/20] migration: rename qemu_ftell to qemu_file_total_transferred
` [PATCH 07/20] migration: rename qemu_update_position to qemu_file_credit_transfer
` [PATCH 09/20] migration: convert savevm to use QIOChannelBlock for VMState
` [PATCH 10/20] migration: stop passing 'opaque' parameter to QEMUFile hooks
` [PATCH 11/20] migration: hardcode assumption that QEMUFile is backed with QIOChannel

[PATCH v4 0/7] copy-before-write: on-cbw-error and cbw-timeout
 2022-06-09 15:15 UTC  (4+ messages)

[PATCH v5 00/10] Implement bdrv_{pread, pwrite, pwrite_sync, pwrite_zeroes}() using generated_co_wrapper
 2022-06-09 15:27 UTC  (5+ messages)
` [PATCH v5 02/10] block: Change bdrv_{pread, pwrite, pwrite_sync}() param order
` [PATCH v5 04/10] crypto: Make block callbacks return 0 on success
` [PATCH v5 09/10] block: Use bdrv_co_pwrite_sync() when caller is coroutine_fn
` [PATCH v5 10/10] block/qcow2: Use bdrv_pwrite_sync() in qcow2_mark_dirty()

[PATCH 0/4] virtio: various cleanups to reset code
 2022-06-09 14:44 UTC  (10+ messages)
` [PATCH 1/4] s390x: simplify virtio_ccw_reset_virtio
` [PATCH 2/4] virtio-mmio: stop ioeventfd on legacy reset
` [PATCH 3/4] virtio: stop ioeventfd on reset
` [PATCH 4/4] virtio-mmio: cleanup reset

[PATCH] main loop: add missing documentation links to GS/IO macros
 2022-06-09 15:53 UTC  (2+ messages)

[PATCH 0/8] virtio-blk: removal of AioContext lock
 2022-06-09 14:37 UTC  (9+ messages)
` [PATCH 1/8] virtio_queue_aio_attach_host_notifier: remove "
` [PATCH 2/8] block-backend: enable_write_cache should be atomic
` [PATCH 3/8] virtio_blk_process_queued_requests: always run in a bh
` [PATCH 4/8] virtio: categorize callbacks in GS
` [PATCH 5/8] virtio-blk: mark GLOBAL_STATE_CODE functions
` [PATCH 6/8] virtio-blk: mark IO_CODE functions
` [PATCH 7/8] VirtIOBlock: protect rq with its own lock
` [PATCH 8/8] virtio-blk: remove unnecessary AioContext lock from function already safe

[PATCH 0/2] hw/nvme: Add shadow doorbell buffer support
 2022-06-09 15:52 UTC  (5+ messages)
` [PATCH 1/2] hw/nvme: Implement "

[PATCH] dbus-display: fix test race when initializing p2p connection
 2022-06-09 15:26 UTC 

[PATCH 0/4] Multiple interface support on top of Multi-FD
 2022-06-09 15:47 UTC  (6+ messages)
` [PATCH 1/4] Modifying ‘migrate’ qmp command to add multi-FD socket on particular source and destination pair
` [PATCH 2/4] Adding multi-interface support for multi-FD on destination side
` [PATCH 3/4] Establishing connection between any non-default source and destination pair
` [PATCH 4/4] Adding support for multi-FD connections dynamically

[PATCH v2 00/71] target/arm: Scalable Matrix Extension
 2022-06-09 15:32 UTC  (7+ messages)
` [PATCH v2 25/71] target/arm: Add SVCR
` [PATCH v2 36/71] target/arm: Unexport aarch64_add_*_properties
` [PATCH v2 37/71] target/arm: Add cpu properties for SME

[PATCH v2 1/1] Fix the coredump when memory backend id conflicts with default_ram_id
 2022-06-09 15:05 UTC  (2+ messages)

[PATCH v4 00/53] semihosting cleanup
 2022-06-09 15:42 UTC  (6+ messages)
` [PATCH v4 08/53] semihosting: Split out guestfd.c
` [PATCH v4 13/53] semihosting: Return void from do_common_semihosting

[PULL 00/55] target-arm queue
 2022-06-09 15:24 UTC  (35+ messages)
` [PULL 14/55] target/arm: Move get_phys_addr_pmsav7 to ptw.c
` [PULL 16/55] target/arm: Move pmsav8_mpu_lookup "
` [PULL 17/55] target/arm: Move pmsav7_use_background_region "
` [PULL 20/55] target/arm: Move get_level1_table_address "
` [PULL 23/55] target/arm: Move arm_{ldl,ldq}_ptw "
` [PULL 24/55] target/arm: Move {arm_s1_, }regime_using_lpae_format to tlb_helper.c
` [PULL 25/55] target/arm: Move arm_pamax, pamax_map into ptw.c
` [PULL 27/55] target/arm: Move check_s2_mmu_setup to ptw.c
` [PULL 29/55] target/arm: Move ap_to_tw_prot etc "
` [PULL 30/55] target/arm: Move regime_is_user "
` [PULL 31/55] target/arm: Move regime_ttbr "
` [PULL 32/55] target/arm: Move regime_translation_disabled "
` [PULL 33/55] target/arm: Move arm_cpu_get_phys_page_attrs_debug "
` [PULL 34/55] target/arm: Move stage_1_mmu_idx, arm_stage1_mmu_idx "
` [PULL 35/55] target/arm: Pass CPUARMState to arm_ld[lq]_ptw
` [PULL 37/55] linux-user/aarch64: Introduce sve_vq
` [PULL 38/55] target/arm: Remove route_to_el2 check from sve_exception_el
` [PULL 40/55] target/arm: Add el_is_in_host
` [PULL 41/55] target/arm: Use el_is_in_host for sve_zcr_len_for_el
` [PULL 42/55] target/arm: Use el_is_in_host for sve_exception_el
` [PULL 43/55] target/arm: Hoist arm_is_el2_enabled check in sve_exception_el
` [PULL 44/55] target/arm: Do not use aarch64_sve_zcr_get_valid_len in reset
` [PULL 45/55] target/arm: Merge aarch64_sve_zcr_get_valid_len into caller
` [PULL 46/55] target/arm: Use uint32_t instead of bitmap for sve vq's
` [PULL 47/55] target/arm: Rename sve_zcr_len_for_el to sve_vqm1_for_el
` [PULL 48/55] target/arm: Split out load/store primitives to sve_ldst_internal.h
` [PULL 49/55] target/arm: Export sve contiguous ldst support functions
` [PULL 50/55] target/arm: Move expand_pred_b to vec_internal.h
` [PULL 51/55] target/arm: Use expand_pred_b in mve_helper.c
` [PULL 52/55] target/arm: Move expand_pred_h to vec_internal.h
` [PULL 53/55] target/arm: Export bfdotadd from vec_helper.c
` [PULL 54/55] target/arm: Add isar_feature_aa64_sme
` [PULL 55/55] target/arm: Add ID_AA64SMFR0_EL1

[PATCH 0/2] target/arm: SCR_EL3 RES0, RAO/WI tweaks
 2022-06-09 15:13 UTC  (5+ messages)
` [PATCH 1/2] target/arm: SCR_EL3 bits 4,5 are always res0
` [PATCH 2/2] target/arm: SCR_EL3.RW is RAO/WI without AArch32 EL[12]

[PATCH v2 0/6] bsd-user upstreaming: read, write and exit
 2022-06-09 14:16 UTC  (4+ messages)
` [PATCH v2 6/6] bsd-user/freebsd/os-syscall.c: Implement exit

[PATCH v3 0/3] Misc AC97 clean ups
 2022-06-09 14:12 UTC  (7+ messages)

[PATCH v3 00/10] Implement bdrv_{pread, pwrite, pwrite_sync, pwrite_zeroes}() using generated_co_wrapper
 2022-06-09 15:13 UTC  (9+ messages)
` [PATCH v3 07/10] block: Implement bdrv_{pread, pwrite, "
  ` [PATCH v3 07/10] block: Implement bdrv_{pread,pwrite,pwrite_zeroes}() "

[RFC PATCH RESEND] scripts/checkpatch.pl: Change line limit warning
 2022-06-09 13:56 UTC  (2+ messages)

[PATCH v5 00/45] Transactional block-graph modifying API
 2022-06-09 14:56 UTC  (13+ messages)
` [PATCH v5 04/45] test-bdrv-graph-mod: update test_parallel_perm_update test case
` [PATCH v5 13/45] block: Manipulate bs->file / bs->backing pointers in .attach/.detach
` [PATCH v5 14/45] block/snapshot: drop indirection around bdrv_snapshot_fallback_ptr
` [PATCH v5 21/45] block: add bdrv_try_set_aio_context_tran transaction action

[PULL 0/3] xen queue 2022-06-09
 2022-06-09 14:02 UTC  (4+ messages)
` [PULL 1/3] hw/ide/piix: Remove redundant "piix3-ide-xen" device class
` [PULL 2/3] hw/ide/piix: Add some documentation to pci_piix3_xen_ide_unplug()
` [PULL 3/3] include/hw/ide: Unexport pci_piix3_xen_ide_unplug()

[RFC][PATCH] docs: note exception for PCIe IO port access
 2022-06-09 14:03 UTC  (3+ messages)

[PATCH 0/2] AioContext removal: LinuxAioState and ThreadPool
 2022-06-09 13:44 UTC  (3+ messages)
` [PATCH 1/2] linux-aio: use LinuxAioState from the running thread
` [PATCH 2/2] thread-pool: use ThreadPool "

[PATCH v2 0/3] Cavium Octeon MIPS extensions
 2022-06-09 14:19 UTC  (3+ messages)
` [PATCH v2 2/3] target/mips: implement Octeon-specific BBIT instructions

[PATCH] disas: Remove libvixl disassembler
 2022-06-09 14:34 UTC  (9+ messages)
              ` What to do with the nanomips disassembler (was: [PATCH] disas: Remove libvixl disassembler)

[PATCH] vhost: also check queue state in the vhost_dev_set_log error routine
 2022-06-09 13:10 UTC 

[PATCH v2] memory: prevent dma-reentracy issues
 2022-06-09 13:58 UTC 

[PATCH 00/50] PS2 device QOMification - part 1
 2022-06-09 12:52 UTC  (59+ messages)
` [PATCH 21/50] pckbd: introduce new I8042_MMIO QOM type
` [PATCH 22/50] pckbd: implement i8042_mmio_reset() for I8042_MMIO device
` [PATCH 23/50] pckbd: add mask qdev property to "
` [PATCH 24/50] pckbd: add size "
` [PATCH 25/50] pckbd: implement i8042_mmio_realize() function
` [PATCH 26/50] pckbd: implement i8042_mmio_init() function
` [PATCH 27/50] pckbd: alter i8042_mm_init() to return a I8042_MMIO device
` [PATCH 28/50] pckbd: move mapping of I8042_MMIO registers to MIPS magnum machine
` [PATCH 30/50] pckbd: move ps2_kbd_init() and ps2_mouse_init() to i8042_mmio_realize()
` [PATCH 31/50] ps2: make ps2_raise_irq() function static
` [PATCH 32/50] ps2: use ps2_raise_irq() instead of calling update_irq() directly
` [PATCH 33/50] ps2: introduce ps2_lower_irq() "
` [PATCH 34/50] ps2: add gpio for output IRQ and optionally use it in ps2_raise_irq() and ps2_lower_irq()
` [PATCH 35/50] pckbd: replace irq_kbd and irq_mouse with qemu_irq array in KBDState
` [PATCH 36/50] pl050: switch over from update_irq() function to PS2 device gpio
` [PATCH 37/50] lasips2: QOMify LASIPS2State
` [PATCH 38/50] lasips2: move lasips2 QOM types from lasips2.c to lasips2.h
` [PATCH 39/50] lasips2: rename lasips2_init() to lasips2_initfn() and update it to return the LASIPS2 device
` [PATCH 40/50] lasips2: implement lasips2_init() function
` [PATCH 41/50] lasips2: move mapping of LASIPS2 registers to HPPA machine
` [PATCH 42/50] lasips2: move initialisation of PS2 ports from lasi_initfn() to lasi_init()
` [PATCH 43/50] lasips2: add base property
` [PATCH 44/50] lasips2: implement lasips2_realize()
` [PATCH 45/50] lasips2: use qdev gpio for output IRQ
` [PATCH 46/50] lasips2: switch over from update_irq() function to PS2 device gpio
` [PATCH 47/50] pckbd: switch I8042_MMIO device "
` [PATCH 48/50] pckbd: add i8042_reset() function to I8042 device
` [PATCH 49/50] pckbd: switch I8042 device from update_irq() function to PS2 device gpio
` [PATCH 50/50] ps2: remove update_irq() function and update_arg parameter

[PATCH v4 0/4] QEMU RISC-V nested virtualization fixes
 2022-06-09 13:58 UTC  (5+ messages)
` [PATCH v4 4/4] target/riscv: Force disable extensions if priv spec version does not match

[PATCH] target/riscv: trans_rvv: Avoid assert for RV32 and e64
 2022-06-09 13:53 UTC  (2+ messages)

[PULL 00/18] HMP-to-QMP info command patches
 2022-06-09 12:52 UTC  (6+ messages)
` [PULL 15/18] qapi: introduce x-query-ramblock QMP command

[PULL 0/1] VFIO updates 2022-06-08
 2022-06-09 13:45 UTC  (2+ messages)

[PATCH] qsd: Do not use error_report() before monitor_init
 2022-06-09 12:28 UTC 

[PATCH] docs/devel/*.txt: convert remaining files to restructuredText
 2022-06-09 13:39 UTC  (2+ messages)

[PATCH 0/3] qemu/qsd: Unlink absolute PID file path
 2022-06-09 12:27 UTC  (4+ messages)
` [PATCH 1/3] qsd: "
` [PATCH 2/3] vl: Conditionally register PID file unlink notifier
` [PATCH 3/3] vl: Unlink absolute PID file path

[PATCH v3 0/3] virtio-gpu: Respect UI refresh rate for EDID
 2022-06-09 13:34 UTC  (7+ messages)
` [PATCH v3 2/3] ui: Deliver refresh rate via QemuUIInfo

Using Qemu to isolate/virtualize applications
 2022-06-09 12:46 UTC 

[PATCH v2 00/35] pc/q35: refactor ISA and SMBUS AML generation
 2022-06-09 11:55 UTC  (3+ messages)

[PATCH v2 1/2] hw: m25p80: add WP# pin and SRWD bit for write protection
 2022-06-09 11:32 UTC  (2+ messages)

[PATCH v2 21/35] tests: acpi: update expected blobs
 2022-06-09 11:51 UTC  (2+ messages)
` [PATCH v3 "

[PATCH v2 18/35] tests: acpi: white-list to be re-factored pc/q35 DSDT
 2022-06-09 11:48 UTC  (2+ messages)
` [PATCH v3 "

[PATCH] gitlab: compare CIRRUS_nn vars against 'null' not ""
 2022-06-09 11:08 UTC  (2+ messages)

[PATCH v4 0/3] target/nios2: semihosting cleanup
 2022-06-09 10:39 UTC  (7+ messages)
` [PATCH v4 1/3] target/nios2: Eliminate nios2_semi_is_lseek
` [PATCH v4 2/3] target/nios2: Move nios2-semi.c to nios2_softmmu_ss
` [PATCH v4 3/3] target/nios2: Use semihosting/syscalls.h

[PATCH 0/2] handling guest multiple displays
 2022-06-09 10:34 UTC  (7+ messages)
` [PATCH 1/2] ui/gtk: detach VCS for additional guest displays
` [PATCH 2/2] ui/gtk: a new array param monitor to specify the target displays

[PATCH v15 0/9] Add LoongArch linux-user emulation support
 2022-06-09 10:18 UTC  (9+ messages)
` [PATCH v15 1/9] linux-user: Add LoongArch generic header files
` [PATCH v15 4/9] linux-user: Add LoongArch syscall support
` [PATCH v15 6/9] default-configs: Add loongarch linux-user support
` [PATCH v15 8/9] target/loongarch: Adjust functions and structure to support user-mode

[PATCH] hw/usb/hcd-ehci.c: print diagnostics when cpage out of range
 2022-06-09 10:13 UTC  (3+ messages)

[PATCH] usbredir: avoid queuing hello packet on snapshot restore
 2022-06-09 10:03 UTC  (2+ messages)

[PATCH] ui: move 'pc-bios/keymaps' to 'ui/keymaps'
 2022-06-09 10:10 UTC  (3+ messages)

[PATCH] hw/usb/hcd-ehci: fix writeback order
 2022-06-09 10:02 UTC  (2+ messages)

[PATCH v5 0/6] Introduce CanoKey QEMU
 2022-06-09  9:56 UTC  (3+ messages)
` [PATCH v5 4/6] docs: Add CanoKey documentation

[PATCH v6 00/18] job: replace AioContext lock with job_mutex
 2022-06-09  9:48 UTC  (13+ messages)
` [PATCH v6 03/18] job.c: API functions not used outside should be static
` [PATCH v6 05/18] job.h: add _locked duplicates for job API functions called with and without job_mutex
` [PATCH v6 10/18] jobs: rename static functions called with job_mutex held
` [PATCH v6 11/18] job.h: rename job API "
` [PATCH v6 12/18] block_job: rename block_job "
` [PATCH v6 13/18] job.h: define unlocked functions

[PATCH] ui/console: allow display device to be labeled with given id
 2022-06-09  9:33 UTC  (2+ messages)

[PATCH 0/2] Fixes for ui/gtk-gl-area
 2022-06-09  9:24 UTC  (2+ messages)

[PATCH] ui/cocoa: Fix poweroff request code
 2022-06-09  9:27 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).