qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-05-18 10:28:17 to 2021-05-18 18:59:53 UTC [more...]

[PATCH v3 0/5] Add support for PMBus in QEMU
 2021-05-18 18:45 UTC  (4+ messages)
` [PATCH v3 1/5] hw/i2c: add support for PMBus
` [PATCH v3 2/5] hw/misc: add ADM1272 device
` [PATCH v3 3/5] tests/qtest: add tests for ADM1272 device model

[RFC PATCH 00/25] exec: Add load/store API for aligned pointers
 2021-05-18 18:42 UTC  (27+ messages)
` [RFC PATCH 01/25] exec/memory_ldst_cached: Sort declarations
` [RFC PATCH 02/25] exec/memory_ldst_phys: "
` [RFC PATCH 03/25] exec/memory_ldst: Use correct type sizes
` [RFC PATCH 04/25] exec/memory_ldst_phys: "
` [RFC PATCH 05/25] exec/memory_ldst_cached: Use correct type size
` [RFC PATCH 06/25] exec/memory: "
` [RFC PATCH 07/25] qemu/bswap: Introduce ST_CONVERT() macro
` [RFC PATCH 08/25] qemu/bswap: Use ST_CONVERT() macro to emit 16-bit load/store functions
` [RFC PATCH 09/25] qemu/bswap: Introduce LD_CONVERT() macro
` [RFC PATCH 10/25] qemu/bswap: Use LD_CONVERT macro to emit 16-bit signed load/store code
` [RFC PATCH 11/25] qemu/bswap: Use LD_CONVERT macro to emit 16-bit unsigned "
` [RFC PATCH 12/25] qemu/bswap: Use LDST_CONVERT macro to emit 32-bit load/store functions
` [RFC PATCH 13/25] qemu/bswap: Use LDST_CONVERT macro to emit 64-bit "
` [RFC PATCH 14/25] qemu/bswap: Introduce load/store for aligned pointer
` [RFC PATCH 15/25] exec/memory: Add methods for aligned pointer access (address space)
` [RFC PATCH 16/25] exec/memory: Add methods for aligned pointer access (physical memory)
` [RFC PATCH 17/25] hw/virtio: Use correct type sizes
` [RFC PATCH 18/25] hw/virtio: Introduce VIRTIO_LD_CONVERT() macro
` [RFC PATCH 19/25] hw/virtio: Use LD_CONVERT macro to emit 16-bit unsigned load/store code
` [RFC PATCH 20/25] hw/virtio: Introduce VIRTIO_ST_CONVERT() macro
` [RFC PATCH 21/25] hw/virtio: Use ST_CONVERT() macro to emit 16-bit load/store functions
` [RFC PATCH 22/25] hw/virtio: Use LDST_CONVERT macro to emit 32-bit "
` [RFC PATCH 23/25] hw/virtio: Use LDST_CONVERT macro to emit 64-bit "
` [RFC PATCH 24/25] hw/virtio: Add methods for aligned pointer access
` [RFC PATCH 25/25] hw/virtio: Optimize accesses on vring aligned pointers

[RFC PATCH v2 0/6] hw/arm/virt: Introduce cpu topology support
 2021-05-18 18:34 UTC  (6+ messages)
` [RFC PATCH v2 5/6] hw/arm/virt-acpi-build: Add PPTT table

[PATCH v3 00/15] qemu_iotests: improve debugging options
 2021-05-18 18:20 UTC  (8+ messages)
` [PATCH v3 10/15] qemu_iotests: extent QMP socket timeout when using valgrind

[PATCH v2 0/3] To add HMP interface to dump PCI MSI-X table/PBA
 2021-05-18 17:41 UTC  (4+ messages)
` [PATCH v2 1/3] msix/hmp: add hmp interface to dump MSI-X info
` [PATCH v2 2/3] msix/hmp: add interface to dump device specific info
` [PATCH v2 3/3] virtio-pci/hmp: implement device specific hmp interface

[PATCH v2] fdc: check null block pointer before r/w data transfer
 2021-05-18 17:32 UTC  (2+ messages)

[PATCH] fdc: check null block pointer before blk_pwrite
 2021-05-18 17:30 UTC  (2+ messages)

[PATCH] fdc: check drive block device before usage (CVE-2021-20196)
 2021-05-18 17:24 UTC  (5+ messages)

[PATCH v2 0/7] acpi: Error Record Serialization Table, ERST, support for QEMU
 2021-05-18 17:08 UTC  (10+ messages)
` [PATCH v2 3/7] ACPI ERST: support for ACPI ERST feature

Qemu block filter insertion/removal API
 2021-05-18 16:49 UTC  (2+ messages)

RFC: Qemu backup interface plans
 2021-05-18 16:39 UTC  (2+ messages)

[RFC PATCH] hmp-commands: expand type of icount to "l" in replay commands
 2021-05-18 16:28 UTC  (2+ messages)

[PATCH v3 0/8] GICv3 LPI and ITS feature implementation
 2021-05-18 16:06 UTC  (17+ messages)
` [PATCH v3 1/8] hw/intc: GICv3 ITS initial framework
` [PATCH v3 2/8] hw/intc: GICv3 ITS register definitions added
` [PATCH v3 3/8] hw/intc: GICv3 ITS command queue framework
` [PATCH v3 4/8] hw/intc: GICv3 ITS Command processing
` [PATCH v3 5/8] hw/intc: GICv3 ITS Feature enablement
` [PATCH v3 7/8] hw/arm/sbsa-ref: add ITS support in SBSA GIC
` [PATCH v3 8/8] hw/arm/virt: add ITS support in virt GIC

[PATCH V3 00/22] Live Update
 2021-05-18 16:00 UTC  (17+ messages)
` [PATCH V3 07/22] cpr

[PATCH] fw_cfg: Set the max fw_cfg mem read size to 8 bytes
 2021-05-18 15:49 UTC  (2+ messages)

[PATCH 0/3] vl: add -object support back into -readconfig
 2021-05-18 15:40 UTC  (4+ messages)
` [PATCH 1/3] qemu-config: parse configuration files to a QDict
` [PATCH 2/3] vl: plumb keyval-based options into -readconfig
` [PATCH 3/3] vl: plug -object back "

[PATCH v2] target/ppc: Fix load endianness for lxvwsx/lxvdsx
 2021-05-18 15:42 UTC  (2+ messages)

[PATCH 00/21] block: publish backup-top filter
 2021-05-18 15:41 UTC  (34+ messages)
` [PATCH 10/21] block/copy-before-write: relax permission requirements when no parents
` [PATCH 11/21] block/copy-before-write: use file child instead of backing
` [PATCH 12/21] block/copy-before-write: bdrv_cbw_append(): replace child at last
` [PATCH 13/21] block/copy-before-write: introduce cbw_init()
` [PATCH 14/21] block/copy-before-write: cbw_init(): rename variables
` [PATCH 15/21] block/copy-before-write: cbw_init(): use file child after attaching
` [PATCH 16/21] block/copy-before-write: cbw_init(): use options
` [PATCH 17/21] block/block-copy: switch to fully set bitmap by default
` [PATCH 18/21] block/block-copy: make setting progress optional
` [PATCH 19/21] block/copy-before-write: make public block driver
` [PATCH 20/21] qapi: publish copy-before-write filter
` [PATCH 21/21] itotests/222: add test-case for "

Adjustments of NVDIMM devices and future data safety
 2021-05-18 15:29 UTC  (3+ messages)

[PATCH v2 00/21] qapi: static typing conversion, pt5a
 2021-05-18 15:19 UTC  (13+ messages)
` [PATCH v2 01/21] qapi/parser: Don't try to handle file errors
` [PATCH v2 04/21] qapi/parser: factor parsing routine into method
` [PATCH v2 05/21] qapi/parser: Assert lexer value is a string
` [PATCH v2 12/21] qapi/parser: add type hint annotations

[PATCH v2 0/7] target/ppc: Misc motion to support disabling TCG
 2021-05-18 15:05 UTC  (8+ messages)
` [PATCH v2 1/7] target/ppc: fix ppc_store_sdr1 for user-only compilation
` [PATCH v2 2/7] target/ppc: moved ppc_store_lpcr and ppc_store_msr to cpu.c
` [PATCH v2 3/7] target/ppc: reduce usage of fpscr_set_rounding_mode
` [PATCH v2 4/7] target/ppc: overhauled and moved logic of storing fpscr
` [PATCH v2 5/7] target/ppc: removed unnecessary inclusion of helper-proto.h
` [PATCH v2 6/7] target/ppc: moved ppc_cpu_do_interrupt to cpu.c
` [PATCH v2 7/7] target/ppc: wrapped some TCG only logic with ifdefs

[PATCH v6 00/25] python: create installable package
 2021-05-18 15:20 UTC  (6+ messages)
` [PATCH v6 02/25] python: create qemu packages
` [PATCH v6 03/25] python: create utils sub-package

[PULL 00/20] Misc patches for 2020-05-17
 2021-05-18 15:16 UTC  (2+ messages)

[PATCH v2 0/5] block-copy: make helper APIs thread safe
 2021-05-18 14:50 UTC  (6+ messages)
` [PATCH v2 4/5] progressmeter: protect with a mutex
` [PATCH v2 5/5] co-shared-resource: "

[PATCH v1 for-6.1 00/11] target/arm: Implement BFloat16
 2021-05-18 14:47 UTC  (29+ messages)
` [PATCH v1 01/11] target/arm: Add isar_feature_{aa32, aa64, aa64_sve}_bf16
` [PATCH v1 02/11] target/arm: Unify unallocated path in disas_fp_1src
` [PATCH v1 03/11] target/arm: Implement scalar float32 to bfloat16 conversion
` [PATCH v1 04/11] target/arm: Implement vector "
` [PATCH v1 05/11] fpu: Add float_round_to_odd_inf
` [PATCH v1 06/11] target/arm: Implement bfloat16 dot product (vector)
` [PATCH v1 07/11] target/arm: Implement bfloat16 dot product (indexed)
` [PATCH v1 08/11] target/arm: Implement bfloat16 matrix multiply accumulate
` [PATCH v1 09/11] target/arm: Implement bfloat widening fma (vector)
` [PATCH v1 10/11] target/arm: Implement bfloat widening fma (indexed)
` [PATCH v1 11/11] target/arm: Enable BFloat16 extensions

Adding pcie-root-port devices via QMP apparently isn't possible
 2021-05-18 14:43 UTC  (4+ messages)

latest GOOD state of series i386 cleanup, arm cleanup, s390 cleanup
 2021-05-18 14:51 UTC  (4+ messages)

[PATCH 0/3] Small CI improvements
 2021-05-18 13:50 UTC  (8+ messages)
` [PATCH 1/3] cirrus-ci: test installation
` [PATCH 2/3] ci: do not use #processors+1 jobs, #processors is enough

[PATCH v3] i386: Add ratelimit for bus locks acquired in guest
 2021-05-18 13:48 UTC  (3+ messages)

[RFC PATCH v3 0/9] hw/arm/virt: Introduce cpu topology support
 2021-05-18 13:40 UTC  (16+ messages)
` [RFC PATCH v3 3/9] hw/arm/virt: Add cpu-map to device tree
` [RFC PATCH v3 6/9] hw/arm/virt-acpi-build: Use possible cpus in generation of MADT

Adding devices via QMP's device_add don't have their bootindex setting respected
 2021-05-18 13:08 UTC  (3+ messages)
  ` Fwd: "

notdirty_write thrashing in simple for loop
 2021-05-18  9:54 UTC 

[PATCH v2 0/6] Python: delint python library
 2021-05-18 13:33 UTC  (2+ messages)

[PATCH Resend] block/quorum: Provide .bdrv_co_flush instead of .bdrv_co_flush_to_disk
 2021-05-18 13:17 UTC 

[PATCH] qobject: Fix maybe uninitialized in qdict_array_split
 2021-05-18 13:06 UTC 

[PATCH 0/5] block: file-posix queue
 2021-05-18 13:23 UTC  (2+ messages)

[PATCH] qemu-config: load modules when instantiating option groups
 2021-05-18 13:21 UTC  (2+ messages)

[PULL 00/20] emulated nvme updates
 2021-05-18 13:12 UTC  (2+ messages)

[PATCH 0/7] virtiofsd: Few cleanups in virtio_send_data_iov()
 2021-05-18 12:34 UTC  (18+ messages)
` [PATCH 1/7] virtiofsd: Check for EINTR in preadv() and retry
` [PATCH 2/7] virtiofsd: Get rid of unreachable code in read
` [PATCH 3/7] virtiofsd: Use iov_discard_front() to skip bytes
` [PATCH 4/7] virtiofsd: get rid of in_sg_left variable
` [PATCH 5/7] virtiofsd: Simplify skip byte logic
` [PATCH 6/7] virtiofsd: Check EOF before short read
` [PATCH 7/7] virtiofsd: Set req->reply_sent right after sending reply
  ` [Virtio-fs] "

[PATCH] remove qemu-options* from root directory
 2021-05-18 12:30 UTC  (5+ messages)

[PATCH v2 00/50] target/i386 translate cleanups
 2021-05-18 12:33 UTC  (19+ messages)
` [PATCH v2 38/50] target/i386: Remove user stub for cpu_vmexit
` [PATCH v2 39/50] target/i386: Cleanup read_crN, write_crN, lmsw
` [PATCH v2 43/50] target/i386: Inline user cpu_svm_check_intercept_param
` [PATCH v2 47/50] target/i386: Pass in port to gen_check_io
` [PATCH v2 48/50] target/i386: Create helper_check_io
` [PATCH v2 49/50] target/i386: Move helper_check_io to sysemu
` [PATCH v2 50/50] target/i386: Remove user-only i/o stubs

[PATCH v2] hw/display/qxl: Set pci rom address aligned with page size
 2021-05-18 12:20 UTC 

[PATCH v5 0/3] spapr: nvdimm: Introduce spapr-nvdimm device
 2021-05-18 12:03 UTC  (4+ messages)
` [PATCH v5 1/3] spapr: nvdimm: Forward declare and move the definitions
` [PATCH v5 2/3] spapr: nvdimm: Implement H_SCM_FLUSH hcall
` [PATCH v5 3/3] spapr: nvdimm: Introduce spapr-nvdimm device

[PATCH] vl: allow not specifying size in -m when using -M memory-backend
 2021-05-18 11:42 UTC  (2+ messages)

[PATCH v3 0/3] hw/elf_ops: clear uninitialized segment space
 2021-05-18 11:32 UTC  (2+ messages)

[PULL v2 00/13] Block layer patches
 2021-05-18 11:30 UTC 

[PULL v2 0/4] tcg patch queue
 2021-05-18 11:21 UTC  (2+ messages)

[PATCH v3 00/11] PS/2 controller related fixes
 2021-05-18 10:49 UTC  (3+ messages)
` [PATCH v3 05/11] pckbd: don't update OBF flags if KBD_STAT_OBF is set

[PATCH] target/ppc: Fix load endianness for lxvwsx/lxvdsx
 2021-05-18 10:42 UTC  (3+ messages)

[PULL 00/46] softfloat: Convert float128 to FloatParts (part 1)
 2021-05-18 10:11 UTC  (2+ messages)

[PULL 00/10] Net patches
 2021-05-18 10:09 UTC  (3+ messages)
` [PULL 09/10] virtio-net: failover: add missing remove_migration_state_change_notifier()

[PATCH v2 0/7] block-copy: protect block-copy internal structures
 2021-05-18 10:07 UTC  (5+ messages)
` [PATCH v2 3/7] block-copy: move progress_set_remaining in block_copy_task_end
` [PATCH v2 4/7] block-copy: add a CoMutex to the BlockCopyTask list
` [PATCH v2 5/7] block-copy: add QemuMutex lock for BlockCopyCallState list
` [PATCH v2 7/7] block-copy: protect BlockCopyState .method fields

[PATCH v2 0/8] vhost-user-gpu: fix several security issues
 2021-05-18 10:31 UTC  (2+ messages)

[PATCH v4 00/13] virtio-gpu: Add support for Blob resources feature (v4)
 2021-05-18 10:16 UTC  (2+ messages)

[PATCH 0/4] Misc. audio patches
 2021-05-18 10:21 UTC  (2+ messages)

[Bug 1924603] [NEW] Incorrect feature negotiation for vhost-vdpa netdevice
 2021-05-18 10:06 UTC  (2+ messages)
` [Bug 1924603] "

[PATCH] hw/input/hid: Add support for keys of jp106 keyboard
 2021-05-18 10:18 UTC  (4+ 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).