messages from 2020-09-29 20:49:42 to 2020-09-30 10:20:07 UTC [more...]
[PULL 00/17] Block patches
2020-09-30 10:12 UTC (6+ messages)
` [PULL 01/17] util/vfio-helpers: Pass page protections to qemu_vfio_pci_map_bar()
` [PULL 02/17] block/nvme: Map doorbells pages write-only
` [PULL 03/17] block/nvme: Reduce I/O registers scope
` [PULL 04/17] block/nvme: Drop NVMeRegs structure, directly use NvmeBar
` [PULL 06/17] block/nvme: Replace magic value by SCALE_MS definition
[PATCH 00/16] hw/mips: Set CPU frequency
2020-09-30 10:13 UTC (12+ messages)
` [PATCH 01/16] hw/core/cpu: Let CPU object have a clock source
` [PATCH 16/16] tests/acceptance: Test the MIPSsim machine
[PATCH v3 0/3] add MEMORY_FAILURE event
2020-09-30 10:04 UTC (4+ messages)
` [PATCH v3 1/3] target-i386: seperate MCIP & MCE_MASK error reason
` [PATCH v3 2/3] qapi/run-state.json: introduce memory failure event
` [PATCH v3 3/3] target-i386: post memory failure event to uplayer
[PATCH] hw/arm/aspeed: Map the UART5 device unconditionally
2020-09-30 10:07 UTC (7+ messages)
[PATCH RFC 00/14] fix some comment spelling errors
2020-09-30 9:53 UTC (15+ messages)
` [PATCH RFC 01/14] cris/: "
` [PATCH RFC 02/14] ppc/: "
` [PATCH RFC 03/14] riscv/: "
` [PATCH RFC 04/14] rx/: "
` [PATCH RFC 05/14] tricore/: "
` [PATCH RFC 06/14] mips/: "
` [PATCH RFC 07/14] s390x/: "
` [PATCH RFC 08/14] m68k/: "
` [PATCH RFC 09/14] sh4/: "
` [PATCH RFC 10/14] i386/: "
` [PATCH RFC 11/14] avr/: "
` [PATCH RFC 12/14] arm/: "
` [PATCH RFC 13/14] alpha/: "
` [PATCH RFC 14/14] target/: "
[RFC PATCH v2 0/8] block-backend: Introduce I/O hang
2020-09-30 9:46 UTC (9+ messages)
` [RFC PATCH v2 1/8] block-backend: introduce I/O rehandle info
` [RFC PATCH v2 2/8] block-backend: rehandle block aios when EIO
` [RFC PATCH v2 3/8] block-backend: add I/O hang timeout
` [RFC PATCH v2 4/8] block-backend: add I/O rehandle pause/unpause
` [RFC PATCH v2 5/8] block-backend: enable I/O hang when timeout is set
` [RFC PATCH v2 6/8] virtio-blk: pause I/O hang when resetting
` [RFC PATCH v2 7/8] qemu-option: add I/O hang timeout option
` [RFC PATCH v2 8/8] qapi: add I/O hang and I/O hang timeout qapi event
[PATCH v2 00/13] block/export: convert vhost-user-blk-server to block exports API
2020-09-30 9:45 UTC (4+ messages)
` [PATCH v2 11/13] block/export: convert vhost-user-blk server to block export API
[PATCH v10 13/13] tests/acpi: add DSDT.hpbrroot DSDT table blob to test global i440fx hotplug
2020-09-30 9:30 UTC (17+ messages)
[PATCH v7 00/13] monitor: Optionally run handlers in coroutines
2020-09-30 9:26 UTC (7+ messages)
` [PATCH v7 06/13] qmp: Call monitor_set_cur() only in qmp_dispatch()
[PATCH v2 0/2] NVMe passthrough: Take into account host IOVA reserved regions
2020-09-30 9:23 UTC (6+ messages)
` [PATCH v2 2/2] util/vfio-helpers: Rework the IOVA allocator to avoid "
[PATCH] PoC: Rust binding for QAPI (qemu-ga only, for now)
2020-09-30 9:15 UTC (20+ messages)
Some comments on using qemu-storage-daemon
2020-09-30 9:08 UTC (3+ messages)
[PATCH v3 0/5] hw/arm/virt: Introduce kvm-steal-time
2020-09-30 8:59 UTC (7+ messages)
` [PATCH v3 3/5] hw/arm/virt: Move kvm pmu setup to virt_cpu_post_init
` [PATCH v3 4/5] DO NOT MERGE: HACK: Add steal time KVM cap to kvm.h
` [PATCH v3 5/5] hw/arm/virt: Implement kvm-steal-time
[PATCH v2 0/4] block/export: add BlockExportOptions->iothread member
2020-09-30 8:51 UTC (4+ messages)
` [PATCH v2 3/4] block: move block exports to libblockdev
[PATCH v4 00/46] qapi: static typing conversion, pt1
2020-09-30 8:47 UTC (48+ messages)
` [PATCH v4 01/46] [DO-NOT-MERGE] docs: replace single backtick (`) with double-backtick (``)
` [PATCH v4 02/46] docs: repair broken references
` [PATCH v4 03/46] [DO-NOT-MERGE] docs/sphinx: change default role to "any"
` [PATCH v4 04/46] qapi: modify docstrings to be sphinx-compatible
` [PATCH v4 05/46] [DO-NOT-MERGE] docs: enable sphinx-autodoc for scripts/qapi
` [PATCH v4 06/46] qapi-gen: Separate arg-parsing from generation
` [PATCH v4 07/46] qapi: move generator entrypoint into module
` [PATCH v4 08/46] [DO-NOT-MERGE] docs: add scripts/qapi/main to python manual
` [PATCH v4 09/46] qapi: Prefer explicit relative imports
` [PATCH v4 10/46] qapi: Remove wildcard includes
` [PATCH v4 11/46] qapi: enforce import order/styling with isort
` [PATCH v4 12/46] qapi: delint using flake8
` [PATCH v4 13/46] qapi: add pylintrc
` [PATCH v4 14/46] qapi/common.py: Remove python compatibility workaround
` [PATCH v4 15/46] qapi/common.py: Add indent manager
` [PATCH v4 16/46] qapi/common.py: delint with pylint
` [PATCH v4 17/46] qapi/common.py: Replace one-letter 'c' variable
` [PATCH v4 18/46] qapi/common.py: check with pylint
` [PATCH v4 19/46] qapi/common.py: add type hint annotations
` [PATCH v4 20/46] qapi/common.py: Convert comments into docstrings, and elaborate
` [PATCH v4 21/46] qapi/common.py: move build_params into gen.py
` [PATCH v4 22/46] qapi: establish mypy type-checking baseline
` [PATCH v4 23/46] qapi/events.py: add type hint annotations
` [PATCH v4 24/46] qapi/events.py: Move comments into docstrings
` [PATCH v4 25/46] qapi/commands.py: Don't re-bind to variable of different type
` [PATCH v4 26/46] qapi/commands.py: add type hint annotations
` [PATCH v4 27/46] qapi/commands.py: enable checking with mypy
` [PATCH v4 28/46] qapi/source.py: add type hint annotations
` [PATCH v4 29/46] qapi/source.py: delint with pylint
` [PATCH v4 30/46] qapi/gen.py: Fix edge-case of _is_user_module
` [PATCH v4 31/46] qapi/gen.py: add type hint annotations
` [PATCH v4 32/46] qapi/gen.py: Enable checking with mypy
` [PATCH v4 33/46] qapi/gen.py: Remove unused parameter
` [PATCH v4 34/46] qapi/gen.py: update write() to be more idiomatic
` [PATCH v4 35/46] qapi/gen.py: delint with pylint
` [PATCH v4 36/46] qapi/introspect.py: assert obj is a dict when features are given
` [PATCH v4 37/46] qapi/instrospect.py: add preliminary type hint annotations
` [PATCH v4 38/46] qapi/introspect.py: add _gen_features helper
` [PATCH v4 39/46] qapi/introspect.py: Unify return type of _make_tree()
` [PATCH v4 40/46] qapi/introspect.py: replace 'extra' dict with 'comment' argument
` [PATCH v4 41/46] qapi/introspect.py: create a typed 'Node' data structure
` [PATCH v4 42/46] qapi/types.py: add type hint annotations
` [PATCH v4 43/46] qapi/types.py: remove one-letter variables
` [PATCH v4 44/46] qapi/visit.py: assert tag_member contains a QAPISchemaEnumType
` [PATCH v4 45/46] qapi/visit.py: remove unused parameters from gen_visit_object
` [PATCH v4 46/46] qapi/visit.py: add type hint annotations
[PULL 0/2] acpi: unit test
2020-09-30 8:36 UTC (3+ messages)
` [PULL 1/2] tests/acpi: unit test exercising global pci hotplug off for i440fx
` [PULL 2/2] tests/acpi: add DSDT.hpbrroot DSDT table blob to test global i440fx hotplug
[PATCH] hw/rtc/m48t59: Simplify m48t59_init()
2020-09-30 8:35 UTC (6+ messages)
[Bug 1849644] [NEW] QEMU VNC websocket proxy requires non-standard 'binary' subprotocol
2020-09-30 8:15 UTC (3+ messages)
` [Bug 1849644] Autopkgtest regression report (qemu/1:4.2-3ubuntu6.7)
` [Bug 1849644] Re: QEMU VNC websocket proxy requires non-standard 'binary' subprotocol
[PATCH v5 00/14] hw/block/nvme: Support Namespace Types and Zoned Namespace Command Set
2020-09-30 8:15 UTC (9+ messages)
` [PATCH v5 03/14] hw/block/nvme: Introduce the Namespace Types definitions
` [PATCH v5 05/14] hw/block/nvme: Add support for Namespace Types
` [PATCH v5 09/14] hw/block/nvme: Support Zoned Namespace Command Set
Outline for VHOST_USER_PROTOCOL_F_VDPA
2020-09-30 8:07 UTC (6+ messages)
[PATCH v4 00/12] Support disabling TCG on ARM (part 2)
2020-09-30 8:03 UTC (16+ messages)
` [PATCH v4 01/12] accel/tcg: Add stub for cpu_loop_exit()
` [PATCH v4 02/12] meson: Allow optional target/${ARCH}/Kconfig
` [PATCH v4 03/12] target/arm: Select SEMIHOSTING if TCG is available
` [PATCH v4 04/12] target/arm: Restrict ARMv4 cpus to TCG accel
` [PATCH v4 05/12] target/arm: Restrict ARMv5 "
` [PATCH v4 06/12] target/arm: Restrict ARMv6 "
` [PATCH v4 07/12] target/arm: Restrict ARMv7 R-profile "
` [PATCH v4 08/12] target/arm: Restrict ARMv7 M-profile "
` [PATCH v4 09/12] target/arm: Make m_helper.c optional via CONFIG_ARM_V7M
` [PATCH v4 10/12] target/arm: Do not build TCG objects when TCG is off
` [PATCH v4 11/12] target/arm: Reorder meson.build rules
` [PATCH v4 12/12] .travis.yml: Add a KVM-only Aarch64 job
[RFC PATCH v5 0/2] Add file-backed and write-once features to OTP
2020-09-30 7:10 UTC (6+ messages)
` [RFC PATCH v5 2/2] hw/riscv: sifive_u: Add backend drive support
[PATCH] pci: check bus pointer before dereference
2020-09-30 6:45 UTC (8+ messages)
[PATCH v4 0/9] memory: assert and define MemoryRegionOps callbacks
2020-09-30 6:05 UTC (4+ messages)
` [PATCH v4 9/9] memory: assert MemoryRegionOps callbacks are defined
network buffering in fault tolerance
2020-09-30 5:12 UTC
[PATCH 00/16] qapi: static typing conversion, pt2
2020-09-30 4:46 UTC (8+ messages)
` [PATCH 16/16] qapi/expr.py: Use an expression checker dispatch table
[PATCH] hw/arm: Restrict APEI tables generation to the 'virt' machine
2020-09-30 5:08 UTC (2+ messages)
[PATCH 00/14] qapi: static typing conversion, pt3
2020-09-30 4:44 UTC (2+ messages)
Contributor wanting to get started with simple contributions
2020-09-30 4:38 UTC (9+ messages)
[PATCH v2] hw/ide: check null block before _cancel_dma_sync
2020-09-30 4:26 UTC (7+ messages)
[RFC PATCH v4 00/29] Hexagon patch series
2020-09-30 4:08 UTC (9+ messages)
[Qemu-devel PATCH v2] target/i386: add "-cpu, lbr-fmt=*" support to enable guest LBR
2020-09-30 3:11 UTC (3+ messages)
` [Qemu-devel PATCH v2] target/i386: add "-cpu,lbr-fmt=*" "
[PULL 00/26] migration and friends queue
2020-09-30 2:14 UTC (4+ messages)
` [PULL 26/26] virtiofsd: Add -o allow_direct_io|no_allow_direct_io options
` [External] "
[RFC 0/3] QEMU as IPMI BMC emulator
2020-09-30 1:54 UTC (4+ messages)
[PATCH 0/4] linux-user: update syscall_nr headers to Linux 5.9-rc7
2020-09-30 1:12 UTC (6+ messages)
` [PATCH 1/4] linux-user: update syscall_nr.h "
` [PATCH 2/4] linux-user: update mips/syscall-args-o32.c.inc "
` [PATCH 3/4] linux-user: update syscall.tbl "
` [PATCH 4/4] linux-user: remove _sysctl
[PATCH 0/2] hw/block/m25p80: Fix Numonyx flash dummy cycle register behavior
2020-09-30 0:28 UTC (3+ messages)
` [PATCH 1/2] hw/block/m25p80: Fix Numonyx "
` [PATCH 2/2] hw/block/m25p80: Fix nonvolatile-cfg property default value
[Bug 1821595] Re: Failed to emulate MMIO access with EmulatorReturnStatus: 2
2020-09-29 23:54 UTC
[PATCH] qom: fix objects with improper parent type
2020-09-29 23:47 UTC
[PATCH v2 0/8] fcntl, sockopt, and ioctl options
2020-09-29 23:29 UTC (3+ messages)
` [PATCH v2 4/8] linux-user: Add IPv6 options to do_print_sockopt()
[PATCH v4] linux-user: Add most IFTUN ioctls
2020-09-29 23:24 UTC (2+ messages)
[PATCH v2 00/14] hw/block/nvme: zoned namespace command set
2020-09-29 23:19 UTC (15+ messages)
` [PATCH v2 01/14] hw/block/nvme: add nsid to get/setfeat trace events
` [PATCH v2 02/14] hw/block/nvme: add trace event for requests with non-zero status code
` [PATCH v2 03/14] hw/block/nvme: make lba data size configurable
` [PATCH v2 04/14] hw/block/nvme: reject io commands if only admin command set selected
` [PATCH v2 05/14] hw/block/nvme: consolidate read, write and write zeroes
` [PATCH v2 06/14] hw/block/nvme: add support for dulbe and block utilization tracking
` [PATCH v2 07/14] hw/block/nvme: add commands supported and effects log page
` [PATCH v2 08/14] hw/block/nvme: support namespace types
` [PATCH v2 09/14] hw/block/nvme: add basic read/write for zoned namespaces
` [PATCH v2 10/14] hw/block/nvme: add the zone management receive command
` [PATCH v2 11/14] hw/block/nvme: add the zone management send command
` [PATCH v2 12/14] hw/block/nvme: add the zone append command
` [PATCH v2 13/14] hw/block/nvme: track and enforce zone resources
` [PATCH v2 14/14] hw/block/nvme: allow open to close transitions by controller
[PATCH] qom: fix objects with improper parent type
2020-09-29 23:37 UTC
[PATCH] qom: fix objects with improper parent type
2020-09-29 23:29 UTC
[Bug 1897481] [NEW] qemu crashes with VGA pass-through, e-GPU, nvidia 1060
2020-09-29 23:00 UTC (2+ messages)
` [Bug 1897481] "
[PATCH v3 00/18] hw/block/nvme: bump to v1.3
2020-09-29 22:57 UTC (7+ messages)
` [PATCH v3 07/18] hw/block/nvme: add support for the get log page command
[PATCH] tests/acceptance: Add a 'virt_kvm' test using the GICv3
2020-09-29 22:48 UTC
[PATCH v6 00/14] Reverse debugging
2020-09-29 22:15 UTC (3+ messages)
` [PATCH v6 14/14] tests/acceptance: add reverse debugging test
[RFC] Don't lookup full CPU state in the indirect branch fast path on AArch64 when running in user mode
2020-09-29 21:32 UTC
[Bug 1897783] [NEW] avocado tests not running on aarch64 host
2020-09-29 20:52 UTC (3+ messages)
` [Bug 1897783] "
[PATCH v4 00/14] hw/block/nvme: Support Namespace Types and Zoned Namespace Command Set
2020-09-29 19:42 UTC (12+ 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).