qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-09-07 03:58:57 to 2020-09-07 13:55:31 UTC [more...]

[PATCH] schemas: Add vim modeline
 2020-09-07 13:54 UTC  (3+ messages)

[PATCH v8 00/14] Add Nuvoton NPCM730/NPCM750 SoCs and two BMC machines
 2020-09-07 13:40 UTC  (6+ messages)
` [PATCH v8 02/14] hw/misc: Add NPCM7xx Clock Controller device model

[PATCH v3 00/15] Reverse debugging
 2020-09-07 13:37 UTC  (10+ messages)
` [PATCH v3 01/15] replay: don't record interrupt poll
` [PATCH v3 09/15] replay: implement replay-seek command
` [PATCH v3 10/15] replay: flush rr queue before loading the vmstate

[PULL 00/30] ppc-for-5.2 queue 20200904
 2020-09-07 13:29 UTC  (4+ messages)

[PATCH v3] i440fx/acpi: do not add hotplug related amls for cold plugged bridges
 2020-09-07 13:17 UTC  (2+ messages)

[PULL v2 00/15] Renesas hardware patches for 2020-06-22
 2020-09-07 13:13 UTC  (3+ messages)
` [PULL v2 13/15] hw/rx: Add RX GDB simulator

Plans to refreshing iPXE roms ?
 2020-09-07 12:58 UTC  (2+ messages)

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

[PATCH v3 0/4] Introducing QMP query-netdevs command
 2020-09-07 12:39 UTC  (5+ messages)
` [PATCH v3 1/4] qapi: net: Add "

[PATCH] tests/vm: Add Haiku test based on their vagrant images
 2020-09-07 12:35 UTC  (2+ messages)

[PATCH v8 0/7] Apply COR-filter to the block-stream permanently
 2020-09-07 12:17 UTC  (6+ messages)
` [PATCH v8 6/7] block-stream: freeze link to base node during stream job

[PATCH] 9pfs: disable msize warning for synth driver
 2020-09-07 12:27 UTC  (4+ messages)
` [SPAM] "

[PULL 00/45] Next round of Meson bugfixes and cleanups
 2020-09-07 12:26 UTC  (2+ messages)

[PULL 00/14] Gitlab-CI improvements and related fixes
 2020-09-07 12:11 UTC  (15+ messages)
` [PULL 01/14] tests/docker: add python3-setuptools the docker images
` [PULL 02/14] tests: handling signal on win32 properly
` [PULL 03/14] tests: fixes test-vmstate.c compile error on msys2
` [PULL 04/14] tests: Fixes building test-util-filemonitor.c on msys2/mingw
` [PULL 05/14] tests/Makefile: test-image-locking needs CONFIG_POSIX
` [PULL 06/14] dockerfiles/debian-win64-cross: Download WHPX MinGW headers
` [PULL 07/14] configure: Allow automatic WHPX detection
` [PULL 08/14] stubs: Move qemu_timer_notify_cb() and remove qemu_notify_event() stub
` [PULL 09/14] stubs: Move qemu_fd_register stub to util/main-loop.c
` [PULL 10/14] gitlab-ci: Add cross-compiling build tests
` [PULL 11/14] crypto: fix build with gcrypt enabled
` [PULL 12/14] gitlab: expand test coverage for crypto builds
` [PULL 13/14] tests/qtest: do not list ahci-test twice
` [PULL 14/14] target/microblaze: Collected fixes for env->iflags

[PATCH 00/77] Patch Round-up for stable 5.0.1, freeze on 2020-09-10
 2020-09-07 12:18 UTC  (3+ messages)
` [PATCH 66/77] virtio: verify that legacy support is not accidentally on

[PATCH] MAINTAINERS: add Stefan Hajnoczi as block/nvme.c maintainer
 2020-09-07 11:46 UTC  (3+ messages)

[PATCH v2] iotests: Skip test_stream_parallel in test 030 when doing "make check"
 2020-09-07 11:49 UTC  (2+ messages)

[PULL 00/64] Block layer patches
 2020-09-07 11:09 UTC  (65+ messages)
` [PULL 01/64] block: Raise an error when backing file parameter is an empty string
` [PULL 02/64] block/nvme: Replace magic value by SCALE_MS definition
` [PULL 03/64] block/nvme: Avoid further processing if trace event not enabled
` [PULL 04/64] block/nvme: Let nvme_create_queue_pair() fail gracefully
` [PULL 05/64] block/nvme: Define INDEX macros to ease code review
` [PULL 06/64] block/nvme: Improve error message when IO queue creation failed
` [PULL 07/64] block/nvme: Use common error path in nvme_add_io_queue()
` [PULL 08/64] block/nvme: Rename local variable
` [PULL 09/64] block/nvme: Use union of NvmeIdCtrl / NvmeIdNs structures
` [PULL 10/64] block/nvme: Replace qemu_try_blockalign0 by qemu_try_blockalign/memset
` [PULL 11/64] block/nvme: Replace qemu_try_blockalign(bs) by qemu_try_memalign(pg_sz)
` [PULL 12/64] block/nvme: Simplify nvme_init_queue() arguments
` [PULL 13/64] block/nvme: Replace BDRV_POLL_WHILE by AIO_WAIT_WHILE
` [PULL 14/64] block/nvme: Simplify nvme_create_queue_pair() arguments
` [PULL 15/64] block/nvme: Extract nvme_poll_queue()
` [PULL 16/64] block/nvme: Use an array of EventNotifier
` [PULL 17/64] block: Add child access functions
` [PULL 18/64] block: Add chain helper functions
` [PULL 19/64] block: bdrv_cow_child() for bdrv_has_zero_init()
` [PULL 20/64] block: bdrv_set_backing_hd() is about bs->backing
` [PULL 21/64] block: Include filters when freezing backing chain
` [PULL 22/64] block: Drop bdrv_is_encrypted()
` [PULL 23/64] block: Add bdrv_supports_compressed_writes()
` [PULL 24/64] throttle: Support compressed writes
` [PULL 25/64] copy-on-read: "
` [PULL 26/64] block: Use bdrv_filter_(bs|child) where obvious
` [PULL 27/64] block: Use CAFs in block status functions
` [PULL 28/64] stream: Deal with filters
` [PULL 29/64] block: Use CAFs when working with backing chains
` [PULL 30/64] block: Use bdrv_cow_child() in bdrv_co_truncate()
` [PULL 31/64] block: Re-evaluate backing file handling in reopen
` [PULL 32/64] block: Flush all children in generic code
` [PULL 33/64] vmdk: Drop vmdk_co_flush()
` [PULL 34/64] block: Iterate over children in refresh_limits
` [PULL 35/64] block: Use CAFs in bdrv_refresh_filename()
` [PULL 36/64] block: Use CAF in bdrv_co_rw_vmstate()
` [PULL 37/64] block/snapshot: Fix fallback
` [PULL 38/64] block: Use CAFs for debug breakpoints
` [PULL 39/64] block: Improve get_allocated_file_size's default
` [PULL 40/64] block/null: Implement bdrv_get_allocated_file_size
` [PULL 41/64] blockdev: Use CAF in external_snapshot_prepare()
` [PULL 42/64] block: Report data child for query-blockstats
` [PULL 43/64] block: Use child access functions for QAPI queries
` [PULL 44/64] block-copy: Use CAF to find sync=top base
` [PULL 45/64] mirror: Deal with filters
` [PULL 46/64] backup: "
` [PULL 47/64] commit: "
` [PULL 48/64] nbd: Use CAF when looking for dirty bitmap
` [PULL 49/64] qemu-img: Use child access functions
` [PULL 50/64] block: Drop backing_bs()
` [PULL 51/64] blockdev: Fix active commit choice
` [PULL 52/64] block: Inline bdrv_co_block_status_from_*()
` [PULL 53/64] block: Leave BDS.backing_{file,format} constant
` [PULL 54/64] iotests: Test that qcow2's data-file is flushed
` [PULL 55/64] iotests: Let complete_and_wait() work with commit
` [PULL 56/64] iotests: Add filter commit test cases
` [PULL 57/64] iotests: Add filter mirror "
` [PULL 58/64] iotests: Add test for commit in sub directory
` [PULL 59/64] iotests: Test committing to overridden backing
` [PULL 60/64] iotests: Allow running from different directory
` [PULL 61/64] file-win32: Fix "locking" option
` [PULL 62/64] block/nvme: Group controller registers in NVMeRegs structure
` [PULL 63/64] block/nvme: Use generic NvmeBar structure
` [PULL 64/64] block/nvme: Pair doorbell registers

[PATCH] hw/s390x/css: Remove double initialization
 2020-09-07 11:43 UTC  (2+ messages)

[PATCH 00/17] hw/block/nvme: multiple namespaces support
 2020-09-07 11:02 UTC  (15+ messages)
` [PATCH 02/17] hw/block/nvme: handle dma errors
` [PATCH 17/17] hw/block/nvme: change controller pci id

[PATCH 0/3] block/nvme: Use NvmeBar structure from "block/nvme.h"
 2020-09-07 10:54 UTC  (2+ messages)

[PATCH 0/3] Vhost-vDPA: batch IOTLB updating
 2020-09-07 10:49 UTC  (4+ messages)
` [PATCH 1/3] linux headers: sync to 5.9-rc4
` [PATCH 2/3] vhost: switch to use IOTLB v2 format
` [PATCH 3/3] vhost-vdpa: batch updating IOTLB mappings

[PATCH 0/4] Acceptance Tests: update assets location and cancel tests if missing
 2020-09-07 10:37 UTC  (11+ messages)
` [PATCH 1/4] Acceptance tests: use an available kernel image package for arm
` [PATCH 2/4] boot linux test: update arm bionic URL
` [PATCH 3/4] tests: bump avocado version
` [PATCH 4/4] Acceptance tests: cancel tests on missing assets

[PATCH 0/3] nbd reconnect on open
 2020-09-07 10:24 UTC  (4+ messages)
` [PATCH 1/3] block/nbd: move initial connect to coroutine
` [PATCH 2/3] nbd: allow reconnect on open, with corresponding new options
` [PATCH 3/3] iotests: add 306 to test reconnect on nbd open

[PATCH v3 00/16] hw/riscv: Add Microchip PolarFire SoC Icicle Kit board support
 2020-09-07 10:24 UTC  (3+ messages)

[PULL 0/5] tcg patch queue
 2020-09-07 10:20 UTC  (4+ messages)
` [PULL 3/5] softmmu/cpus: Only set parallel_cpus for SMP

[PATCH] file-win32: Fix "locking" option
 2020-09-07 10:13 UTC  (3+ messages)

[PATCH v1 0/8] some testing and CI updates (re-greening)
 2020-09-07 10:08 UTC  (7+ messages)
` [PATCH v1 6/8] tests/meson.build: fp tests don't need CONFIG_TCG

[Bug 1894617] [NEW] qemu-i386 mmap but offset greater than 32 bits
 2020-09-07  9:42 UTC 

[PATCH 1/3] object_initialize: try module load
 2020-09-07  9:47 UTC  (3+ messages)
` [PATCH 2/3] virtio-gpu: make virtio_gpu_ops static
` [PATCH 3/3] virtio-gpu: build modular

[RFC PATCH v3 00/34] Hexagon patch series
 2020-09-07  9:49 UTC  (4+ messages)

[PATCH v3 00/19] target/microblaze improvements
 2020-09-07  9:20 UTC  (2+ messages)

[PATCH v2 0/3] qga: add command guest-get-disk
 2020-09-07  9:32 UTC  (6+ messages)
` [PATCH v2 1/3] qga: add command guest-get-disks
` [PATCH v2 2/3] qga: add implementation of guest-get-disks for Linux
` [PATCH v2 3/3] qga: add implementation of guest-get-disks for Windows

[PATCH 0/2] Try fixes test-replication.c running on msys2/mingw
 2020-09-07  9:24 UTC  (5+ messages)
` [PATCH 1/2] tests: Trying fixes test-replication.c "

make -i check resut for msys2
 2020-09-07  9:23 UTC  (7+ messages)

[PULL 0/5] Linux user for 5.2 patches
 2020-09-07  9:17 UTC  (6+ messages)
` [PULL 1/5] linux-user: Add support for ppoll_time64() and pselect6_time64()
` [PULL 2/5] linux-user: Correctly start brk after executable
` [PULL 3/5] linux-user: Map signal numbers in fcntl
` [PULL 4/5] linux-user: fix ppc/termbits.h
` [PULL 5/5] linux-user: Protect btrfs ioctl target definitions

[PATCH] qemu-img: Explicit number replaced by a constant
 2020-09-07  9:08 UTC  (3+ messages)
` [PATCH v2] "

[RFC PATCH] docs/system/deprecated: mark ppc64abi32-linux-user for deprecation
 2020-09-07  9:05 UTC  (3+ messages)

[PATCH] iotests: Skip test_stream_parallel in test 030 when doing "make check"
 2020-09-07  8:27 UTC  (2+ messages)

[PATCH 0/2] meson: fix device module builds
 2020-09-07  8:08 UTC  (4+ messages)
` [PATCH 1/2] meson: fix module config
` [PATCH 2/2] meson: remove duplicate qxl sources

[PATCH 00/63] qom: Rename macros for consistency
 2020-09-07  7:29 UTC  (5+ messages)
` [PATCH 05/63] ap-device: Rename AP_DEVICE_TYPE to TYPE_AP_DEVICE
` [PATCH 08/63] vfio: Rename VFIO_AP_DEVICE_TYPE to TYPE_VFIO_AP_DEVICE

[PATCH v2 0/5] hw/arm/virt: Introduce kvm-steal-time
 2020-09-07  7:04 UTC  (2+ messages)

[PATCH 00/13] dma: Let the DMA API take MemTxAttrs argument and propagate MemTxResult
 2020-09-07  6:55 UTC  (4+ messages)
` [PATCH 03/13] dma: Document address_space_map/address_space_unmap() prototypes

[PATCH] meson: Fixes qapi tests
 2020-09-07  6:09 UTC  (2+ messages)

[PATCH] configure: Fixes ncursesw detection under msys2/mingw and enable curses
 2020-09-07  4:20 UTC  (3+ messages)

[PATCH v5 00/11] Green the msys2 CI make
 2020-09-07  4:20 UTC  (4+ messages)
` [PATCH v5 09/11] meson: Fixes qapi tests

[PATCH v3] configure: Fixes ncursesw detection under msys2/mingw and enable curses
 2020-09-07  4:05 UTC 

[PATCH V8 for-5.2] hw/mips: Add Loongson-3 machine support (with KVM)
 2020-09-07  3:58 UTC  (2+ 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).