messages from 2022-05-16 21:40:57 to 2022-05-17 12:56:55 UTC [more...]
[PATCH 00/18] Make block-backend-io.h API more consistent
2022-05-17 11:38 UTC (6+ messages)
` [PATCH 01/18] block: Make blk_{pread,pwrite}() return 0 on success
` [PATCH 03/18] block: Change blk_{pread,pwrite}() param order
` [PATCH 04/18] block: Make 'bytes' param of blk_{pread, pwrite}() an int64_t
` [PATCH 09/18] block: Export blk_pwritev_part() in block-backend-io.h
` [PATCH 11/18] block: Add blk_co_pwrite_compressed()
[PATCH v4 00/43] Add LoongArch softmmu support
2022-05-17 11:30 UTC (39+ messages)
` [PATCH v4 01/43] target/loongarch: Add README
` [PATCH v4 02/43] target/loongarch: Add core definition
` [PATCH v4 03/43] target/loongarch: Add main translation routines
` [PATCH v4 04/43] target/loongarch: Add fixed point arithmetic instruction translation
` [PATCH v4 05/43] target/loongarch: Add fixed point shift "
` [PATCH v4 06/43] target/loongarch: Add fixed point bit "
` [PATCH v4 07/43] target/loongarch: Add fixed point load/store "
` [PATCH v4 08/43] target/loongarch: Add fixed point atomic "
` [PATCH v4 09/43] target/loongarch: Add fixed point extra "
` [PATCH v4 10/43] target/loongarch: Add floating point arithmetic "
` [PATCH v4 11/43] target/loongarch: Add floating point comparison "
` [PATCH v4 12/43] target/loongarch: Add floating point conversion "
` [PATCH v4 13/43] target/loongarch: Add floating point move "
` [PATCH v4 14/43] target/loongarch: Add floating point load/store "
` [PATCH v4 15/43] target/loongarch: Add branch "
` [PATCH v4 16/43] target/loongarch: Add disassembler
` [PATCH v4 18/43] target/loongarch: Add system emulation introduction
` [PATCH v4 19/43] target/loongarch: Add CSRs definition
` [PATCH v4 20/43] target/loongarch: Add basic vmstate description of CPU
` [PATCH v4 21/43] target/loongarch: Implement qmp_query_cpu_definitions()
` [PATCH v4 22/43] target/loongarch: Add MMU support for LoongArch CPU
` [PATCH v4 23/43] target/loongarch: Add LoongArch interrupt and exception handle
` [PATCH v4 26/43] target/loongarch: Add LoongArch IOCSR instruction
` [PATCH v4 28/43] target/loongarch: Add other core instructions support
` [PATCH v4 29/43] target/loongarch: Add timer related "
` [PATCH v4 30/43] hw/loongarch: Add support loongson3 virt machine type
` [PATCH v4 31/43] hw/loongarch: Add LoongArch ipi interrupt support(IPI)
` [PATCH v4 32/43] hw/intc: Add LoongArch ls7a interrupt controller support(PCH-PIC)
` [PATCH v4 34/43] hw/intc: Add LoongArch extioi interrupt controller(EIOINTC)
` [PATCH v4 35/43] hw/loongarch: Add irq hierarchy for the system
` [PATCH v4 36/43] Enable common virtio pci support for LoongArch
` [PATCH v4 37/43] hw/loongarch: Add some devices support for 3A5000
` [PATCH v4 38/43] hw/loongarch: Add LoongArch ls7a rtc device support
` [PATCH v4 39/43] hw/loongarch: Add LoongArch load elf function
` [PATCH v4 40/43] hw/loongarch: Add LoongArch ls7a acpi device support
` [PATCH v4 41/43] target/loongarch: Add gdb support
` [PATCH v4 42/43] tests/tcg/loongarch64: Add hello/memory test in loongarch64 system
` [PATCH v4 43/43] target/loongarch: 'make check-tcg' support
[PATCH 0/3] ui: Remove deprecated sdl parameters and switch to QAPI parser
2022-05-17 11:19 UTC (7+ messages)
` [PATCH 2/3] ui: Switch "-display sdl" to use the "
[RFC 0/2] introduce QEMUMachind.cmd()
2022-05-17 11:22 UTC (3+ messages)
[PATCH] hw/nvme: clean up CC register write logic
2022-05-17 11:16 UTC
[PATCH v4 0/3] block/dirty-bitmaps: fix and improve bitmap merge
2022-05-17 11:12 UTC (4+ messages)
` [PATCH v4 1/3] block: block_dirty_bitmap_merge(): fix error path
` [PATCH v4 2/3] block: improve block_dirty_bitmap_merge(): don't allocate extra bitmap
` [PATCH v4 3/3] block: simplify handling of try to merge different sized bitmaps
[PATCH v8 00/12] hw/nvme: SR-IOV with Virtualization Enhancements
2022-05-17 11:04 UTC (3+ messages)
[PATCH RESEND 0/2] Resolve some redundant property accessors
2022-05-17 11:11 UTC (3+ messages)
[RFC PATCH v2 0/8] Removal of AioContext lock, bs->parents and ->children: new rwlock
2022-05-17 10:59 UTC (3+ messages)
[PATCH] gitlab-ci: Allow adding manual jobs on cirrus-ci
2022-05-17 10:45 UTC (4+ messages)
[PATCH v3 0/3] block/dirty-bitmaps: fix and improve bitmap merge
2022-05-17 10:36 UTC (4+ messages)
` [PATCH v3 2/3] block: improve block_dirty_bitmap_merge(): don't allocate extra bitmap
why arm bootloader is big endian?
2022-05-17 10:25 UTC (2+ messages)
[PATCH 00/16] Cross compilation of embedded firmware
2022-05-17 9:26 UTC (17+ messages)
` [PATCH 01/16] configure: do not define or use the CPP variable
` [PATCH 02/16] build: clean up ninja invocation
` [PATCH 03/16] build: add a more generic way to specify make->ninja dependencies
` [PATCH 04/16] build: do a full build before running TCG tests
` [PATCH 05/16] configure, meson: move symlinking of ROMs to meson
` [PATCH 06/16] tests/tcg: correct target CPU for sparc32
` [PATCH 07/16] tests/tcg: merge configure.sh back into main configure script
` [PATCH 08/16] configure: add missing cross compiler fallbacks
` [PATCH 09/16] configure: handle host compiler in probe_target_compiler
` [PATCH 10/16] configure: introduce --cross-prefix-*=
` [PATCH 11/16] configure: include more binutils in tests/tcg makefile
` [PATCH 12/16] configure: move symlink configuration earlier
` [PATCH 13/16] configure: enable cross-compilation of s390-ccw
` [PATCH 14/16] configure: enable cross-compilation of optionrom
` [PATCH 15/16] configure: enable cross compilation of vof
` [PATCH 16/16] configure: remove unused variables from config-host.mak
[PATCH v2 00/26] block: fix coroutine_fn annotations
2022-05-17 9:51 UTC (6+ messages)
` [PATCH v2 07/26] block: add missing "
[PATCH v2 00/10] Implement bdrv_{pread, pwrite, pwrite_sync, pwrite_zeroes}() using generated_co_wrapper
2022-05-17 9:29 UTC (3+ messages)
` [PATCH v2 09/10] block: Use bdrv_co_pwrite_sync() when caller is coroutine_fn
[PATCH] nbd: Drop dead code spotted by Coverity
2022-05-17 9:17 UTC (3+ messages)
[RFC 00/18] vfio: Adopt iommufd
2022-05-17 8:55 UTC (15+ messages)
[RFC 0/3] Introduce a new Qemu machine for RISC-V
2022-05-17 8:52 UTC (12+ messages)
[PATCH v6 00/13] Migration: Transmit and detect zero pages in the multifd threads
2022-05-17 8:44 UTC (3+ messages)
` [PATCH v6 02/13] multifd: Create page_size fields into both MultiFD{Recv, Send}Params
` [PATCH v6 02/13] multifd: Create page_size fields into both MultiFD{Recv,Send}Params
[PATCH 0/1] Fix occasional test fail on multithread
2022-05-17 8:29 UTC (2+ messages)
` [PATCH 1/1] test-thread-pool: Fix occasional test fail
[PATCH v17 0/8] support dirty restraint on vCPU
2022-05-17 8:19 UTC (4+ messages)
` [PATCH v17 6/8] softmmu/dirtylimit: Implement virtual CPU throttle
QEMU 6.2.0: Segfault while calling address_space_init from emulated device
2022-05-17 8:19 UTC (6+ messages)
[PATCH 00/35] pc/q35: refactor ISA and SMBUS AML generation
2022-05-17 8:17 UTC (5+ messages)
` [PATCH 28/35] acpi: pvpanic-isa: use AcpiDevAmlIfClass:build_dev_aml to provide device's AML
About restoring the state in vhost-vdpa device
2022-05-17 8:12 UTC (8+ messages)
[PATCH 0/3] ui/gtk: new options, monitor and detach-all
2022-05-17 7:46 UTC (6+ messages)
` [PATCH 1/3] ui/gtk: new param monitor to specify target monitor for launching QEMU
[PATCH v3] target/riscv: check 'I' and 'E' after checking 'G' in riscv_cpu_realize
2022-05-17 7:26 UTC
[RFC PATCH 0/3] Remove some of the old libopcode based disassemblers
2022-05-17 7:18 UTC (5+ messages)
` Capstone for MIPS (was: Re: [RFC PATCH 0/3] Remove some of the old libopcode based disassemblers)
[PATCH v2] block/rbd: report a better error when namespace does not exist
2022-05-17 7:10 UTC
[PATCH] block/rbd: report a better error when namespace does not exist
2022-05-17 6:59 UTC (3+ messages)
[RFC 0/6] migration: introduce dirtylimit capability
2022-05-17 6:35 UTC (7+ messages)
` [RFC 1/6] qapi/migration: Introduce vcpu-dirtylimit-period parameters
` [RFC 2/6] qapi/migration: Introduce vcpu-dirtylimit parameters
` [RFC 3/6] migration: Implement dirtylimit convergence algo
` [RFC 4/6] migration: Introduce dirtylimit capability
` [RFC 5/6] migration: Add dirtylimit data into migration info
` [RFC 6/6] tests: Add migration dirtylimit capability test
[PATCH v2 0/7] target/arm: SME prep patches
2022-05-17 5:48 UTC (8+ messages)
` [PATCH v2 1/7] target/arm: Enable FEAT_HCX for -cpu max
` [PATCH v2 2/7] target/arm: Use FIELD definitions for CPACR, CPTR_ELx
` [PATCH v2 3/7] target/arm: Do not use aarch64_sve_zcr_get_valid_len in reset
` [PATCH v2 4/7] target/arm: Merge aarch64_sve_zcr_get_valid_len into caller
` [PATCH v2 5/7] target/arm: Use uint32_t instead of bitmap for sve vq's
` [PATCH v2 6/7] target/arm: Remove fp checks from sve_exception_el
` [PATCH v2 7/7] target/arm: Add el_is_in_host
[RFC PATCH 0/3] Allow Capstone 3.0.5 again and remove the submodule
2022-05-17 5:42 UTC (13+ messages)
` [PATCH 1/3] tests/vm: Add capstone to the NetBSD and OpenBSD VMs
` [PATCH 2/3] capstone: Allow version 3.0.5 again
` [PATCH 3/3] capstone: Remove the capstone submodule
[PATCH] hw/riscv: virt: Avoid double FDT platform node
2022-05-17 5:10 UTC (3+ messages)
[PATCH 0/2] target/riscv: Cleanup exposed CPU properties
2022-05-17 5:07 UTC (5+ messages)
` [PATCH 1/2] target/riscv: Don't expose the CPU properties on names CPUs
` [PATCH 2/2] target/riscv: Run extension checks for all CPUs
[PATCH v2 1/2] target/riscv: check 'I' and 'E' after checking 'G' in riscv_cpu_realize
2022-05-17 4:49 UTC (4+ messages)
` [PATCH v2 2/2] target/riscv: disable zb* extensions for sifive/ibex cpu types by default
[PULL v2 00/86] virtio,pc,pci: fixes,cleanups,features
2022-05-17 3:01 UTC (37+ messages)
` [PULL v2 39/86] qtests/bios-tables-test: Add a test for CXL emulation
` [PULL v2 41/86] qtest/cxl: Add more complex test cases with CFMWs
` [PULL v2 42/86] docs/cxl: Add initial Compute eXpress Link (CXL) documentation
` [PULL v2 45/86] vdpa: Fix bad index calculus at vhost_vdpa_get_vring_base
` [PULL v2 47/86] hw/virtio: Replace g_memdup() by g_memdup2()
` [PULL v2 54/86] intel-iommu: block output address in interrupt address range
` [PULL v2 57/86] vhost_net: Print feature masks in hex
` [PULL v2 58/86] hw/virtio: move virtio-pci.h into shared include space
` [PULL v2 59/86] virtio-pci: add notification trace points
` [PULL v2 60/86] hw/virtio: add vhost_user_[read|write] "
` [PULL v2 61/86] docs: vhost-user: clean up request/reply description
` [PULL v2 63/86] docs: vhost-user: replace master/slave with front-end/back-end
` [PULL v2 64/86] vhost-user.rst: add clarifying language about protocol negotiation
` [PULL v2 65/86] libvhost-user: expose vu_request_to_string
` [PULL v2 66/86] docs/devel: start documenting writing VirtIO devices
` [PULL v2 67/86] include/hw: start documenting the vhost API
` [PULL v2 68/86] hw/virtio/vhost-user: don't suppress F_CONFIG when supported
` [PULL v2 69/86] virtio/vhost-user: dynamically assign VhostUserHostNotifiers
` [PULL v2 70/86] virtio: drop name parameter for virtio_init()
` [PULL v2 71/86] virtio: add vhost support for virtio devices
` [PULL v2 72/86] vhost-user: more master/slave things
` [PULL v2 73/86] docs/vhost-user: Clarifications for VHOST_USER_ADD/REM_MEM_REG
` [PULL v2 74/86] include/hw/pci/pcie_host: Correct PCIE_MMCFG_BUS_MASK
` [PULL v2 75/86] include/hw/pci/pcie_host: Correct PCIE_MMCFG_SIZE_MAX
` [PULL v2 76/86] hw/i386: Make pit a property of common x86 base machine type
` [PULL v2 77/86] hw/i386: Make pic "
` [PULL v2 78/86] hw/i386/amd_iommu: Fix IOMMU event log encoding errors
` [PULL v2 79/86] virtio-net: setup vhost_dev and notifiers for cvq only when feature is negotiated
` [PULL v2 80/86] virtio-net: align ctrl_vq index for non-mq guest for vhost_vdpa
` [PULL v2 81/86] vhost-vdpa: fix improper cleanup in net_init_vhost_vdpa
` [PULL v2 82/86] vhost-net: fix improper cleanup in vhost_net_start
` [PULL v2 83/86] vhost-vdpa: backend feature should set only once
` [PULL v2 84/86] vhost-vdpa: change name and polarity for vhost_vdpa_one_time_request()
` [PULL v2 85/86] virtio-net: don't handle mq request in userspace handler for vhost-vdpa
` [PULL v2 86/86] vhost-user-scsi: avoid unlink(NULL) with fd passing
[PATCH 0/5] target/riscv: Enhanced ISA extension checks
2022-05-17 2:17 UTC (13+ messages)
` [PATCH 2/5] target/riscv: Disable "G" by default
` [PATCH v2 0/5] target/riscv: Enhanced ISA extension checks
` [PATCH v2 1/5] target/riscv: Fix coding style on "G" expansion
` [PATCH v2 3/5] target/riscv: Change "
` [PATCH v2 4/5] target/riscv: FP extension requirements
` [PATCH v2 5/5] target/riscv: Move/refactor ISA extension checks
[PATCH 0/2] hw/riscv: Make CPU config error handling generous
2022-05-17 1:57 UTC (7+ messages)
` [PATCH v2 "
` [PATCH v2 1/2] hw/riscv: Make CPU config error handling generous (virt/spike)
` [PATCH v2 2/2] hw/riscv: Make CPU config error handling generous (sifive_e/u/opentitan)
[PATCH v2 00/74] semihosting cleanup
2022-05-17 1:47 UTC (7+ messages)
` [PATCH v2 05/74] semihosting: Add target_strlen for softmmu-uaccess.h
` [PATCH v2 07/74] semihosting: Split out guestfd.c
[PATCH 1/2] target/riscv: check 'I' and 'E' after checking 'G' in riscv_cpu_realize
2022-05-17 1:34 UTC (7+ messages)
` [PATCH 2/2] target/riscv: disable zb* extensions by default
[PATCH v2 0/8] QEMU RISC-V nested virtualization fixes
2022-05-17 0:15 UTC (5+ messages)
` [PATCH v2 2/8] target/riscv: Fix hstatus.GVA bit setting for traps taken from HS-mode
` [PATCH v2 7/8] target/riscv: Force disable extensions if priv spec version does not match
[PULL 00/23] Misc QEMU patches for 2022-05-16
2022-05-16 23:30 UTC (2+ messages)
[PATCH v2 0/2] target/riscv: ISA string conversion fix and enhancement
2022-05-16 23:27 UTC (6+ messages)
` [PATCH v2 1/2] target/riscv: Move Zhinx* extensions on ISA string
` [PATCH v2 2/2] target/riscv: Add short-isa-string option
[PATCH 0/9] vfio/migration: Implement VFIO migration protocol v2
2022-05-16 23:08 UTC (5+ messages)
` [PATCH 4/9] vfio/migration: Skip pre-copy if dirty page tracking is not supported
[PATCH] hw/intc: Pass correct hartid while updating mtimecmp
2022-05-16 23:10 UTC (3+ messages)
[PULL 00/17] migration queue
2022-05-16 21:21 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).