messages from 2022-05-17 03:03:45 to 2022-05-17 14:54:18 UTC [more...]
[PATCH v2 00/10] Implement bdrv_{pread, pwrite, pwrite_sync, pwrite_zeroes}() using generated_co_wrapper
2022-05-17 14:48 UTC (12+ messages)
` [PATCH v2 04/10] crypto: Make block callbacks return 0 on success
` [PATCH v2 06/10] block: Make 'bytes' param of bdrv_co_{pread, pwrite, preadv, pwritev}() an int64_t
` [PATCH v2 08/10] block: Add bdrv_co_pwrite_sync()
` [PATCH v2 09/10] block: Use bdrv_co_pwrite_sync() when caller is coroutine_fn
` [PATCH v2 10/10] block/qcow2: Use bdrv_pwrite_sync() in qcow2_mark_dirty()
[PATCH 00/18] Make block-backend-io.h API more consistent
2022-05-17 14:35 UTC (31+ messages)
` [PATCH 01/18] block: Make blk_{pread,pwrite}() return 0 on success
` [PATCH 02/18] block: Add a 'flags' param to blk_pread()
` [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 05/18] block: Make blk_co_pwrite() take a const buffer
` [PATCH 06/18] block: Implement blk_{pread, pwrite}() using generated_co_wrapper
` [PATCH 07/18] block: Add blk_{preadv,pwritev}()
` [PATCH 08/18] block: Add blk_[co_]preadv_part()
` [PATCH 09/18] block: Export blk_pwritev_part() in block-backend-io.h
` [PATCH 10/18] block: Change blk_pwrite_compressed() param order
` [PATCH 11/18] block: Add blk_co_pwrite_compressed()
` [PATCH 12/18] block: Implement blk_pwrite_zeroes() using generated_co_wrapper
` [PATCH 13/18] block: Implement blk_pdiscard() "
` [PATCH 14/18] block: Implement blk_flush() "
` [PATCH 15/18] block: Add blk_co_ioctl()
` [PATCH 16/18] block: Add blk_co_truncate()
` [PATCH 17/18] block: Reorganize some declarations in block-backend-io.h
` [PATCH 18/18] block: Remove remaining unused symbols in coroutines.h
[PATCH v3 0/3] thread-pool: fix performance regression
2022-05-17 14:37 UTC (6+ messages)
` [PATCH v3 2/3] thread-pool: replace semaphore with condition variable
[PATCH] hostmem: default the amount of prealloc-threads to smp-cpus
2022-05-17 12:38 UTC
[PATCH v3] qga: add guest-get-diskstats command for Linux guests
2022-05-17 12:42 UTC (3+ messages)
[PATCH 00/12] Change helper declarations to use call flags
2022-05-17 12:39 UTC (13+ messages)
` [PATCH 01/12] target/ppc: declare darn32/darn64 helpers with TCG_CALL_NO_RWG
` [PATCH 02/12] target/ppc: use TCG_CALL_NO_RWG in vector helpers without env
` [PATCH 03/12] target/ppc: use TCG_CALL_NO_RWG in BCD helpers
` [PATCH 04/12] target/ppc: use TCG_CALL_NO_RWG in VSX helpers without env
` [PATCH 05/12] target/ppc: Use TCG_CALL_NO_RWG_SE in fsel helper
` [PATCH 06/12] target/ppc: declare xscvspdpn helper with call flags
` [PATCH 07/12] target/ppc: declare xvxsigsp "
` [PATCH 08/12] target/ppc: declare xxextractuw and xxinsertw helpers "
` [PATCH 09/12] target/ppc: introduce do_va_helper
` [PATCH 10/12] target/ppc: declare vmsum[um]bm helpers with call flags
` [PATCH 11/12] target/ppc: declare vmsumuhm helper "
` [PATCH 12/12] target/ppc: declare vmsumshm "
[PATCH] whpx: Added support for saving/restoring VM state
2022-05-17 14:11 UTC (4+ messages)
[PATCH 0/2] target/m68k: Enable halt insn for 68060
2022-05-17 14:09 UTC (5+ messages)
` [PATCH 1/2] target/m68k: Clear mach in m68k_cpu_disas_set_info
` [PATCH 2/2] target/m68k: Enable halt insn for 68060
Accelerating non-standard disk types
2022-05-17 13:53 UTC (2+ messages)
QEMU cpu socket allocation
2022-05-17 10:50 UTC
[PATCH 0/9] vfio/migration: Implement VFIO migration protocol v2
2022-05-17 12:36 UTC (7+ messages)
` [PATCH 3/9] vfio/migration: Fix NULL pointer dereference bug
` [PATCH 5/9] migration/qemu-file: Add qemu_file_get_to_fd()
[PATCH v5 0/8] Support exporting BDSs via VDUSE
2022-05-17 13:02 UTC (3+ messages)
[PATCH v8 00/12] hw/nvme: SR-IOV with Virtualization Enhancements
2022-05-17 13:49 UTC (4+ messages)
[PATCH v2] hw/arm: add versioning to sbsa-ref machine DT
2022-05-17 13:27 UTC (2+ messages)
[PATCH 0/3] ui: Remove deprecated sdl parameters and switch to QAPI parser
2022-05-17 13:18 UTC (8+ messages)
` [PATCH 2/3] ui: Switch "-display sdl" to use the "
[PATCH v4 00/43] Add LoongArch softmmu support
2022-05-17 11:30 UTC (44+ 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 17/43] target/loongarch: Add target build suport
` [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 24/43] target/loongarch: Add constant timer support
` [PATCH v4 25/43] target/loongarch: Add LoongArch CSR instruction
` [PATCH v4 26/43] target/loongarch: Add LoongArch IOCSR instruction
` [PATCH v4 27/43] target/loongarch: Add TLB instruction support
` [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 33/43] hw/intc: Add LoongArch ls7a msi interrupt controller support(PCH-MSI)
` [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
[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 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] 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 (2+ 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 (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).