qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-02-04 12:09:04 to 2020-02-04 21:32:24 UTC [more...]

[PATCH v3 0/4] Acceptance tests: boot Linux with KVM test
 2020-02-04 21:30 UTC  (9+ messages)
` [PATCH v3 1/4] tests/acceptance: avocado_qemu: Introduce the 'accel' test parameter
` [PATCH v3 2/4] tests/acceptance: boot_linux_console: Add boot Linux with kvm tests

[PATCH v2] linux-user: implement TARGET_SO_PEERSEC
 2020-02-04 21:19 UTC 

[PATCH] linux-user: implement TARGET_SO_PEERSEC
 2020-02-04 21:10 UTC  (2+ messages)

[PATCH v3 00/18] APIC ID fixes for AMD EPYC CPU models
 2020-02-04 19:08 UTC  (5+ messages)

[PATCH] qemu-options: replace constant 1 with HAS_ARG
 2020-02-04 19:06 UTC  (4+ messages)

[PATCH v2 0/7] ARM virt: Add NVDIMM support
 2020-02-04 19:05 UTC  (5+ messages)
` [PATCH v2 1/7] exec: Fix for qemu_ram_resize() callback

[PATCH 00/17] Improve qcow2 all-zero detection
 2020-02-04 19:03 UTC  (31+ messages)
` [PATCH 01/17] qcow2: Comment typo fixes
` [PATCH 02/17] qcow2: List autoclear bit names in header
` [PATCH 03/17] qcow2: Avoid feature name extension on small cluster size
` [PATCH 04/17] block: Improve documentation of .bdrv_has_zero_init
` [PATCH 07/17] gluster: Drop useless has_zero_init callback
` [PATCH 08/17] sheepdog: Consistently set bdrv_has_zero_init_truncate
` [PATCH 09/17] block: Refactor bdrv_has_zero_init{,_truncate}
` [PATCH 10/17] block: Add new BDRV_ZERO_OPEN flag
` [PATCH 13/17] qcow2: Add new autoclear feature for all zero image

[PULL 00/16] testing updates
 2020-02-04 18:40 UTC  (17+ messages)
` [PULL 01/16] tests/docker: move most cross compilers to buster base
` [PULL 02/16] tests/docker: better handle symlinked libs
` [PULL 03/16] travis.yml: Install genisoimage package
` [PULL 04/16] .shippable: --disable-docs for cross-compile tests
` [PULL 05/16] .travis.yml: Drop superfluous use of --python=python3 parameter
` [PULL 06/16] .travis.yml: Add description to each job
` [PULL 07/16] .travis.yml: build documents under bionic
` [PULL 08/16] .travis.yml: move cache flushing to early common phase
` [PULL 09/16] .travis.yml: probe for number of available processors
` [PULL 10/16] tests/tcg: add a configure compiler check for ARMv8.1 and SVE
` [PULL 11/16] tests/tcg: gate pauth-% tests on having compiler support
` [PULL 12/16] .travis.yml: introduce TEST_BUILD_CMD and use it for check-tcg
` [PULL 13/16] .travis.yml: drop the travis_retry from tests
` [PULL 14/16] .travis.yml: drop cris-linux-user from the plugins test
` [PULL 15/16] .travis.yml: single thread build-tcg
` [PULL 16/16] .travis.yml: ensure python3-sphinx installed for docs

Disabling PCI "hot-unplug" for a guest (and/or a single PCI device)
 2020-02-04 18:43 UTC  (5+ messages)

[PATCH v2] mailmap: Add more entries to sanitize 'git log' output
 2020-02-04 18:43 UTC  (2+ messages)

[PATCH] make all Python scripts executable
 2020-02-04 18:18 UTC  (2+ messages)

[PATCH v2 0/4] linux-user: fix use of SIGRTMIN
 2020-02-04 17:56 UTC  (6+ messages)
` [PATCH v2 1/4] linux-user: add missing TARGET_SIGRTMIN for hppa
` [PATCH v2 2/4] linux-user: cleanup signal.c
` [PATCH v2 3/4] linux-user: fix TARGET_NSIG and _NSIG uses
` [PATCH v2 4/4] linux-user: fix use of SIGRTMIN

[PATCH] exec: do not define use_icount for user-mode emulation
 2020-02-04 17:38 UTC  (2+ messages)

[PATCH] build: move TARGET_GPROF to config-host.mak
 2020-02-04 17:37 UTC  (4+ messages)

[PATCH] drop "from __future__ import print_function"
 2020-02-04 17:31 UTC  (5+ messages)

[PATCH v2 00/12] python: Explicit usage of Python 3
 2020-02-04 17:20 UTC  (3+ messages)

[PATCH v2 00/33] block: Introduce real BdrvChildRole
 2020-02-04 17:08 UTC  (34+ messages)
` [PATCH v2 01/33] block: Add BlockDriver.is_format
` [PATCH v2 02/33] block: Rename BdrvChildRole to BdrvChildClass
` [PATCH v2 03/33] block: Add BdrvChildRole
` [PATCH v2 04/33] block: Add BdrvChildRole to BdrvChild
` [PATCH v2 05/33] block: Pass BdrvChildRole to bdrv_child_perm()
` [PATCH v2 06/33] block: Pass BdrvChildRole to .inherit_options()
` [PATCH v2 07/33] block: Pass parent_is_format "
` [PATCH v2 08/33] block: Rename bdrv_inherited_options()
` [PATCH v2 09/33] block: Add generic bdrv_inherited_options()
` [PATCH v2 10/33] block: Use bdrv_inherited_options()
` [PATCH v2 11/33] block: Unify bdrv_child_cb_attach()
` [PATCH v2 12/33] block: Unify bdrv_child_cb_detach()
` [PATCH v2 13/33] block: Add child_of_bds
` [PATCH v2 14/33] block: Distinguish paths in *_format_default_perms
` [PATCH v2 15/33] block: Pull out bdrv_default_perms_for_backing()
` [PATCH v2 16/33] block: Pull out bdrv_default_perms_for_storage()
` [PATCH v2 17/33] block: Split bdrv_default_perms_for_storage()
` [PATCH v2 18/33] block: Add bdrv_default_perms()
` [PATCH v2 19/33] raw-format: Split raw_read_options()
` [PATCH v2 20/33] block: Switch child_format users to child_of_bds
` [PATCH v2 21/33] block: Drop child_format
` [PATCH v2 22/33] block: Make backing files child_of_bds children
` [PATCH v2 23/33] block: Drop child_backing
` [PATCH v2 24/33] block: Make format drivers use child_of_bds
` [PATCH v2 25/33] block: Make filter "
` [PATCH v2 26/33] block: Use child_of_bds in remaining places
` [PATCH v2 27/33] tests: Use child_of_bds instead of child_file
` [PATCH v2 28/33] block: Use bdrv_default_perms()
` [PATCH v2 29/33] block: Make bdrv_filter_default_perms() static
` [PATCH v2 30/33] block: Drop bdrv_format_default_perms()
` [PATCH v2 31/33] block: Drop child_file
` [PATCH v2 32/33] block: Pass BdrvChildRole in remaining cases
` [PATCH v2 33/33] block: Drop @child_class from bdrv_child_perm()

[PULL v2 00/14] qtests, kconfig and misc patches
 2020-02-04 17:08 UTC  (2+ messages)

[PATCH 0/1] tests/acceptance: Count Raspberry Pi logos displayed on framebuffer
 2020-02-04 16:57 UTC  (5+ messages)
` [PATCH 1/1] "

[GSoC/Outreachy QEMU project proposal] Measure and Analyze QEMU Performance
 2020-02-04 16:52 UTC  (7+ messages)

[PATCH] tests/acceptance/migration: Add the 'migration' tag
 2020-02-04 16:51 UTC  (2+ messages)

[PATCH v5 00/26] nvme: support NVMe v1.3d, SGLs and multiple namespaces
 2020-02-04 16:47 UTC  (8+ messages)
    ` [PATCH v5 22/26] nvme: support "
    ` [PATCH v5 24/26] nvme: change controller pci id
    ` [PATCH v5 26/26] nvme: make lba data size configurable

[PATCH] virtio: clean up when virtio_queue_set_rings() fails
 2020-02-04 16:36 UTC  (3+ messages)

[PATCH] scripts/signrom: remove Python 2 support, add shebang
 2020-02-04 16:18 UTC  (5+ messages)

[PATCH v3 0/2] Acceptance test: provides to use different transport for migration
 2020-02-04 16:13 UTC  (8+ messages)
` [PATCH v3 1/2] "
` [PATCH v3 2/2] "

[PULL v2 0/3] MIPS queue for February 4th, 2020
 2020-02-04 16:12 UTC  (2+ messages)

[PATCH 0/4] virtiofsd coverity fixes
 2020-02-04 16:06 UTC  (5+ messages)
` [PATCH 3/4] virtiofsd: load_capng missing unlock

[PATCH] scripts/signrom: remove Python 2 support, add shebang
 2020-02-04 15:58 UTC 

[PATCH] ui/cocoa: Drop workarounds for pre-10.12 OSX
 2020-02-04 15:56 UTC  (5+ messages)

[Bug 1861884] [NEW] qemu socket multicast not working
 2020-02-04 15:48 UTC  (2+ messages)
` [Bug 1861884] "

Making QEMU easier for management tools and applications
 2020-02-04 15:54 UTC  (2+ messages)
` Summary of "

[PATCH v4 00/80] refactor main RAM allocation to use hostmem backend
 2020-02-04 15:39 UTC  (3+ messages)

[PATCH v5 0/4] ppc: spapr: virtual NVDIMM support
 2020-02-04 14:55 UTC  (3+ messages)
` [PATCH v5 2/4] nvdimm: add uuid property to nvdimm

[Bug 1861875] [NEW] VDE networking barely working
 2020-02-04 14:40 UTC  (2+ messages)
` [Bug 1861875] "

[PATCH 1/3] m25p80: Convert to support tracing
 2020-02-04 14:28 UTC  (12+ messages)
` [PATCH 2/3] m25p80: Improve command handling for Jedec and unsupported commands
` [PATCH 3/3] aspeed/smc: Fix number of dummy cycles for FAST_READ_4 command

[PATCH v3 0/1] qemu-img: Add --target-is-zero to indicate that a target is blank
 2020-02-04 14:23 UTC  (8+ messages)
` [PATCH v3 1/1] qemu-img: Add --target-is-zero to convert

[PATCH 0/6] tests/boot_linux_console: add extra boot acceptance tests
 2020-02-04 14:22 UTC  (8+ messages)
` [PATCH 5/6] tests/boot_linux_console: add extract_from_rpm method

[PATCH v2 0/5] python/qemu: qmp: Fix, delint and improvements
 2020-02-04 14:11 UTC  (6+ messages)
` [PATCH v2 1/5] python/qemu: qmp: Replace socket.error with OSError
` [PATCH v2 2/5] python/qemu: Delint the qmp module
` [PATCH v2 3/5] python/qemu: qmp: Make accept()'s timeout configurable
` [PATCH v2 4/5] python/qemu: qmp: Make QEMUMonitorProtocol a context manager
` [PATCH v2 5/5] python/qemu: qmp: Remove unnused attributes

[PATCH v3 00/21] block: Fix check_to_replace_node()
 2020-02-04 14:09 UTC  (3+ messages)
` [PATCH v3 16/21] iotests: Add VM.assert_block_path()

[PATCH v6 00/41] target/arm: Implement ARMv8.1-VHE
 2020-02-04 14:08 UTC  (7+ messages)
` [PATCH v6 30/41] target/arm: Flush tlb for ASID changes in EL2&0 translation regime

[PATCH 0/2] configure: Check that sphinx-build is using Python 3
 2020-02-04 13:58 UTC  (7+ messages)
` [PATCH 1/2] configure: Allow user to specify sphinx-build binary
` [PATCH 2/2] configure: Check that sphinx-build is using Python 3

[PATCH v1 06/13] util/mmap-alloc: Factor out reserving of a memory region to mmap_reserve()
 2020-02-04 13:52 UTC 

[PATCH v6 0/4] Improve default object property_add uint helpers
 2020-02-04 13:41 UTC  (6+ messages)
` [PATCH v6 1/4] qom/object: enable setter for uint types
` [PATCH v6 2/4] ich9: fix getter type for sci_int property
` [PATCH v6 3/4] ich9: Simplify ich9_lpc_initfn
` [PATCH v6 4/4] qom/object: Use common get/set uint helpers

[PATCH 0/4] linux-user: fix use of SIGRTMIN
 2020-02-04 13:38 UTC  (7+ messages)
` [PATCH 2/4] linux-user: cleanup signal.c
` [PATCH 4/4] linux-user: fix use of SIGRTMIN

[PATCH] Remove support for CLOCK_MONOTONIC not being defined
 2020-02-04 13:30 UTC  (3+ messages)

[PATCH v1 05/13] util/mmap-alloc: Factor out calculation of pagesize to mmap_pagesize()
 2020-02-04 13:25 UTC 

VW ELF loader
 2020-02-04  8:54 UTC  (12+ messages)

[PATCH v1 04/13] exec: Drop "shared" parameter from ram_block_add()
 2020-02-04 13:16 UTC 

[Qemu-devel] [Bug 1823790] [NEW] QEMU forces systemd into tight loop
 2020-02-04 12:51 UTC  (2+ messages)
` [Bug 1823790] Re: QEMU mishandling of SO_PEERSEC "

[PATCH 0/9] linux-user: Update syscall numbers to kernel 5.5 level
 2020-02-04 12:30 UTC  (11+ messages)
` [PATCH 1/9] linux-user: alpha: "
` [PATCH 2/9] linux-user: arm: "
` [PATCH 3/9] linux-user: m68k: "
` [PATCH 4/9] linux-user: microblaze: "
` [PATCH 5/9] linux-user: mips: "
` [PATCH 6/9] linux-user: sh4: "
` [PATCH 7/9] linux-user: x86_64: "
` [PATCH 8/9] linux-user: xtensa: "
` [PATCH 9/9] linux-user: xtensa: Remove unused constant TARGET_NR_syscall_count

[PATCH v13 00/10] VIRTIO-IOMMU device
 2020-02-04 12:26 UTC  (8+ messages)
` [PATCH v13 03/10] virtio-iommu: Implement attach/detach command

[RFC 0/9] Add an interVM memory sharing device
 2020-02-04 12:16 UTC  (3+ 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).