qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-10-14 10:46:05 to 2020-10-14 18:00:03 UTC [more...]

Contributor wanting to get started with simple contributions
 2020-10-14 17:59 UTC  (11+ messages)

[PATCH RESEND] pci: Disallow improper BAR registration for type 1
 2020-10-14 17:56 UTC  (3+ messages)

[PATCH] vhost-user: add separate memslot counter for vhost-user
 2020-10-14 17:54 UTC  (8+ messages)

[PATCH v3 0/4] GitLab Custom Runners and Jobs (was: QEMU Gating CI)
 2020-10-14 17:46 UTC  (9+ messages)
` [PATCH v3 1/4] Jobs based on custom runners: documentation and configuration placeholder
` [PATCH v3 2/4] Jobs based on custom runners: build environment docs and playbook
` [PATCH v3 3/4] Jobs based on custom runners: docs and gitlab-runner setup playbook
` [PATCH v3 4/4] Jobs based on custom runners: add job definitions for QEMU's machines

[PATCH v11 00/13] Apply COR-filter to the block-stream permanently
 2020-10-14 17:43 UTC  (39+ messages)
` [PATCH v11 02/13] copy-on-read: add filter append/drop functions
` [PATCH v11 04/13] copy-on-read: pass overlay base node name to COR driver
` [PATCH v11 05/13] copy-on-read: limit COR operations to base in "
` [PATCH v11 06/13] block: modify the comment for BDRV_REQ_PREFETCH flag
` [PATCH v11 07/13] block: include supported_read_flags into BDS structure
` [PATCH v11 08/13] copy-on-read: add support for BDRV_REQ_PREFETCH to COR-filter
` [PATCH v11 09/13] copy-on-read: skip non-guest reads if no copy needed
` [PATCH v11 10/13] stream: skip filters when writing backing file name to QCOW2 header
` [PATCH v11 11/13] stream: mark backing-file argument as deprecated
` [PATCH v11 12/13] stream: remove unused backing-file name parameter
` [PATCH v11 13/13] block: apply COR-filter to block-stream jobs

[PATCH] monitor: Fix order in monitor_cleanup()
 2020-10-14 17:20 UTC  (2+ messages)

[PATCH] hw/block/nvme: add block utilization tracking
 2020-10-14 17:05 UTC  (4+ messages)

[PATCH v4] sev: add sev-inject-launch-secret
 2020-10-14 17:06 UTC  (4+ messages)

[PATCH 1/5] [RISCV_PM] Add J-extension into RISC-V
 2020-10-14 17:01 UTC  (5+ messages)
` [PATCH 2/5] [RISCV_PM] Support CSRs required for RISC-V PM extension except for ones in hypervisor mode
` [PATCH 3/5] [RISCV_PM] Print new PM CSRs in QEMU logs
` [PATCH 4/5] [RISCV_PM] Add address masking functions required for RISC-V Pointer Masking extension
` [PATCH 5/5] [RISCV_PM] Support pointer masking for RISC-V for i/c/f/d/a types of instructions

[PATCH 0/5] RISC-V Pointer Masking implementation
 2020-10-14 17:03 UTC 

[PATCH v5 0/2] Add watchdog support for SbsaQemu
 2020-10-14 17:04 UTC  (4+ messages)
` [PATCH v5 2/2] hw/arm/sbsa-ref: add SBSA watchdog device

[PATCH 0/7] build: replace ninjatool with ninja
 2020-10-14 16:38 UTC  (16+ messages)
` [PATCH 1/7] tests/Makefile.include: unbreak non-tcg builds
` [PATCH 2/7] make: run shell with pipefail
` [PATCH 3/7] tests: add missing generated sources to testqapi
` [PATCH 4/7] configure: move QEMU_INCLUDES to meson
` [PATCH 5/7] dockerfiles: enable Centos 8 PowerTools
` [PATCH 6/7] add ninja to dockerfiles, CI configurations and test VMs
` [PATCH 7/7] build: replace ninjatool with ninja

[PATCH 00/10] iOS and Apple Silicon host support
 2020-10-14 16:09 UTC  (17+ messages)
` [PATCH 04/10] meson: option to build as shared library
` [PATCH 05/10] slirp: update for iOS resolv fix
` [PATCH 07/10] tcg: implement bulletproof JIT

[PATCH v2 00/15] python: create installable package
 2020-10-14 16:03 UTC  (17+ messages)
` [PATCH v2 01/15] python: create qemu.core package
` [PATCH v2 02/15] python: add qemu package installer
` [PATCH v2 03/15] python: add VERSION file
` [PATCH v2 04/15] python: add directory structure README.rst files
` [PATCH v2 05/15] python: Add pipenv support
` [PATCH v2 06/15] python: add pylint exceptions to __init__.py
` [PATCH v2 07/15] python: move pylintrc into setup.cfg
` [PATCH v2 08/15] python: add pylint to pipenv
` [PATCH v2 09/15] python: move flake8 config to setup.cfg
` [PATCH v2 10/15] python: Add flake8 to pipenv
` [PATCH v2 11/15] python: move mypy.ini into setup.cfg
` [PATCH v2 12/15] python: add mypy to pipenv
` [PATCH v2 13/15] python: move .isort.cfg into setup.cfg
` [PATCH v2 14/15] python/qemu: add isort to pipenv
` [PATCH v2 15/15] python/qemu: add qemu package itself "

[PATCH v2 0/6] virtiofsd xattr name mappings
 2020-10-14 16:04 UTC  (7+ messages)
` [PATCH v2 3/6] tools/virtiofsd: xattr name mappings: Add option
` [PATCH v2 5/6] tools/virtiofsd: xattr name mappings: Map server xattr names

[PATCH 00/15] block/nvme: Improve debugging experience and minor fixes
 2020-10-14 15:58 UTC  (16+ messages)
` [PATCH 01/15] block/nvme: Move nvme_poll_cb() earlier
` [PATCH 02/15] block/nvme: Trace nvme_poll_queue() per queue
` [PATCH 03/15] block/nvme: Use unsigned integer for queue counter/size
` [PATCH 04/15] block/nvme: Improve nvme_free_req_queue_wait() trace information
` [PATCH 05/15] block/nvme: Trace queue pair creation/deletion
` [PATCH 06/15] block/nvme: Make nvme_identify() return boolean indicating error
` [PATCH 07/15] block/nvme: Make nvme_init_queue() "
` [PATCH 08/15] block/nvme: Pass AioContext argument to nvme_add_io_queue()
` [PATCH 09/15] block/nvme: Introduce Completion Queue definitions
` [PATCH 10/15] block/nvme: Use definitions instead of magic values in add_io_queue()
` [PATCH 11/15] block/nvme: Trace controller capabilities
` [PATCH 12/15] block/nvme: Simplify device reset
` [PATCH 13/15] block/nvme: Simplify ADMIN queue access
` [PATCH 14/15] block/nvme: Report warning with warn_report()
` [PATCH 15/15] block/nvme: Set request_alignment at initialization

[Bug 1899733] [NEW] Qemu 5.1.0-1 GPU passthrough - MacOS vm starts only if hdmi is attached
 2020-10-14 15:54 UTC  (2+ messages)
` [Bug 1899733] "

[PATCH v3] migration/block-dirty-bitmap: fix uninitialized variable warning
 2020-10-14 15:56 UTC  (2+ messages)

[PATCH V2 0/5] Support RISC-V migration
 2020-10-14 15:45 UTC  (5+ messages)
` [PATCH V2 1/5] target/riscv: Add basic vmstate description of CPU

[PATCH v2 0/4] MAINTAINERS: Update MIPS sections
 2020-10-14 15:41 UTC  (11+ messages)
` [PATCH v2 1/4] MAINTAINERS: Put myself forward for MIPS target
` [PATCH v2 2/4] MAINTAINERS: Remove duplicated Malta test entries
` [PATCH v2 3/4] MAINTAINERS: Downgrade MIPS Boston to 'Odd Fixes', fix Paul Burton mail
` [PATCH v2 4/4] MAINTAINERS: Move MIPS GIC timer files to Boston board section

[PATCH v4 00/12] 9pfs: add tests using local fs driver
 2020-10-14 15:25 UTC  (3+ messages)
` [PATCH v4 08/12] tests/9pfs: change qtest name prefix to synth

[RFC PATCH v5 0/2] Add file-backed and write-once features to OTP
 2020-10-14 15:02 UTC  (8+ messages)
` [RFC PATCH v5 2/2] hw/riscv: sifive_u: Add backend drive support

[RFC PATCH 0/3] target/mips: Make the number of TLB entries a CPU property
 2020-10-14 14:53 UTC  (7+ messages)
` [RFC PATCH 3/3] "

[PATCH v4 0/7] Exposing backing-chain allocation over NBD
 2020-10-14 14:42 UTC  (13+ messages)
` [PATCH v4 1/7] nbd: Utilize QAPI_CLONE for type conversion
` [PATCH v4 2/7] nbd: Add new qemu:allocation-depth metadata context
` [PATCH v4 4/7] nbd: Update qapi to support exporting multiple bitmaps
` [PATCH v4 5/7] nbd: Simplify qemu bitmap context name
` [PATCH v4 6/7] nbd: Refactor counting of metadata contexts
` [PATCH v4 7/7] nbd: Allow export of multiple bitmaps for one device

[Bug 1899728] [NEW] Qemu-5.1.0 build from source man entry not found
 2020-10-14 14:49 UTC  (3+ messages)
` [Bug 1899728] "

[PULL 00/10] machine + QOM queue, 2020-10-14
 2020-10-14 14:34 UTC  (11+ messages)
` [PULL 01/10] rng-egd: Register "chardev" as class property
` [PULL 02/10] rng-random: register "filename" "
` [PULL 03/10] rng: Register "opened" "
` [PULL 04/10] input-linux: Register properties as class properties
` [PULL 05/10] input-barrier: "
` [PULL 06/10] i386: Register most CPU "
` [PULL 07/10] vga-pci: Register "big-endian-framebuffer" as class property
` [PULL 08/10] vhost-user: Register "chardev" "
` [PULL 09/10] authz-list-file: Fix crash when filename is not set
` [PULL 10/10] can-host-socketcan: Fix crash when 'if' option "

[PATCH 00/10] target/arm: Various v8.1M minor features
 2020-10-14 14:32 UTC  (6+ messages)
` [PATCH for-5.1] hw/arm/netduino2, netduinoplus2: Set system_clock_scale

[PULL 0/9] Ui 20201014 patches
 2020-10-14 14:24 UTC  (2+ messages)

[PATCH v2] fuzz: Disable QEMU's SIG{INT,HUP,TERM} handlers
 2020-10-14 14:21 UTC 

[PATCH] hw/net: move allocation to the heap due to very large stack frame
 2020-10-14 14:15 UTC  (8+ messages)

[PATCH 3/30] crypt: Fix Lesser GPL version number
 2020-10-14 13:49 UTC  (2+ messages)
` [PATCH 4/30] authz: "

[PATCH] cpus: Drop declaration of cpu_remove()
 2020-10-14 13:48 UTC  (2+ messages)

[PATCH 2/30] io: Fix Lesser GPL version number
 2020-10-14 13:40 UTC 

[PATCH] fuzz: Disable QEMU's signal handlers
 2020-10-14 13:40 UTC  (5+ messages)

[PATCH 1/30] cryptodev: Fix Lesser GPL version number
 2020-10-14 13:37 UTC 

[PATCH v5 0/7] build spice chardevs as module
 2020-10-14 13:39 UTC  (9+ messages)
` [PATCH v5 1/7] qemu-edid: drop cast
` [PATCH v5 2/7] ui/spice-app: don't use qemu_chr_open_spice_port directly
` [PATCH v5 3/7] chardev/spice: make qemu_chr_open_spice_port static
` [PATCH v5 4/7] chardev/spice: simplify chardev setup
` [PATCH v5 5/7] meson: add spice_headers dependency
` [PATCH v5 6/7] meson: add spice dependency to core spice source files
` [PATCH v5 7/7] chardev/spice: build spice chardevs as module

[PATCH v6 00/11] hw/block/nvme: Support Namespace Types and Zoned Namespace Command Set
 2020-10-14 13:01 UTC  (10+ messages)
` [PATCH v6 01/11] hw/block/nvme: Add Commands Supported and Effects log
` [PATCH v6 02/11] hw/block/nvme: Generate namespace UUIDs
` [PATCH v6 03/11] hw/block/nvme: Add support for Namespace Types
` [PATCH v6 05/11] hw/block/nvme: Support Zoned Namespace Command Set

[PATCH 0/9] util/vfio-helpers: Improve debugging experience
 2020-10-14 12:50 UTC  (15+ messages)
` [PATCH 1/9] util/vfio-helpers: Improve reporting unsupported IOMMU type
` [PATCH 2/9] util/vfio-helpers: Trace PCI I/O config accesses
` [PATCH 3/9] util/vfio-helpers: Trace PCI BAR region info
` [PATCH 4/9] util/vfio-helpers: Trace where BARs are mapped
` [PATCH 5/9] util/vfio-helpers: Improve DMA trace events
` [PATCH 6/9] util/vfio-helpers: Convert vfio_dump_mapping to "
` [PATCH 7/9] util/vfio-helpers: Let qemu_vfio_dma_map() propagate Error
` [PATCH 8/9] util/vfio-helpers: Let qemu_vfio_do_mapping() "
` [PATCH 9/9] util/vfio-helpers: Let qemu_vfio_verify_mappings() use error_report()

[PATCH 00/10] COLO project queued patches 20-Oct
 2020-10-14 12:16 UTC  (3+ messages)
` [PATCH 03/10] Reduce the time of checkpoint for COLO

[PATCH v4 0/3] unbreak non-tcg builds
 2020-10-14 12:07 UTC  (5+ messages)
` [PATCH v4 3/3] replay: do not build if TCG is not available

[PATCH 1/2] i386/cpu: Add the Intel PT capabilities checking before extend the CPUID level
 2020-10-14  8:04 UTC  (2+ messages)
` [PATCH 2/2] i386/cpu: Make the Intel PT LIP feature configurable

[PATCH] usb/hcd-ehci: Fix error handling on missing device for iTD
 2020-10-14 12:07 UTC  (2+ messages)

[PATCH] hw/usb/hcd-dwc2: fix divide-by-zero in dwc2_handle_packet()
 2020-10-14 12:06 UTC  (5+ messages)

[PATCH v3 0/9] hw/block/nvme: zoned namespace command set
 2020-10-14 11:31 UTC  (10+ messages)
` [PATCH v3 1/9] hw/block/nvme: add commands supported and effects log page
` [PATCH v3 2/9] hw/block/nvme: add uuid namespace parameter
` [PATCH v3 3/9] hw/block/nvme: support namespace types
` [PATCH v3 4/9] hw/block/nvme: add basic read/write for zoned namespaces
` [PATCH v3 5/9] hw/block/nvme: add the zone management receive command
` [PATCH v3 6/9] hw/block/nvme: add the zone management send command
` [PATCH v3 7/9] hw/block/nvme: add the zone append command
` [PATCH v3 8/9] hw/block/nvme: track and enforce zone resources
` [PATCH v3 9/9] hw/block/nvme: allow open to close zone transitions by controller

[PATCH v2] migration/block-dirty-bitmap: fix uninitialized variable warning
 2020-10-14 11:21 UTC  (5+ messages)

[RFC v1 0/2] tcg-cpus: split into 3 tcg variants
 2020-10-14 11:21 UTC  (3+ messages)

[PATCH 0/2] qemu-ga: add ssh-{add,remove}-authorized-keys
 2020-10-14 11:18 UTC  (6+ messages)
` [PATCH 2/2] qga: "


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