qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-11-02 11:50:14 to 2021-11-02 16:18:10 UTC [more...]

[PATCH v4 00/22] monitor: explicitly permit QMP commands to be added for all use cases
 2021-11-02 16:05 UTC  (11+ messages)
` [PATCH v4 06/22] monitor: introduce HumanReadableText and HMP support
` [PATCH v4 16/22] qapi: introduce x-query-skeys QMP command
` [PATCH v4 17/22] qapi: introduce x-query-cmma "
` [PATCH v4 20/22] qapi: introduce x-query-irq "

[PULL 00/12] Block layer patches
 2021-11-02 16:05 UTC  (7+ messages)
` [PULL 01/12] block/file-posix: Fix return value translation for AIO discards
` [PULL 02/12] block: Fail gracefully when blockdev-snapshot creates loops
` [PULL 03/12] block/rbd: implement bdrv_co_block_status
` [PULL 04/12] ide: Cap LBA28 capacity announcement to 2^28-1
` [PULL 11/12] block/nvme: Display CQ/SQ pointer in nvme_free_queue_pair()
` [PULL 12/12] block/nvme: Extract nvme_free_queue() from nvme_free_queue_pair()

[PATCH] net/vhost-vdpa: fix memory leak in vhost_vdpa_get_max_queue_pairs()
 2021-11-02 16:05 UTC  (2+ messages)

[PATCH v2 0/7] Fixed some bugs and optimized some codes for COLO
 2021-11-02 16:03 UTC  (9+ messages)
` [PATCH v2 1/7] Some minor optimizations "
` [PATCH v2 2/7] Fixed qemu crash when guest power off in COLO mode
` [PATCH v2 3/7] Fixed SVM hang when do failover before PVM crash
` [PATCH v2 4/7] colo: fixed 'Segmentation fault' when the simplex mode PVM poweroff

[PATCH 00/31] passage: Define a standard for firmware data flow
 2021-11-02 16:03 UTC  (4+ messages)

[PATCH v2 0/6] rSTify contribution-related wiki pages
 2021-11-02 15:51 UTC  (3+ messages)

[PULL 00/20] Migration 20211031 patches
 2021-11-02 15:45 UTC  (2+ messages)

[RFC 0/6] support subsets of scalar crypto extension
 2021-11-02 15:44 UTC  (10+ messages)
` [RFC 1/6] target/riscv: rvk: add flag support for Zbk[bcx]
` [RFC 2/6] target/riscv: rvk: add implementation of instructions for Zbk* - reuse partial instructions of Zbb/Zbc extensions - add brev8 packh, unzip, zip, etc
` [RFC 3/6] target/riscv: rvk: add flag support for Zk/Zkn/Zknd/Zknd/Zkne/Zknh/Zks/Zksed/Zksh/Zkr
` [RFC 4/6] target/riscv: rvk: add implementation of instructions for Zk*
` [RFC 5/6] target/riscv: rvk: add CSR support for Zkr: - add SEED CSR - add USEED, SSEED fields for MSECCFG CSR
` [RFC 6/6] disas/riscv.c: rvk: add disas support for Zbk* and Zk* instructions

[PATCH 0/2] failover: don't allow to migrate a paused VM that needs PCI unplug
 2021-11-02 15:28 UTC  (4+ messages)
` [PATCH 2/2] "

[PATCH] migration: initialise compression_counters for a new migration
 2021-11-02 15:39 UTC  (2+ messages)

[PATCH 0/5] block/nvme: Fix a memory leak in nvme_free_queue_pair()
 2021-11-02 15:17 UTC  (8+ messages)
` [PATCH 5/5] block/nvme: Fix memory leak from nvme_init_queue()

does drive_get_next(IF_NONE) make sense?
 2021-11-02 15:28 UTC  (2+ messages)

[RFC PATCH 00/15] job: replace AioContext lock with job_mutex
 2021-11-02 14:58 UTC  (8+ messages)
` [RFC PATCH 11/15] jobs: remove aiocontext locks since the functions are under BQL
` [RFC PATCH 12/15] jobs: protect jobs with job_lock/unlock

[PATCH v5 00/26] fdt: Make OF_BOARD a boolean option
 2021-11-02 15:00 UTC  (8+ messages)
` [PATCH v5 06/26] arm: qemu: Add a devicetree file for qemu_arm64

[PATCH 00/16] fdt: Make OF_BOARD a boolean option
 2021-11-02 14:59 UTC  (22+ messages)

[PATCH 0/3] SEV: fixes for -kernel launch with incompatible OVMF
 2021-11-02 14:48 UTC  (10+ messages)
` [PATCH 2/3] sev/i386: Warn if using -kernel with invalid OVMF hashes table area
` [PATCH 3/3] sev/i386: Perform padding calculations at compile-time

[PATCH 00/15] hw/nvme: SR-IOV with Virtualization Enhancements
 2021-11-02 14:35 UTC  (9+ messages)
` [PATCH 05/15] hw/nvme: Add support for SR-IOV
` [PATCH 06/15] hw/nvme: Add support for Primary Controller Capabilities
` [PATCH 07/15] hw/nvme: Add support for Secondary Controller List
` [PATCH 09/15] hw/nvme: Implement the Function Level Reset

[PATCH] escc: update transmit status bits when switching to async mode
 2021-11-02 14:46 UTC  (2+ messages)

[PATCH v2] generic-loader: check that binary file target location exists
 2021-11-02 14:38 UTC  (5+ messages)

[PATCH 0/7] tests: docker images for hexagon, nios2, microblaze
 2021-11-02 14:33 UTC  (7+ messages)
` [PATCH 2/7] tests/docker: Simplify debian-all-test-cross

spapr_events: Sure we may ignore migrate_add_blocker() failure?
 2021-11-02 14:32 UTC  (11+ messages)
        ` -only-migrate and the two different uses of migration blockers (was: spapr_events: Sure we may ignore migrate_add_blocker() failure?)
            ` -only-migrate and the two different uses of migration blockers

[PULL 0/4] Block patches
 2021-11-02 14:22 UTC  (5+ messages)
` [PULL 1/4] qemu-img: Consistent docs for convert -F
` [PULL 2/4] pylint: fix errors and warnings generated by tests/qemu-iotests/297
` [PULL 3/4] vmdk: allow specification of tools version
` [PULL 4/4] block/vpc: Add a sanity check that fixed-size images have the right type

[PATCH v5 0/8] target/riscv: support Zfh, Zfhmin extension v0.1
 2021-11-02 14:07 UTC 

[PATCH v2 0/1] vhost: Fix last queue index of devices with no cvq
 2021-11-02 14:09 UTC  (3+ messages)
` [PATCH v2 1/1] "

[PATCH] configure: fix --audio-drv-list help message
 2021-11-02 13:58 UTC  (2+ messages)

[PATCH v0] vl: flush all task from rcu queue before exiting
 2021-11-02 14:13 UTC  (2+ messages)

[PULL 0/9] pc,pci,virtio: features, fixes
 2021-11-02 13:54 UTC  (3+ messages)
` [PULL 8/9] pci: Export pci_for_each_device_under_bus*()

[PULL 0/1] qemu-openbios queue 20211101
 2021-11-02 14:06 UTC  (2+ messages)

[PULL 00/41] MIPS patches for 2021-11-02
 2021-11-02 13:42 UTC  (42+ messages)
` [PULL 01/41] MAINTAINERS: Add MIPS general architecture support entry
` [PULL 02/41] MAINTAINERS: Add entries to cover MIPS CPS / GIC hardware
` [PULL 03/41] MAINTAINERS: Split MIPS TCG frontend vs MIPS machines/hardware
` [PULL 04/41] target/mips: Fix MSA MADDV.B opcode
` [PULL 05/41] target/mips: Fix MSA MSUBV.B opcode
` [PULL 06/41] target/mips: Adjust style in msa_translate_init()
` [PULL 07/41] target/mips: Use dup_const() to simplify
` [PULL 08/41] target/mips: Have check_msa_access() return a boolean
` [PULL 09/41] target/mips: Use enum definitions from CPUMIPSMSADataFormat enum
` [PULL 10/41] target/mips: Rename sa16 -> sa, bz_df -> bz -> bz_v
` [PULL 11/41] target/mips: Convert MSA LDI opcode to decodetree
` [PULL 12/41] target/mips: Convert MSA I5 instruction format "
` [PULL 13/41] target/mips: Convert MSA BIT "
` [PULL 14/41] target/mips: Convert MSA SHF opcode "
` [PULL 15/41] target/mips: Convert MSA I8 instruction format "
` [PULL 16/41] target/mips: Convert MSA load/store "
` [PULL 17/41] target/mips: Convert MSA 2RF "
` [PULL 18/41] target/mips: Convert MSA FILL opcode "
` [PULL 19/41] target/mips: Convert MSA 2R instruction format "
` [PULL 20/41] target/mips: Convert MSA VEC "
` [PULL 21/41] target/mips: Convert MSA 3RF instruction format to decodetree (DF_HALF)
` [PULL 22/41] target/mips: Convert MSA 3RF instruction format to decodetree (DF_WORD)
` [PULL 23/41] target/mips: Convert MSA 3R instruction format to decodetree (part 1/4)
` [PULL 24/41] target/mips: Convert MSA 3R instruction format to decodetree (part 2/4)
` [PULL 25/41] target/mips: Convert MSA 3R instruction format to decodetree (part 3/4)
` [PULL 26/41] target/mips: Convert MSA 3R instruction format to decodetree (part 4/4)
` [PULL 27/41] target/mips: Convert MSA ELM instruction format to decodetree
` [PULL 28/41] target/mips: Convert MSA COPY_U opcode "
` [PULL 29/41] target/mips: Convert MSA COPY_S and INSERT opcodes "
` [PULL 30/41] target/mips: Convert MSA MOVE.V opcode "
` [PULL 31/41] target/mips: Convert CFCMSA "
` [PULL 32/41] target/mips: Convert CTCMSA "
` [PULL 33/41] target/mips: Remove generic MSA opcode
` [PULL 34/41] target/mips: Remove one MSA unnecessary decodetree overlap group
` [PULL 35/41] target/mips: Fix Loongson-3A4000 MSAIR config register
` [PULL 36/41] target/mips: Remove obsolete FCR0_HAS2008 comment on P5600 CPU
` [PULL 37/41] usb/uhci: Misc clean up
` [PULL 38/41] usb/uhci: Disallow user creating a vt82c686-uhci-pci device
` [PULL 39/41] usb/uhci: Replace pci_set_irq with qemu_set_irq
` [PULL 40/41] hw/usb/vt82c686-uhci-pci: Use ISA instead of PCI interrupts
` [PULL 41/41] Revert "elf: Relax MIPS' elf_check_arch() to accept EM_NANOMIPS too"

[PATCH v8 00/29] Add LoongArch linux-user emulation support
 2021-11-02 13:56 UTC  (6+ messages)
` [PATCH v8 02/29] target/loongarch: Add core definition
` [PATCH v8 26/29] target/loongarch: 'make check-tcg' support

[PATCH 1/2] virtio-gpu: splitting one extended mode guest fb into n-scanouts
 2021-11-02 13:51 UTC  (3+ messages)
` [PATCH v2 "

[PATCH v2 0/4] hw/usb/vt82c686-uhci-pci: Use ISA instead of PCI interrupts
 2021-11-02 13:51 UTC  (7+ messages)

more bogus meson warnings
 2021-11-02 13:40 UTC  (2+ messages)

[PATCH 0/4] ui/gtk-egl: fix for untab/tab problem
 2021-11-02 13:37 UTC  (3+ messages)
` [PATCH 1/4] ui/gtk-egl: un-tab and re-tab should destroy egl surface and context

[PATCH v5] tests: qtest: Add virtio-iommu test
 2021-11-02 13:34 UTC  (3+ messages)

[PATCH] Revert "elf: Relax MIPS' elf_check_arch() to accept EM_NANOMIPS too"
 2021-11-02 13:34 UTC  (4+ messages)

[PATCH v4 00/17] Adding partial support for 128-bit riscv target
 2021-11-02 13:22 UTC  (7+ messages)
` [PATCH v4 12/17] target/riscv: support for 128-bit arithmetic instructions
` [PATCH v4 13/17] target/riscv: support for 128-bit M extension
` [PATCH v4 17/17] target/riscv: actual functions to realize crs 128-bit insns

[PATCH v4 0/3] MSG_ZEROCOPY for multifd
 2021-11-02 13:13 UTC  (5+ messages)
` [PATCH v4 2/3] QIOChannelSocket: Implement io_writev_zerocopy & io_flush_zerocopy for CONFIG_LINUX
` [PATCH v4 3/3] multifd: Implement zerocopy write in multifd migration (multifd-zerocopy)

[PATCH v3 0/4] qemu-img compare --stat
 2021-11-02 12:48 UTC  (5+ messages)
` [PATCH v3 1/4] qemu-img: implement "
` [PATCH v3 2/4] qemu-img: make --block-size optional for "

[PATCH v3 00/32] target/mips: Fully convert MSA opcodes to decodetree
 2021-11-02 12:36 UTC  (10+ messages)
` [PATCH v3 03/32] tests/tcg/mips: Run MSA opcodes tests on user-mode emulation
` [PATCH v3 20/32] target/mips: Convert MSA 3R instruction format to decodetree (part 1/4)

[PATCH v3 00/17] iotests: support zstd
 2021-11-02 12:29 UTC  (5+ messages)

[PATCH v2 0/3] linux-aio: allow block devices to limit aio-max-batch
 2021-11-02 12:07 UTC  (7+ messages)
` [PATCH v2 1/3] file-posix: add `aio-max-batch` option

[PATCH] meson: remove unnecessary coreaudio test program
 2021-11-02 12:37 UTC  (4+ messages)

[PATCH] block-backend: Silence clang -m32 compiler warning
 2021-11-02 12:22 UTC  (2+ messages)

[PULL 0/2] VFIO update 2021-11-01 (for v6.2)
 2021-11-02 12:44 UTC  (2+ messages)

[PATCH 0/5] hw/core: Remove uses of obsolete QERR_ definitions
 2021-11-02 11:59 UTC  (6+ messages)
` [PATCH 4/5] hw/core: Remove uses of QERR_PROPERTY_VALUE_BAD

[PATCH 0/6] RfC: try improve native hotplug for pcie root ports
 2021-11-02 12:09 UTC  (7+ messages)

[PATCH v2] meson.build: Allow to disable OSS again
 2021-11-02 11:55 UTC  (3+ messages)

[PATCH 0/4] configure and meson.build improvements
 2021-11-02 11:50 UTC  (13+ messages)
` [PATCH 1/4] configure: Remove the check for the __thread keyword
` [PATCH 2/4] Move the l2tpv3 test from configure to meson.build
` [PATCH 3/4] Move CONFIG_XFS handling "
` [PATCH 4/4] Move the libssh setup from configure "

[PATCH v1 00/12] virtio-mem: Expose device memory via multiple memslots
 2021-11-02 11:55 UTC  (5+ messages)

[PULL 00/10] Machine-next patches for 2021-11-01
 2021-11-02 11:24 UTC  (2+ messages)

[PATCH v3 0/3] pc: Support configuration of SMBIOS entry point type
 2021-11-02 11:25 UTC  (4+ messages)
` [PATCH v3 3/3] hw/i386: expose a "smbios-entry-point-type" PC machine property

[PULL 0/5] pc,pci: bugfixes
 2021-11-02 11:17 UTC  (6+ messages)
` [PULL 1/5] hw/pcie-root-port: Fix hotplug for PCI devices requiring IO

[PULL 00/60] accel/tcg patch queue
 2021-11-02 11:07 UTC  (22+ messages)
` [PULL 14/60] linux-user/host/mips: Populate host_signal.h
` [PULL 31/60] target/nios2: Implement nios2_cpu_record_sigsegv
` [PULL 32/60] linux-user/openrisc: Abort for EXCP_RANGE, EXCP_FPE
` [PULL 37/60] target/s390x: Implement s390_cpu_record_sigsegv
` [PULL 41/60] accel/tcg: Restrict TCGCPUOps::tlb_fill() to sysemu
` [PULL 42/60] hw/core: Add TCGCPUOps.record_sigbus
` [PULL 45/60] target/arm: Implement arm_cpu_record_sigbus
` [PULL 46/60] linux-user/hppa: Remove EXCP_UNALIGN handling
` [PULL 47/60] target/microblaze: Do not set MO_ALIGN for user-only
` [PULL 49/60] target/ppc: Set fault address in ppc_cpu_do_unaligned_access
` [PULL 50/60] target/ppc: Restrict ppc_cpu_do_unaligned_access to sysemu
` [PULL 51/60] linux-user/ppc: Remove POWERPC_EXCP_ALIGN handling
` [PULL 52/60] target/s390x: Implement s390x_cpu_record_sigbus
` [PULL 53/60] target/sh4: Set fault address in superh_cpu_do_unaligned_access
` [PULL 54/60] target/sparc: Remove DEBUG_UNALIGNED
` [PULL 55/60] target/sparc: Split out build_sfsr
` [PULL 56/60] target/sparc: Set fault address in sparc_cpu_do_unaligned_access
` [PULL 57/60] accel/tcg: Report unaligned atomics for user-only
` [PULL 58/60] accel/tcg: Report unaligned load/store "
` [PULL 59/60] tcg: Add helper_unaligned_{ld,st} for user-only sigbus
` [PULL 60/60] linux-user: Handle BUS_ADRALN in host_signal_handler

[PATCH v2 0/5] hw/arm: Add NPCM7XX Tachometer Device
 2021-11-02 11:16 UTC  (6+ messages)

[PATCH] meson: remove pointless warnings
 2021-11-02 11:30 UTC 

[RFC PATCH v5 00/26] vDPA shadow virtqueue
 2021-11-02 11:21 UTC  (3+ messages)

[PATCH v2] hvf: arm: Ignore cache operations on MMIO
 2021-11-02 11:15 UTC  (6+ 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).