qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-09-23 09:25:15 to 2020-09-23 16:50:04 UTC [more...]

[PATCH v2 00/38] qapi: static typing conversion, pt1
 2020-09-23 16:48 UTC  (59+ messages)
` [PATCH v2 01/38] [DO-NOT-MERGE] qapi: add debugging tools
` [PATCH v2 04/38] qapi: Prefer explicit relative imports
` [PATCH v2 05/38] qapi: Remove wildcard includes
` [PATCH v2 06/38] qapi: delint using flake8
` [PATCH v2 07/38] qapi: add pylintrc
` [PATCH v2 08/38] qapi/common.py: Remove python compatibility workaround
` [PATCH v2 09/38] qapi/common.py: Add indent manager
` [PATCH v2 10/38] qapi/common.py: delint with pylint
` [PATCH v2 11/38] qapi/common.py: Replace one-letter 'c' variable
` [PATCH v2 12/38] qapi/common.py: check with pylint
` [PATCH v2 14/38] qapi/common.py: Convert comments into docstrings, and elaborate
` [PATCH v2 15/38] qapi/common.py: move build_params into gen.py
` [PATCH v2 16/38] qapi: establish mypy type-checking baseline
` [PATCH v2 17/38] qapi/events.py: add type hint annotations
` [PATCH v2 18/38] qapi/events.py: Move comments into docstrings
` [PATCH v2 19/38] qapi/commands.py: Don't re-bind to variable of different type
` [PATCH v2 20/38] qapi/commands.py: add notational type hints
` [PATCH v2 21/38] qapi/commands.py: enable checking with mypy
` [PATCH v2 22/38] qapi/source.py: add type hint annotations
` [PATCH v2 23/38] qapi/source.py: delint with pylint
` [PATCH v2 24/38] qapi/gen.py: Fix edge-case of _is_user_module
` [PATCH v2 25/38] qapi/gen.py: add type hint annotations
` [PATCH v2 26/38] qapi/gen.py: Enable checking with mypy
` [PATCH v2 27/38] qapi/gen.py: Remove unused parameter
` [PATCH v2 28/38] qapi/gen.py: update write() to be more idiomatic
` [PATCH v2 29/38] qapi/gen.py: delint with pylint
` [PATCH v2 30/38] qapi/introspect.py: Add a typed 'extra' structure
` [PATCH v2 31/38] qapi/introspect.py: add _gen_features helper

[PATCH 00/13] dma: Let the DMA API take MemTxAttrs argument and propagate MemTxResult
 2020-09-23 16:46 UTC  (3+ messages)

[PATCH v6 00/11] x86: fix cpu hotplug with secure boot
 2020-09-23 16:44 UTC  (14+ messages)
` [PATCH v6 01/11] x86: lpc9: let firmware negotiate 'CPU hotplug with SMI' features
` [PATCH v6 02/11] x86: cpuhp: prevent guest crash on CPU hotplug when broadcast SMI is in use
` [PATCH v6 03/11] x86: cpuhp: refuse cpu hot-unplug request earlier if not supported
` [PATCH v6 04/11] acpi: add aml_land() and aml_break() primitives
` [PATCH v6 05/11] tests: acpi: mark to be changed tables in bios-tables-test-allowed-diff
` [PATCH v6 06/11] x86: ich9: expose "smi_negotiated_features" as a QOM property
` [PATCH v6 07/11] x86: acpi: introduce AcpiPmInfo::smi_on_cpuhp
` [PATCH v6 08/11] x86: acpi: introduce the PCI0.SMI0 ACPI device
` [PATCH v6 09/11] x68: acpi: trigger SMI before sending hotplug Notify event to OSPM
` [PATCH v6 10/11] tests: acpi: update acpi blobs with new AML
` [PATCH v6 11/11] smp: drop support for deprecated (invalid topologies)

[PATCH 7/7] configure: Bump the minimum required Python version to 3.6
 2020-09-23 16:44 UTC  (4+ messages)
` [PATCH v2 "

[PATCH] travis: remove TCI test
 2020-09-23 16:31 UTC  (4+ messages)

[PATCH] docs: Document the throttle block filter
 2020-09-23 16:30 UTC  (4+ messages)

[PATCH v6 0/5] fix & merge block_status_above and is_allocated_above
 2020-09-23 16:22 UTC  (5+ messages)
` [PATCH v6 2/5] block/io: bdrv_common_block_status_above: support include_base
` [PATCH v6 3/5] block/io: bdrv_common_block_status_above: support bs == base

[PULL 00/13] Block patches
 2020-09-23 16:10 UTC  (14+ messages)
` [PULL 01/13] MAINTAINERS: add Stefan Hajnoczi as block/nvme.c maintainer
` [PULL 02/13] libvhost-user: handle endianness as mandated by the spec
` [PULL 03/13] virtio: add vhost-user-fs-ccw device
` [PULL 04/13] util/iov: add iov_discard_undo()
` [PULL 05/13] virtio-blk: undo destructive iov_discard_*() operations
` [PULL 06/13] virtio-crypto: don't modify elem->in/out_sg
` [PULL 07/13] docs/system: clarify deprecation schedule
` [PULL 08/13] gitmodules: switch to qemu.org qboot mirror
` [PULL 09/13] gitmodules: switch to qemu.org meson mirror
` [PULL 10/13] gitmodules: add qemu.org vbootrom submodule
` [PULL 11/13] fdmon-poll: reset npfd when upgrading to fdmon-epoll
` [PULL 12/13] tests: add test-fdmon-epoll
` [PULL 13/13] qemu/atomic.h: rename atomic_ to qatomic_

[PATCH 00/29] block/export: Add infrastructure and QAPI for block exports
 2020-09-23 16:19 UTC  (4+ messages)
` [PATCH 27/29] nbd: Deprecate nbd-server-add/remove

[PATCH v9 00/20] Initial support for multi-process Qemu
 2020-09-23 16:01 UTC  (19+ messages)
` [PATCH v9 06/20] multi-process: define MPQemuMsg format and transmission functions
` [PATCH v9 07/20] multi-process: define transmission functions in remote
` [PATCH v9 08/20] multi-process: Initialize message handler in remote device
` [PATCH v9 09/20] multi-process: Associate fd of a PCIDevice with its object
` [PATCH v9 10/20] multi-process: setup memory manager for remote device
` [PATCH v9 11/20] multi-process: introduce proxy object
` [PATCH v9 12/20] multi-process: add proxy communication functions
` [PATCH v9 13/20] multi-process: Forward PCI config space acceses to the remote process

[PATCH] xen-bus: reduce scope of backend watch
 2020-09-23 15:57 UTC 

[PATCH] hw/pci/pci: Fix slot check for plugged devices
 2020-09-23 15:57 UTC  (3+ messages)

[PULL 0/1] bitmaps patches for 2020-09-21
 2020-09-23 15:48 UTC  (2+ messages)

[PATCH v2 0/7] CTU CAN FD core support
 2020-09-23 15:48 UTC  (3+ messages)
` [PATCH v2 7/7] hw/net/can: Correct Kconfig dependencies after switch to meson build

[PATCH v2 0/1] MAINTAINERS: Add Python library stanza
 2020-09-23 15:37 UTC  (7+ messages)
` [PATCH v2 1/1] "

[PATCH v4 0/2] qemu/atomic.h: rename atomic_ to qatomic_
 2020-09-23 15:19 UTC  (3+ messages)
` [PATCH v4 1/2] qemu/atomic: Update coding style to make checkpatch.pl happier
` [PATCH v4 2/2] qemu/atomic.h: rename atomic_ to qatomic_

[PATCH v2] tests/check-block: Do not run the iotests with old versions of bash
 2020-09-23 15:23 UTC  (2+ messages)

[PATCH 00/10] pseries NUMA distance rework
 2020-09-23 15:21 UTC  (7+ messages)
` [PATCH 02/10] numa: introduce MachineClass::forbid_asymmetrical_numa

[PATCH v3 0/3] Add support for loading SMBIOS OEM strings from a file
 2020-09-23 15:17 UTC  (5+ messages)
` [PATCH v3 1/3] hw/smbios: support loading OEM strings values "
` [PATCH v3 2/3] hw/smbios: report error if table size is too large
` [PATCH v3 3/3] qemu-options: document SMBIOS type 11 settings

[PATCH] block/sheepdog: Replace magic val by NANOSECONDS_PER_SECOND definition
 2020-09-23 15:18 UTC  (2+ messages)

[PATCH 0/4] nbd reconnect new fixes
 2020-09-23 15:16 UTC  (9+ messages)
` [PATCH 1/4] block/nbd: fix drain dead-lock because of nbd reconnect-delay
` [PATCH 2/4] block/nbd: correctly use qio_channel_detach_aio_context when needed
` [PATCH 3/4] block/nbd: fix reconnect-delay
` [PATCH 4/4] block/nbd: nbd_co_reconnect_loop(): don't connect if drained

[PATCH v3] qemu/atomic.h: rename atomic_ to qatomic_
 2020-09-23 15:13 UTC  (5+ messages)

[PATCH 0/7] block: Use definitions instead of magic values
 2020-09-23 14:53 UTC  (4+ messages)
` [PATCH 3/7] hw/ide/core: Replace magic '512' value by BDRV_SECTOR_SIZE

[PATCH] block/mirror: fix core when using iothreads
 2020-09-23 14:50 UTC  (2+ messages)

[PATCH v3 00/81] target/arm: Implement SVE2
 2020-09-23 14:46 UTC  (5+ messages)
` [PATCH v3 51/81] target/arm: Pass separate addend to {U, S}DOT helpers

[PATCH] hw/usb: Use lock guard macros
 2020-09-23 14:39 UTC  (2+ messages)

[PATCH v8 0/7] Apply COR-filter to the block-stream permanently
 2020-09-23 14:38 UTC  (5+ messages)
` [PATCH v8 2/7] copy-on-read: add filter append/drop functions

[PATCH v1 0/3] Remove the limitation of Intel PT CPUID info
 2020-09-23 14:15 UTC  (7+ messages)

[PULL v2 00/57] Misc patches for 2020-09-19
 2020-09-23 14:11 UTC  (2+ messages)

[PATCH v2 0/2] block: deprecate the sheepdog driver
 2020-09-23 13:50 UTC  (4+ messages)
` [PATCH v2 2/2] block: deprecate the sheepdog block driver

[PATCH 00/11] block/export: convert vhost-user-blk-server to block exports API
 2020-09-23 13:42 UTC  (3+ messages)
` [PATCH 11/11] block/export: convert vhost-user-blk server to block export API

[PATCH v2 0/3] Add support for loading SMBIOS OEM strings from a file
 2020-09-23 13:23 UTC  (6+ messages)
` [PATCH v2 1/3] hw/smbios: support loading OEM strings values "
` [PATCH v2 2/3] hw/smbios: report error if table size is too large
` [PATCH v2 3/3] qemu-options: document SMBIOS type 11 settings

[PATCH v4] hw/i386/pc: add max combined fw size as machine configuration option
 2020-09-23 13:18 UTC 

tools/virtiofs: Multi threading seems to hurt performance
 2020-09-23 12:59 UTC  (3+ messages)
` [Virtio-fs] "

[PATCH v2 0/3] docs: add qemu-storage-daemon documentation
 2020-09-23 12:53 UTC  (2+ messages)

[PATCH v2 0/2] fdmon-poll: reset npfd when upgrading to fdmon-epoll
 2020-09-23 12:52 UTC  (2+ messages)

[PATCH] kvm: Correct documentation of kvm_irqchip_*()
 2020-09-23 12:44 UTC  (2+ messages)

[PATCH 0/3] Hyper-V Dynamic Memory Protocol driver (hv-balloon)
 2020-09-23 12:48 UTC  (6+ messages)

[PATCH v2 0/3] gitmodules: add qboot, meson, and vbootrom mirrors
 2020-09-23 12:45 UTC  (2+ messages)

[PATCH v2] docs/system: clarify deprecation schedule
 2020-09-23 12:42 UTC  (2+ messages)

[PATCH 0/3] i386/kvm: Assume IRQ routing is always available
 2020-09-23 12:43 UTC  (2+ messages)

[PATCH v2 0/3] nvdimm: read-only file support
 2020-09-23 12:41 UTC  (2+ messages)

[PATCH v10 0/7] vhost-user block device backend implementation
 2020-09-23 12:39 UTC  (6+ messages)
` [PATCH v10 6/7] test: new qTest case to test the vhost-user-blk-server
` [PATCH v10 7/7] MAINTAINERS: Add vhost-user block device backend server maintainer

[PATCH] virtiofsd: Used glib "shared" thread pool
 2020-09-23 12:22 UTC  (2+ messages)

[PATCH] Add execute bit back to scripts/tracetool.py
 2020-09-23 12:19 UTC  (6+ messages)

[PATCH] PoC: Rust binding for QAPI (qemu-ga only, for now)
 2020-09-23 11:51 UTC  (6+ messages)

[PATCH v1 0/5] virtio-mem: block size and address-assignment optimizations
 2020-09-23 11:39 UTC  (6+ messages)
` [PATCH v1 1/5] virtio-mem: Probe THP size to determine default block size
` [PATCH v1 2/5] virtio-mem: Check that "memaddr" is multiples of the "
` [PATCH v1 3/5] memory-device: Support big alignment requirements
` [PATCH v1 4/5] memory-device: Add get_min_alignment() callback
` [PATCH v1 5/5] virito-mem: Implement get_min_alignment()

[PATCH QEMU v25 00/17] Add migration support for VFIO devices
 2020-09-23 11:42 UTC  (3+ messages)
` [PATCH v26 08/17] vfio: Add save state functions to SaveVMHandlers

[Bug 1896754] [NEW] Performance degradation for WinXP boot time after b55f54bc
 2020-09-23 11:33 UTC 

[PATCH v2 1/1] accel/tcg: Fix computing of is_write for mips
 2020-09-23 11:08 UTC  (2+ messages)

[PATCH v2] modules: update qom object module comment
 2020-09-23 11:00 UTC  (2+ messages)

[PATCH 0/4] qemu/bswap: Use compiler __builtin_bswap()
 2020-09-23 10:30 UTC  (7+ messages)
` [PATCH 1/4] qemu/bswap: Remove unused qemu_bswap_len()
` [PATCH 2/4] qemu/bswap: Replace bswapXX() by compiler __builtin_bswap()
` [PATCH 3/4] qemu/bswap: Replace bswapXXs() "
` [PATCH 4/4] qemu/bswap: Remove <byteswap.h> dependency

[PATCH] kvm: remove now unnecessary stubs
 2020-09-23 10:18 UTC  (2+ messages)

[PATCH] modules: update qom object module comment
 2020-09-23 10:16 UTC  (2+ messages)

[PATCH v8 0/7] Make hcd-xhci independent of pci hooks
 2020-09-23 10:14 UTC  (3+ messages)
` [PATCH v8 3/7] usb/hcd-xhci: Split pci wrapper for xhci base model

[PATCH 00/24] qom: Convert some properties to class properties
 2020-09-23 10:02 UTC  (11+ messages)
` [PATCH 03/24] rng-egd: Register "chardev" as class property
` [PATCH 04/24] rng-random: register "filename" "
` [PATCH 07/24] rng: Register "opened" "
` [PATCH 09/24] input-linux: Register properties as class properties
` [PATCH 10/24] input-barrier: "

[PATCH v2] target/i386: always create kvmclock device
 2020-09-23  9:59 UTC  (2+ messages)

Re: questions regarding vsock
 2020-09-23  9:49 UTC 

[PATCH v5 00/10] x86: fix cpu hotplug with secure boot
 2020-09-23  9:48 UTC  (4+ messages)

[PATCH] Deprecate lm32 port
 2020-09-23  9:47 UTC  (3+ messages)

[PATCH] vhost-user: save features of multiqueues if chardev is closed
 2020-09-23  9:44 UTC  (2+ messages)

[PATCH v2] module: silence errors for module_load_qom_all()
 2020-09-23  9:36 UTC  (2+ messages)

[PATCH v2 0/4] configure: bugfixes and cleanups for CFLAGS
 2020-09-23  9:26 UTC  (5+ messages)
` [PATCH v2 1/4] configure: cleanup invocation of submodule Make
` [PATCH v2 2/4] configure: cleanup CFLAGS and LDFLAGS for submodules
` [PATCH v2 3/4] configure: do not clobber environment CFLAGS/CXXFLAGS/LDFLAGS
` [PATCH v2 4/4] configure: consistently pass CFLAGS/CXXFLAGS/LDFLAGS to meson

[PATCH] qemu/atomic.h: prefix qemu_ to solve <stdatomic.h> collisions
 2020-09-23  9:14 UTC  (6+ messages)

[PATCH v2] qemu/atomic.h: prefix qemu_ to solve <stdatomic.h> collisions
 2020-09-23  9:15 UTC  (3+ messages)

[PATCH 00/12] Move target configuration to Meson
 2020-09-23  9:11 UTC  (5+ messages)
` [PATCH 06/12] configure: compute derivatives of target name in meson
` [PATCH 07/12] configure: remove useless config-target.mak symbols
` [PATCH 09/12] default-configs: remove default-configs/devices for user-mode targets
` [PATCH 12/12] default-configs: remove redundant keys


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).