qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-08-20 17:41:33 to 2020-08-21 10:56:55 UTC [more...]

[PULL v8 000/152] Meson-based build system
 2020-08-21 10:22 UTC  (74+ messages)
` [PULL v8 001/152] oss-fuzz/build: remove LIB_FUZZING_ENGINE
` [PULL v8 002/152] optionrom: simplify Makefile
` [PULL v8 003/152] pc-bios/s390-ccw: do not use rules.mak
` [PULL v8 004/152] trace: switch position of headers to what Meson requires
` [PULL v8 005/152] meson: rename included C source files to .c.inc
` [PULL v8 006/152] meson: rename .inc.h files to .h.inc
` [PULL v8 007/152] build-sys hack: ensure target directory is there
` [PULL v8 008/152] tests/vm: do not pollute configure with --efi-aarch64
` [PULL v8 009/152] tests/vm: check for Python YAML parser in the Makefile
` [PULL v8 010/152] tests/docker: add test script for static linux-user builds
` [PULL v8 011/152] nsis: use "make DESTDIR=" instead of "make prefix="
` [PULL v8 012/152] configure: do not include $(...) variables in config-host.mak
` [PULL v8 013/152] configure: expand path variables for meson configure
` [PULL v8 014/152] configure: prepare CFLAGS/CXXFLAGS/LDFLAGS for Meson
` [PULL v8 015/152] tests/vm: include setuptools
` [PULL v8 016/152] configure: add support for pseudo-"in source tree" builds
` [PULL v8 017/152] configure: integrate Meson in the build system
` [PULL v8 018/152] configure: generate Meson cross file
` [PULL v8 019/152] build-sys hack: link with whole .fa archives
` [PULL v8 020/152] build-sys: add meson submodule
` [PULL v8 021/152] meson: move summary to meson.build
` [PULL v8 022/152] meson: enable pie
` [PULL v8 023/152] meson: use coverage option
` [PULL v8 024/152] meson: add sparse support
` [PULL v8 025/152] meson: add testsuite Makefile generator
` [PULL v8 026/152] libqemuutil, qapi, trace: convert to meson
` [PULL v8 027/152] meson: add remaining generated tcg trace helpers
` [PULL v8 028/152] meson: add version.o
` [PULL v8 029/152] contrib/libvhost-user: convert to Meson
` [PULL v8 030/152] tools/virtiofsd: "
` [PULL v8 031/152] contrib/vhost-user-blk: "
` [PULL v8 032/152] vhost-user-scsi: add compatibility for libiscsi 1.9.0
` [PULL v8 033/152] contrib/vhost-user-scsi: convert to Meson
` [PULL v8 034/152] contrib/rdmacm-mux: "
` [PULL v8 035/152] contrib/vhost-user-input: convert to meson
` [PULL v8 036/152] contrib/vhost-user-gpu: "
` [PULL v8 037/152] contrib/ivshmem: "
` [PULL v8 038/152] contrib/elf2dmp: "
` [PULL v8 039/152] meson: add macos dependencies
` [PULL v8 040/152] meson: add solaris and Haiku libraries
` [PULL v8 041/152] meson: convert qemu-ga
` [PULL v8 042/152] meson: convert vss-win32
` [PULL v8 043/152] meson: add msi generation
` [PULL v8 044/152] meson: convert dummy Windows qga/qemu-ga target
` [PULL v8 045/152] meson: add qemu-bridge-helper
` [PULL v8 046/152] meson: add qemu-keymap
` [PULL v8 047/152] meson: add qemu-edid
` [PULL v8 048/152] meson: add virtfs-proxy-helper
` [PULL v8 049/152] meson: keymap-gen
` [PULL v8 050/152] meson: generate qemu-version.h
` [PULL v8 051/152] meson: generate shader headers
` [PULL v8 052/152] meson: generate hxtool files
` [PULL v8 053/152] meson: handle edk2 bios and descriptors
` [PULL v8 054/152] meson: convert check-decodetree
` [PULL v8 055/152] meson: convert tests/fp and check-softfloat
` [PULL v8 056/152] meson: convert check-qapi-schema
` [PULL v8 057/152] meson: convert qom directory to Meson (tools part)
` [PULL v8 058/152] meson: convert authz directory to Meson
` [PULL v8 059/152] meson: convert crypto "
` [PULL v8 060/152] meson: convert io "
` [PULL v8 061/152] meson: convert target/s390x/gen-features.h
` [PULL v8 062/152] meson: infrastructure for building emulators
` [PULL v8 063/152] meson: add modules infrastructure
` [PULL v8 064/152] meson: convert chardev directory to Meson (tools part)
` [PULL v8 065/152] meson: convert block
` [PULL v8 066/152] meson: qemu-{img,io,nbd}
` [PULL v8 067/152] meson: qemu-pr-helper
` [PULL v8 068/152] configure, Makefile; remove TOOLS and HELPERS-y variable
` [PULL v8 069/152] meson: convert chardev directory to Meson (emulator part)
` [PULL v8 070/152] meson: convert tests/qtest to meson
` [PULL v8 071/152] meson: convert audio directory to Meson
` [PULL v8 074/152] meson: convert most of softmmu/
` [PULL v8 078/152] meson: convert qemu-storage-daemon

[PATCH] configure: add support for psuedo-"in source tree" builds
 2020-08-21 10:24 UTC  (10+ messages)

[PATCH v5 00/15] block/nvme: Various cleanups required to use multiple queues
 2020-08-21 10:23 UTC  (27+ messages)
` [PATCH v5 01/15] block/nvme: Replace magic value by SCALE_MS definition
` [PATCH v5 03/15] block/nvme: Let nvme_create_queue_pair() fail gracefully
` [PATCH v5 04/15] block/nvme: Define INDEX macros to ease code review
` [PATCH v5 05/15] block/nvme: Improve error message when IO queue creation failed
` [PATCH v5 06/15] block/nvme: Use common error path in nvme_add_io_queue()
` [PATCH v5 07/15] block/nvme: Rename local variable
` [PATCH v5 08/15] block/nvme: Use union of NvmeIdCtrl / NvmeIdNs structures
` [PATCH v5 09/15] block/nvme: Replace qemu_try_blockalign0 by qemu_try_blockalign/memset
` [PATCH v5 10/15] block/nvme: Replace qemu_try_blockalign(bs) by qemu_try_memalign(pg_sz)
` [PATCH v5 11/15] block/nvme: Simplify nvme_init_queue() arguments
` [PATCH v5 12/15] block/nvme: Replace BDRV_POLL_WHILE by AIO_WAIT_WHILE
` [PATCH v5 13/15] block/nvme: Simplify nvme_create_queue_pair() arguments
` [PATCH v5 14/15] block/nvme: Extract nvme_poll_queue()

[PATCH v3] configure: add support for pseudo-"in source tree" builds
 2020-08-21 10:22 UTC 

[PATCH 00/18] hw/riscv: Add Microchip PolarFire SoC Icicle Kit board support
 2020-08-21 10:09 UTC  (6+ messages)
` [PATCH 07/18] hw/sd: sd: Fix incorrect populated function switch status data structure

[PATCH v2] configure: add support for pseudo-"in source tree" builds
 2020-08-21 10:17 UTC  (10+ messages)

[PATCH 0/2] fdmon-poll: reset npfd when upgrading to fdmon-epoll
 2020-08-21 10:12 UTC  (3+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] tests: add test-fdmon-epoll

[PATCH] virtio-gpu: fix unmap the already mapped items
 2020-08-21 10:07 UTC  (2+ messages)

[PATCH] numa: hmat: fix cache size check
 2020-08-21 10:05 UTC 

[PATCH v3 00/10] *** A Method for evaluating dirty page rate ***
 2020-08-21 10:00 UTC  (23+ messages)
` [PATCH v3 01/10] migration/dirtyrate: Add get_dirtyrate_thread() function
` [PATCH v3 02/10] migration/dirtyrate: Add RamlockDirtyInfo to store sampled page info
` [PATCH v3 03/10] migration/dirtyrate: Add dirtyrate statistics series functions
` [PATCH v3 05/10] migration/dirtyrate: Record hash results for each sampled page
` [PATCH v3 08/10] migration/dirtyrate: Implement get_sample_page_period() and block_sample_page_period()
` [PATCH v3 09/10] migration/dirtyrate: Implement calculate_dirtyrate() function
` [PATCH v3 10/10] migration/dirtyrate: Implement qmp_cal_dirty_rate()/qmp_get_dirty_rate() function

deprecation of in-tree builds
 2020-08-21  9:55 UTC  (11+ messages)

Suspicious QOM types without instance/class size
 2020-08-21  9:43 UTC  (5+ messages)

[PATCH V6] Introduce a new flag for i440fx to disable PCI hotplug on the root bus
 2020-08-21  9:16 UTC  (3+ messages)

[PATCH] hw/arm/sbsa-ref: fix typo breaking PCIe IRQs
 2020-08-21  9:08 UTC  (2+ messages)

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

[PATCH 0/2] Enable virtio-fs on s390x
 2020-08-21  8:50 UTC  (4+ messages)
` [PATCH 2/2] libvhost-user: handle endianness as mandated by the spec

[PATCH] cirrus: handle wraparound in cirrus_invalidate_region
 2020-08-21  8:26 UTC 

[PATCH] hw: cirrus_vga: mask 'off_begin' in cirrus_invalidate_region()
 2020-08-21  8:23 UTC  (2+ messages)

[PATCH v4 0/4] migration: Add block-bitmap-mapping parameter
 2020-08-21  8:09 UTC  (5+ messages)
` [PATCH v4 4/4] iotests: Test node/bitmap aliases during migration

[PATCH] .gitignore: add virtiofsd binary
 2020-08-21  7:09 UTC 

[PATCH] util/vfio-helpers: Unify trace-events size format
 2020-08-21  6:56 UTC  (2+ messages)

[PULL v7 000/151] Meson-based build system
 2020-08-21  6:15 UTC  (2+ messages)

[PATCH v2] spapr/xive: Use the xics flag to check for XIVE-only IRQ backends
 2020-08-21  5:39 UTC  (3+ messages)

[PATCH] virtiofsd: add -o allow_directio|no_directio option
 2020-08-21  3:41 UTC 

[RFC PATCH v2 0/4] Use ACPI PCI hot-plug for q35
 2020-08-21  3:41 UTC  (2+ messages)

device compatibility interface for live migration with assigned devices
 2020-08-21  3:14 UTC  (13+ messages)
            ` [ovirt-devel] "

[Bug 1892441] [NEW] "No zIPL section in IPL2 record" error when emulating Debian 10.5.0 on s390x
 2020-08-21  2:16 UTC  (2+ messages)
` [Bug 1892441] "

[PATCH v2 0/4] spapr/xive: Allocate vCPU IPIs from the vCPU contexts
 2020-08-21  1:38 UTC  (2+ messages)

[PATCH] hw/arm/virt: Default to architecture appropriate CPU
 2020-08-21  1:08 UTC  (3+ messages)

[PATCH v2 0/3] hw/sd: Add Cadence SDHCI emulation
 2020-08-21  0:54 UTC  (3+ messages)

[PATCH v5 0/3] migration: Add block-bitmap-mapping parameter
 2020-08-21  0:39 UTC  (5+ messages)
` [PATCH v5 1/3] "
` [PATCH v5 3/3] iotests: Test node/bitmap aliases during migration

[PATCH v2] ppc/pnv: Add a HIOMAP erase command
 2020-08-20 22:54 UTC  (3+ messages)

[PATCH 1/1] spapr_vscsi: do not allow device hotplug
 2020-08-20 23:21 UTC  (2+ messages)

[PATCH v2 0/5] iotest.FilePath fixes and cleanups
 2020-08-20 23:54 UTC  (6+ messages)
` [PATCH v2 1/5] qemu-iotests: Fix FilePaths cleanup
` [PATCH v2 2/5] qemu-iotests: Fix FilePaths docstring
` [PATCH v2 3/5] qemu-iotests: Support varargs syntax in FilePaths
` [PATCH v2 4/5] qemu-iotests: Merge FilePaths and FilePath
` [PATCH v2 5/5] qemu-iotests: Simplify FilePath __init__

[PATCH 0/1] qcow2: Skip copy-on-write when allocating a zero cluster
 2020-08-20 21:58 UTC  (9+ messages)

[PATCH] qemu-iotests: Fix FilePaths cleanup
 2020-08-20 21:55 UTC  (6+ messages)

[PATCH v4 00/10] preallocate filter
 2020-08-20 21:09 UTC  (15+ messages)
` [PATCH v4 01/10] block: simplify comment to BDRV_REQ_SERIALISING
` [PATCH v4 02/10] block/io.c: drop assertion on double waiting for request serialisation
` [PATCH v4 03/10] block/io: split out bdrv_find_conflicting_request
` [PATCH v4 04/10] block/io: bdrv_wait_serialising_requests_locked: drop extra bs arg
` [PATCH v4 05/10] block: bdrv_mark_request_serialising: split non-waiting function
` [PATCH v4 06/10] block: introduce BDRV_REQ_NO_WAIT flag
` [PATCH v4 07/10] block: introduce preallocate filter
` [PATCH v4 08/10] iotests.py: add verify_o_direct helper
` [PATCH v4 09/10] iotests.py: add filter_img_check
` [PATCH v4 10/10] iotests: add 298 to test new preallocate filter driver

[PATCH v7 00/13] Add Nuvoton NPCM730/NPCM750 SoCs and two BMC machines
 2020-08-20 20:30 UTC  (9+ messages)
` [PATCH v7 13/13] tests/acceptance: console boot tests for quanta-gsj

Trying to install win7 on qemu 5.1 with whpx failed, any suggestion?
 2020-08-20 20:28 UTC 

[PATCH v1 0/2] pc-bios: petalogix: Re-generate DTB and add DTS files
 2020-08-20 19:43 UTC  (3+ messages)
` [PATCH v1 1/2] microblaze: petalogix-ml605: Add device-tree source
` [PATCH v1 2/2] microblaze: petalogix-s3adsp1800: "

Avocado's upcoming LTS release
 2020-08-20 19:09 UTC 

[PATCH v2 00/58] qom: Automated conversion of type checking boilerplate
 2020-08-20 18:48 UTC  (6+ messages)
` [PATCH v2 44/58] qom: provide convenient macros for declaring and defining types


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