messages from 2020-11-03 15:52:56 to 2020-11-04 02:08:46 UTC [more...]
[RFC PATCH 0/6] eBPF RSS support for virtio-net
2020-11-04 2:07 UTC (4+ messages)
[PATCH 00/15] python: absorb scripts/qmp/qom-* tooling
2020-11-04 0:38 UTC (2+ messages)
[PATCH v2 00/72] python: move scripts/qmp to python/qemu/qmp
2020-11-04 0:36 UTC (73+ messages)
` [PATCH v2 01/72] python/qmp: Add qom script rewrites
` [PATCH v2 02/72] python/qmp: add qom script entry points
` [PATCH v2 03/72] scripts/qmp: redirect qom-xxx scripts to python/qemu/qmp/
` [PATCH v2 04/72] scripts/qom-fuse: apply isort rules
` [PATCH v2 05/72] scripts/qom-fuse: apply flake8 rules
` [PATCH v2 06/72] python: Add 'fh' to known-good variable names
` [PATCH v2 07/72] scripts/qom-fuse: Apply pylint rules
` [PATCH v2 08/72] scripts/qom-fuse: Add docstrings
` [PATCH v2 09/72] scripts/qom-fuse: Convert to QOMCommand
` [PATCH v2 10/72] scripts/qom-fuse: use QOMCommand.qom_list()
` [PATCH v2 11/72] scripts/qom-fuse: ensure QOMFuse.read always returns bytes
` [PATCH v2 12/72] scripts/qom-fuse: add static type hints
` [PATCH v2 13/72] scripts/qom-fuse: move to python/qemu/qmp/qom_fuse.py
` [PATCH v2 14/72] scripts/qom-fuse: add redirection shim to python/qemu/qmp/qom-fuse.py
` [PATCH v2 15/72] python: add fuse command to 'qom' tools
` [PATCH v2 16/72] python: add optional fuse dependency
` [PATCH v2 17/72] scripts/qemu-ga-client: apply isort rules
` [PATCH v2 18/72] scripts/qemu-ga-client: apply (most) flake8 rules
` [PATCH v2 19/72] scripts/qemu-ga-client: Fix exception handling
` [PATCH v2 20/72] scripts/qemu-ga-client: replace deprecated optparse with argparse
` [PATCH v2 21/72] scripts/qemu-ga-client: add module docstring
` [PATCH v2 22/72] scripts/qemu-ga-client: apply (most) pylint rules
` [PATCH v2 23/72] python/qmp: Correct type of QMPReturnValue
` [PATCH v2 24/72] scripts/qmp/qemu-ga-client: add mypy type hints
` [PATCH v2 25/72] scripts/qemu-ga-client: move to python/qemu/qmp/qemu_ga_client.py
` [PATCH v2 26/72] python/qemu-ga-client: add entry point
` [PATCH v2 27/72] scripts/qemu-ga-client: Add forwarder stub
` [PATCH v2 28/72] scripts/qmp-shell: apply isort rules
` [PATCH v2 29/72] scripts/qmp-shell: Apply flake8 rules
` [PATCH v2 30/72] scripts/qmp-shell: fix show_banner signature
` [PATCH v2 31/72] scripts/qmp-shell: fix exception handling
` [PATCH v2 32/72] scripts/qmp-shell: fix connect method signature
` [PATCH v2 33/72] scripts/qmp-shell: remove shadowed variable from _print()
` [PATCH v2 34/72] scripts/qmp-shell: use @classmethod where appropriate
` [PATCH v2 35/72] scripts/qmp-shell: Use python3-style super()
` [PATCH v2 36/72] scripts/qmp-shell: declare verbose in __init__
` [PATCH v2 37/72] scripts/qmp-shell: use triple-double-quote docstring style
` [PATCH v2 38/72] scripts/qmp-shell: ignore visit_Name name
` [PATCH v2 39/72] scripts/qmp-shell: make QMPCompleter returns explicit
` [PATCH v2 40/72] scripts/qmp-shell: rename one and two-letter variables
` [PATCH v2 41/72] scripts/qmp-shell: fix shell history exception handling
` [PATCH v2 42/72] scripts/qmp-shell: explicitly chain exception context
` [PATCH v2 43/72] scripts/qmp-shell: remove if-raise-else patterns
` [PATCH v2 44/72] scripts/qmp-shell: use isinstance() instead of type()
` [PATCH v2 45/72] scripts/qmp-shell: use argparse
` [PATCH v2 46/72] python/qmp: Fix type of SocketAddrT
` [PATCH v2 47/72] python/qmp: add parse_address classmethod
` [PATCH v2 48/72] scripts/qmp-shell: Add pretty attribute to HMP shell
` [PATCH v2 49/72] scripts/qmp-shell: Make verbose a public attribute
` [PATCH v2 50/72] scripts/qmp-shell: move get_prompt() to prompt property
` [PATCH v2 51/72] scripts/qmp-shell: remove prompt argument from read_exec_command
` [PATCH v2 52/72] scripts/qmp-shell: move the REPL functionality into QMPShell
` [PATCH v2 53/72] scripts/qmp-shell: Fix "FuzzyJSON" parser
` [PATCH v2 54/72] scripts/qmp-shell: refactor QMPCompleter
` [PATCH v2 55/72] scripts/qmp-shell: initialize completer early
` [PATCH v2 56/72] python/qmp: add QMPObject type alias
` [PATCH v2 57/72] scripts/qmp-shell: add mypy types
` [PATCH v2 58/72] scripts/qmp-shell: Accept SocketAddrT instead of string
` [PATCH v2 59/72] scripts/qmp-shell: unprivatize 'pretty' property
` [PATCH v2 60/72] python/qmp: return generic type from context manager
` [PATCH v2 61/72] scripts/qmp-shell: Use context manager instead of atexit
` [PATCH v2 62/72] scripts/qmp-shell: use logging to show warnings
` [PATCH v2 63/72] scripts/qmp-shell: remove TODO
` [PATCH v2 64/72] scripts/qmp-shell: Fix empty-transaction invocation
` [PATCH v2 65/72] scripts/qmp-shell: Remove too-broad-exception
` [PATCH v2 66/72] scripts/qmp-shell: convert usage comment to docstring
` [PATCH v2 67/72] scripts/qmp-shell: remove double-underscores
` [PATCH v2 68/72] scripts/qmp-shell: make QMPShellError inherit QMPError
` [PATCH v2 69/72] scripts/qmp-shell: add docstrings
` [PATCH v2 70/72] scripts/qmp-shell: move to python/qemu/qmp/qmp_shell.py
` [PATCH v2 71/72] python: add qmp-shell entry point
` [PATCH v2 72/72] scripts/qmp-shell: add redirection shim
[PATCH v2 00/16] qapi: static typing conversion, pt3
2020-11-04 0:41 UTC (2+ messages)
[PATCH v2 00/19] Mirror map JIT memory for TCG
2020-11-03 23:08 UTC (7+ messages)
` [PATCH v2 01/19] tcg: Enhance flush_icache_range with separate data pointer
` [PATCH v2 18/19] tcg/aarch64: Implement flush_idcache_range manually
[ANNOUNCE] QEMU 5.2.0-rc0 is now available
2020-11-03 22:24 UTC
[PATCH V1] vfio-pci: improved tracing
2020-11-03 21:44 UTC (3+ messages)
[PATCH for-5.2 0/4] deprecate short-form boolean options
2020-11-03 21:41 UTC (7+ messages)
` [PATCH for-5.2 4/4] qemu-option: warn for "
[PULL 00/38] pc,pci,vhost,virtio: fixes
2020-11-03 21:40 UTC (3+ messages)
[PATCH 01/14] target/arm: add arm_is_el2_enabled() helper
2020-11-03 21:40 UTC (29+ messages)
` [PATCH 02/14] target/arm: use arm_is_el2_enabled() where applicable
` [PATCH 03/14] target/arm: use arm_hcr_el2_eff() "
` [PATCH 04/14] target/arm: factor MDCR_EL2 common handling
` [PATCH 05/14] target/arm: declare new AA64PFR0 bit-fields
` [PATCH 07/14] target/arm: return the stage 2 index for stage 1
` [PATCH 08/14] target/arm: add MMU stage 1 for Secure EL2
` [PATCH 09/14] target/arm: add ARMv8.4-SEL2 system registers
` [PATCH 10/14] target/arm: do S1_ptw_translate() before address space lookup
` [PATCH 13/14] target/arm: add ARMv8.4-SEL2 extension
` [PATCH 14/14] target/arm: enable Secure EL2 in max CPU
[PATCH] tcg: Revert "tcg/optimize: Flush data at labels not TCG_OPF_BB_END"
2020-11-03 21:38 UTC
[PATCH] hw/arm/nseries: Check return value from load_image_targphys()
2020-11-03 21:23 UTC (3+ messages)
[PATCH 0/1] acpi: Implement ACPI ERST support for guests
2020-11-03 21:16 UTC (3+ messages)
` [PATCH 1/1] "
[PATCH-for-5.2 0/3] ci: Move --without-default-devices job from Travis to GitLab
2020-11-03 21:12 UTC (15+ messages)
` [PATCH-for-5.2 1/3] s390x: fix build for --without-default-devices
` [PATCH-for-5.2 2/3] gitlab-ci: Add a job to cover the --without-default-devices config
` [PATCH-for-5.2 3/3] travis-ci: Remove the --without-default-devices job
[PULL v2 00/19] riscv-to-apply queue
2020-11-03 21:07 UTC (8+ messages)
` [PULL v2 03/19] target/riscv: Merge m/vsstatus and m/vsstatush into one uint64_t unit
` [PULL v2 05/19] target/riscv: Add PMP state description
` [PULL v2 10/19] hw/misc: Add Microchip PolarFire SoC DDR Memory Controller support
` [PULL v2 14/19] hw/misc: Add Microchip PolarFire SoC SYSREG module support
` [PULL v2 15/19] hw/riscv: microchip_pfsoc: Connect the SYSREG module
` [PULL v2 18/19] hw/riscv: microchip_pfsoc: Hook the I2C1 controller
[QEMU] Question regarding user mode support for ARM syscalls
2020-11-03 17:56 UTC (3+ messages)
[PATCH v1 1/1] linux-user/syscall: Fix missing target_to_host_timespec64() check
2020-11-03 20:39 UTC (2+ messages)
[PATCH v8 00/11] hw/block/nvme: Support Namespace Types and Zoned Namespace Command Set
2020-11-03 20:37 UTC (5+ messages)
` [PATCH v8 07/11] hw/block/nvme: Support "
[Qemu-devel] [PULL 00/36] QEMU patches for 2018-08-20
2020-11-03 20:31 UTC (3+ messages)
` [Qemu-devel] [PULL 09/36] 9p: simplify source file selection
[PATCH v1] docs/devel: Add VFIO device migration documentation
2020-11-03 20:27 UTC (6+ messages)
[PATCH v3 0/7] Fix the Hypervisor access functions
2020-11-03 20:27 UTC (13+ messages)
` [PATCH v3 1/7] target/riscv: Merge m/vsstatus and m/vsstatush into one uint64_t unit
` [PATCH v3 2/7] target/riscv: Add a virtualised MMU Mode
` [PATCH v3 3/7] target/riscv: Set the virtualised MMU mode when doing hyp accesses
` [PATCH v3 4/7] target/riscv: Remove the HS_TWO_STAGE flag
` [PATCH v3 5/7] target/riscv: Remove the hyp load and store functions
` [PATCH v3 6/7] target/riscv: Remove the Hypervisor access check function
` [PATCH v3 7/7] target/riscv: Split the Hypervisor execute load helpers
[PATCH V16 0/6] mips: Add Loongson-3 machine support
2020-11-03 20:23 UTC (3+ messages)
` [PATCH V16 5/6] hw/mips: "
[PULL 0/1] Linux user for 5.0 patches
2020-11-03 19:46 UTC (7+ messages)
` [PULL 1/1] linux-user: Support futex_time64
[PATCH 0/9] qapi: untie 'if' conditions from C preprocessor
2020-11-03 19:54 UTC (4+ messages)
` [PATCH 2/9] qapi: move gen_if/gen_endif to IfCond
[PATCH 0/6] fix uninitialized variable warning
2020-11-03 19:49 UTC (4+ messages)
` [PATCH 2/6] hw/rdma/rdma_backend: fix uninitialized variable warning in rdma_poll_cq()
[Bug 1902777] [NEW] qemu with whpx acceleration crashes with vmx=on
2020-11-03 19:26 UTC (2+ messages)
` [Bug 1902777] "
VFIO Migration
2020-11-03 18:49 UTC (15+ messages)
[PATCH-for-5.2 v3 0/7] util/vfio-helpers: Generic code strengthening
2020-11-03 18:37 UTC (3+ messages)
[Qemu-devel] [PULL 0/7] Python queue, 2019-02-22
2020-11-03 18:10 UTC (5+ messages)
` [Qemu-devel] [PULL 5/7] tests.acceptance: adds simple migration test
` "
[PATCH] Revert "vhost-blk: set features before setting inflight feature"
2020-11-03 17:38 UTC (5+ messages)
[PULL 0/6] Mips fixes patches
2020-11-03 17:31 UTC (7+ messages)
` [PULL 1/6] hw/mips: Remove the 'r4k' machine
` [PULL 2/6] hw/mips: Fix Lesser GPL version number
` [PULL 3/6] hw/mips/boston: "
` [PULL 4/6] hw/intc/loongson: Fix incorrect 'core' calculation in liointc_read/write
` [PULL 5/6] target/mips: Fix Lesser GPL version number
` [PULL 6/6] target/mips: Add unaligned access support for MIPS64R6 and Loongson-3
[PATCH] hw/intc: Fix incorrect calculation of core in liointc_read() and liointc_write()
2020-11-03 17:15 UTC (4+ messages)
[PATCH] s390-bios: Skip writing iplb location to low core for ccw ipl
2020-11-03 17:15 UTC (3+ messages)
[PATCH-for-5.2 v2 00/25] block/nvme: Fix Aarch64 or big-endian hosts
2020-11-03 17:14 UTC (2+ messages)
[PULL 0/6] Block layer patches
2020-11-03 16:53 UTC (3+ messages)
` [PULL 6/6] block/vvfat: Fix bad printf format specifiers
[PATCH v2] qapi, qemu-options: make all parsing visitors parse boolean options the same
2020-11-03 16:46 UTC (4+ messages)
[PATCH v11 00/10] virtio-iommu: VFIO integration
2020-11-03 16:44 UTC (5+ messages)
` [PATCH v11 09/10] virtio-iommu: Set supported page size mask
[PATCH for-5.2] virtiofsd: Announce submounts even without statx()
2020-11-03 16:41 UTC
[PATCH RFC] memory: pause all vCPUs for the duration of memory transactions
2020-11-03 16:37 UTC (4+ messages)
[PATCH] contrib/rdmacm-mux: Fix error condition in hash_tbl_search_fd_by_ifid()
2020-11-03 16:35 UTC (2+ messages)
[PATCH v2] trace: remove argument from trace_init_file
2020-11-03 16:25 UTC (2+ messages)
[PATCH v2] qcow2: Document and enforce the QCowL2Meta invariants
2020-11-03 15:53 UTC (2+ messages)
[PATCH-for-5.2 0/4] misc: Trivial format string fixes
2020-11-03 15:44 UTC (6+ messages)
[PATCH] qapi: make all parsing visitors parse boolean options the same
2020-11-03 16:00 UTC (2+ messages)
[PULL 00/12] riscv-to-apply queue
2020-11-03 15:41 UTC (4+ messages)
` [PULL 12/12] hw/misc/sifive_u_otp: Add backend drive support
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).