qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-01-30 15:02:20 to 2020-01-30 22:43:29 UTC [more...]

[PATCH 0/5] python/qemu: qmp: Fix, delint and improvements
 2020-01-30 22:41 UTC  (9+ messages)
` [PATCH 2/5] python/qemu: Delint the qmp module
` [PATCH 3/5] python/qemu: qmp: Make accept()'s timeout configurable
` [PATCH 5/5] python/qemu: qmp: Remove unnused attributes

[PATCH v5 0/6] Enable more iotests during "make check-block"
 2020-01-30 22:31 UTC  (3+ messages)
` [PATCH v5 5/6] iotests: Skip Python-based tests if QEMU does not support virtio-blk

[PATCH v4 0/7] hw/arm/raspi: Run U-Boot on the raspi machines
 2020-01-30 22:19 UTC  (8+ messages)
` [PATCH v4 2/7] Acceptance tests: Extract _console_interaction()
` [PATCH v4 3/7] Acceptance tests: Add interrupt_interactive_console_until_pattern()
` [PATCH v4 4/7] python/qemu/machine: Allow to use other serial consoles than default

[PATCH] python: Treat None-return of greeting cmd
 2020-01-30 22:16 UTC  (2+ messages)

[PATCH] riscv: Separate FPU register size from core register size in gdbstub [v2]
 2020-01-30 22:13 UTC  (3+ messages)

[PATCH] qemu-deprecated: Remove text about Python 2
 2020-01-30 22:13 UTC  (8+ messages)

[PATCH v3 00/21] block: Fix check_to_replace_node()
 2020-01-30 21:44 UTC  (22+ messages)
` [PATCH v3 01/21] blockdev: Allow external snapshots everywhere
` [PATCH v3 02/21] blockdev: Allow resizing everywhere
` [PATCH v3 03/21] block: Drop bdrv_is_first_non_filter()
` [PATCH v3 04/21] iotests: Let 041 use -blockdev for quorum children
` [PATCH v3 05/21] quorum: Fix child permissions
` [PATCH v3 06/21] block: Add bdrv_recurse_can_replace()
` [PATCH v3 07/21] blkverify: Implement .bdrv_recurse_can_replace()
` [PATCH v3 08/21] quorum: Store children in own structure
` [PATCH v3 09/21] quorum: Add QuorumChild.to_be_replaced
` [PATCH v3 10/21] quorum: Implement .bdrv_recurse_can_replace()
` [PATCH v3 11/21] block: Use bdrv_recurse_can_replace()
` [PATCH v3 12/21] block: Remove bdrv_recurse_is_first_non_filter()
` [PATCH v3 13/21] mirror: Double-check immediately before replacing
` [PATCH v3 14/21] quorum: Stop marking it as a filter
` [PATCH v3 15/21] iotests: Use complete_and_wait() in 155
` [PATCH v3 16/21] iotests: Add VM.assert_block_path()
` [PATCH v3 17/21] iotests/041: Drop superfluous shutdowns
` [PATCH v3 18/21] iotests: Resolve TODOs in 041
` [PATCH v3 19/21] iotests: Use self.image_len in TestRepairQuorum
` [PATCH v3 20/21] iotests: Add tests for invalid Quorum @replaces
` [PATCH v3 21/21] iotests: Check that @replaces can replace filters

[PATCH v9 0/4] delete created files when block_crypto_co_create_opts_luks fails
 2020-01-30 21:39 UTC  (5+ messages)
` [PATCH v9 1/4] block: introducing 'bdrv_co_delete_file' interface
` [PATCH v9 2/4] block.c: adding bdrv_co_delete_file
` [PATCH v9 3/4] crypto.c: cleanup created file when block_crypto_co_create_opts_luks fails
` [PATCH v9 4/4] qemu-iotests: adding LUKS cleanup for non-UTF8 secret error

[PULL 0/5] Tracing patches
 2020-01-30 21:38 UTC  (6+ messages)
` [PULL 1/5] Makefile: Keep trace-events-subdirs ordered
` [PULL 2/5] docs/devel/tracing.txt: Recommend only trace_event_get_state_backends()
` [PULL 3/5] memory.c: Use trace_event_get_state_backends()
` [PULL 4/5] hw/display/qxl.c: "
` [PULL 5/5] qemu_set_log_filename: filename argument may be NULL

[PULL 00/18] Block patches
 2020-01-30 21:31 UTC  (19+ messages)
` [PULL 01/18] block: eliminate BDRV_REQ_NO_SERIALISING
` [PULL 02/18] block/io: wait for serialising requests when a request becomes serialising
` [PULL 03/18] block/io: take bs->reqs_lock in bdrv_mark_request_serialising
` [PULL 04/18] configure: permit use of io_uring
` [PULL 05/18] qapi/block-core: add option for io_uring
` [PULL 06/18] block/block: add BDRV flag "
` [PULL 07/18] block/io_uring: implements interfaces "
` [PULL 08/18] stubs: add stubs for io_uring interface
` [PULL 09/18] util/async: add aio interfaces for io_uring
` [PULL 10/18] blockdev: adds bdrv_parse_aio to use io_uring
` [PULL 11/18] block/file-posix.c: extend "
` [PULL 12/18] block: add trace events for io_uring
` [PULL 13/18] block/io_uring: adds userspace completion polling
` [PULL 14/18] qemu-io: adds option to use aio engine
` [PULL 15/18] qemu-img: adds option to use aio engine for benchmarking
` [PULL 16/18] qemu-nbd: adds option for aio engines
` [PULL 17/18] tests/qemu-iotests: enable testing with aio options
` [PULL 18/18] tests/qemu-iotests: use AIOMODE with various tests

Making QEMU easier for management tools and applications
 2020-01-30 21:09 UTC  (11+ messages)
                  ` Improving QOM documentation [Was: Re: Making QEMU easier for management tools and applications]

[PATCH v2 00/29] tests/acceptance/virtio_seg_max_adjust: Restrict it to Linux/X86
 2020-01-30 20:40 UTC  (7+ messages)
` [PATCH v2 04/29] tests/acceptance: Use 'version-min' tag to verify QEMU binary version

[PATCH v2 00/12] testing/next (with build fixes!)
 2020-01-30 19:43 UTC  (9+ messages)
` [PATCH v2 04/12] travis.yml: Install genisoimage package
` [PATCH v2 08/12] .travis.yml: Add description to each job
` [PATCH v2 11/12] .travis.yml: probe for number of available processors
` [PATCH v2 12/12] .travis.yml: limit the arm64 target list

[PATCH] machine/memory encryption: Disable mem merge
 2020-01-30 19:33 UTC  (2+ messages)

[Bug 1856724] [NEW] SB.PCI0.SMB0 device drivers unavailable
 2020-01-30 19:16 UTC  (2+ messages)
` [Bug 1856724] "

[PATCH 0/6] tests/boot_linux_console: add extra boot acceptance tests
 2020-01-30 19:19 UTC  (15+ messages)
` [PATCH 1/6] tests/boot_linux_console: add microvm acceptance test
` [PATCH 2/6] tests/boot_linux_console: add BIOS "
` [PATCH 3/6] tests/boot_linux_console: fix extract_from_deb() comment
` [PATCH 5/6] tests/boot_linux_console: add extract_from_rpm method

[PULL 00/26] target-arm queue
 2020-01-30 19:05 UTC  (28+ messages)
` [PULL 01/26] hw/core/or-irq: Fix incorrect assert forbidding num-lines == MAX_OR_LINES
` [PULL 02/26] target/arm/arm-semi: Don't let the guest close stdin/stdout/stderr
` [PULL 03/26] hw/sd: Configure number of slots exposed by the ASPEED SDHCI model
` [PULL 04/26] hw/arm: ast2600: Wire up the eMMC controller
` [PULL 05/26] ftgmac100: check RX and TX buffer alignment
` [PULL 06/26] hw/arm/aspeed: add a 'execute-in-place' property to boot directly from CE0
` [PULL 07/26] misc/pca9552: Add qom set and get
` [PULL 08/26] hw/arm/raspi: Remove obsolete use of -smp to set the soc 'enabled-cpus'
` [PULL 09/26] add device_legacy_reset function to prepare for reset api change
` [PULL 10/26] hw/core/qdev: add trace events to help with resettable transition
` [PULL 11/26] hw/core: create Resettable QOM interface
` [PULL 12/26] hw/core: add Resettable support to BusClass and DeviceClass
` [PULL 13/26] hw/core/resettable: add support for changing parent
` [PULL 14/26] hw/core/qdev: handle parent bus change regarding resettable
` [PULL 15/26] hw/core/qdev: update hotplug reset "
` [PULL 16/26] hw/core: deprecate old reset functions and introduce new ones
` [PULL 17/26] docs/devel/reset.rst: add doc about Resettable interface
` [PULL 18/26] vl: replace deprecated qbus_reset_all registration
` [PULL 19/26] hw/s390x/ipl: replace deprecated qdev_reset_all registration
` [PULL 20/26] hw/intc/arm_gicv3_kvm: Stop wrongly programming GICR_PENDBASER.PTZ bit
` [PULL 21/26] target/arm/kvm: trivial: Clean up header documentation
` [PULL 22/26] hw/arm/virt: Add missing 5.0 options call to 4.2 options
` [PULL 23/26] target/arm/kvm64: kvm64 cpus have timer registers
` [PULL 24/26] tests/arm-cpu-features: Check feature default values
` [PULL 25/26] target/arm/kvm: Implement virtual time adjustment
` [PULL 26/26] target/arm/cpu: Add the kvm-no-adjvtime CPU property

[PULL v3 00/18] virtio, pc: fixes, features
 2020-01-30 19:05 UTC  (3+ messages)
` [PULL v3 17/18] i386:acpi: Remove _HID from the SMBus ACPI entry

[PATCH v2 for-5.0 0/7] block-copy improvements: part I
 2020-01-30 18:58 UTC  (11+ messages)
` [PATCH v2 6/7] block/block-copy: reduce intersecting request lock
` [PATCH v2 7/7] block/block-copy: hide structure definitions

[PATCH v21 0/7]target-ppc/spapr: Add FWNMI support in QEMU for PowerKVM guests
 2020-01-30 18:44 UTC  (8+ messages)
` [PATCH v21 1/7] Wrapper function to wait on condition for the main loop mutex
` [PATCH v21 2/7] ppc: spapr: Introduce FWNMI capability
` [PATCH v21 3/7] target/ppc: Handle NMI guest exit
` [PATCH v21 4/7] target/ppc: Build rtas error log upon an MCE
` [PATCH v21 5/7] ppc: spapr: Handle "ibm, nmi-register" and "ibm, nmi-interlock" RTAS calls
` [PATCH v21 6/7] migration: Include migration support for machine check handling
` [PATCH v21 7/7] ppc: spapr: Activate the FWNMI functionality

[PATCH v8 00/21] Add virtual device fuzzing support
 2020-01-30 18:41 UTC  (10+ messages)
` [PATCH v8 01/21] softmmu: split off vl.c:main() into main.c
` [PATCH v8 13/21] main: keep rcu_atfork callback enabled for qtest

[PATCH] target/s390x/translate: Fix RNSBG instruction
 2020-01-30 18:39 UTC  (4+ messages)

[PATCH v2 00/14] LUKS: encryption slot management using amend interface
 2020-01-30 17:29 UTC  (15+ messages)
` [PATCH v2 01/14] qcrypto/core: add generic infrastructure for crypto options amendment
` [PATCH v2 02/14] qcrypto/luks: implement encryption key management
` [PATCH v2 03/14] block/amend: add 'force' option
` [PATCH v2 04/14] block/amend: separate amend and create options for qemu-img
` [PATCH v2 05/14] block/amend: refactor qcow2 amend options
` [PATCH v2 06/14] block/crypto: rename two functions
` [PATCH v2 07/14] block/crypto: implement the encryption key management
` [PATCH v2 08/14] block/qcow2: extend qemu-img amend interface with crypto options
` [PATCH v2 09/14] iotests: filter few more luks specific create options
` [PATCH v2 10/14] iotests: qemu-img tests for luks key management
` [PATCH v2 11/14] block/core: add generic infrastructure for x-blockdev-amend qmp command
` [PATCH v2 12/14] block/crypto: implement blockdev-amend
` [PATCH v2 13/14] block/qcow2: "
` [PATCH v2 14/14] iotests: add tests for blockdev-amend

[PATCH v2] git: Make submodule check only needed modules
 2020-01-30 17:02 UTC  (5+ messages)

linux-user: Support f_flags in statfs64 when available
 2020-01-30 16:52 UTC  (2+ messages)

[PATCH v6 00/11] error: auto propagated local_err part I
 2020-01-30 16:50 UTC  (3+ messages)

[PATCH v2 REPOST] Acceptance test: provides to use different transport for migration
 2020-01-30 16:42 UTC 

[PATCH v2 00/12] python: Explicit usage of Python 3
 2020-01-30 16:32 UTC  (13+ messages)
` [PATCH v2 01/12] scripts/checkpatch.pl: Only allow Python 3 interpreter
` [PATCH v2 02/12] tests/qemu-iotests/check: Allow use of python3 interpreter
` [PATCH v2 03/12] tests/qemu-iotests: Explicit usage of Python 3 (scripts with __main__)
` [PATCH v2 04/12] tests: Explicit usage of Python 3
` [PATCH v2 05/12] scripts: Explicit usage of Python 3 (scripts with __main__)
` [PATCH v2 06/12] scripts/minikconf: Explicit usage of Python 3
` [PATCH v2 07/12] tests/acceptance: Remove shebang header
` [PATCH v2 08/12] scripts/tracetool: "
` [PATCH v2 09/12] tests/vm: "
` [PATCH v2 10/12] tests/qemu-iotests: Explicit usage of Python3 (scripts without __main__)
` [PATCH v2 11/12] scripts: Explicit usage of Python 3 "
` [PATCH v2 12/12] tests/qemu-iotests/check: Only check for Python 3 interpreter

[PATCH 00/13] LUKS: encryption slot management using amend interface
 2020-01-30 16:37 UTC  (27+ messages)
` [PATCH 02/13] qcrypto-luks: implement encryption key management
` [PATCH 04/13] block: amend: separate amend and create options for qemu-img
` [PATCH 06/13] block/crypto: implement the encryption key management
` [PATCH 07/13] qcow2: extend qemu-img amend interface with crypto options
` [PATCH 08/13] iotests: filter few more luks specific create options
` [PATCH 11/13] block/crypto: implement blockdev-amend

[PATCH 0/4] target/ppc: Use probe_access
 2020-01-30 16:42 UTC  (6+ messages)

[PATCH v2] hw/*/Makefile.objs: Move many .o files to common-objs
 2020-01-30 16:33 UTC  (3+ messages)

[PATCH 00/10] python: Explicit usage of Python 3
 2020-01-30 16:18 UTC  (5+ messages)

[PATCH 0/3] request_alignment vs file size
 2020-01-30 16:06 UTC  (6+ messages)
` [PATCH 1/3] block/file-posix: add raw_getlength_fd
` [PATCH 2/3] block/file-posix: consider file size when fallback to max_align
` [PATCH 3/3] block: fail on open when file size is unaligned to request_alignment

[RFC PATCH v3 0/6] target/arm/kvm: Adjust virtual time
 2020-01-30 15:50 UTC  (2+ messages)

[Bug 1859656] Re: [2.6] Unable to reboot s390x KVM machine after initial deploy
 2020-01-30 15:43 UTC 

[PULL 0/6] MIPS queue for January 29th, 2020
 2020-01-30 15:47 UTC  (2+ messages)

[PATCH v2] riscv/virt: Add syscon reboot and poweroff DT nodes
 2020-01-30 15:41 UTC  (2+ messages)

[PATCH v2 0/2] RISC-V TIME CSR for privileged mode
 2020-01-30 15:27 UTC  (7+ messages)
` [PATCH v2 1/2] target/riscv: Emulate TIME CSRs "
` [PATCH v2 2/2] hw/riscv: Provide rdtime callback for TCG in CLINT emulation

[PATCH v2] Implement the Screamer sound chip for the mac99 machine type
 2020-01-30 15:03 UTC  (7+ messages)
        ` [RFC] coreaudio: fix coreaudio_test.diff


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