qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-01-30 18:46:50 to 2020-01-31 07:47:58 UTC [more...]

Making QEMU easier for management tools and applications
 2020-01-31  7:46 UTC  (13+ messages)
                  ` Improving QOM documentation [Was: Re: Making QEMU easier for management tools and applications]

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

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

[Bug 1860759] [NEW] [REGRESSION] option `-snapshot` ignored with blockdev
 2020-01-31  6:58 UTC  (5+ messages)
` [Bug 1860759] "

[RFC PATCH] hw/arm/virt: Support NMI injection
 2020-01-31  6:59 UTC  (11+ messages)

Making QEMU easier for management tools and applications
 2020-01-31  6:50 UTC  (12+ messages)

[PULL 00/34] ppc-for-5.0 queue 20200131
 2020-01-31  6:09 UTC  (35+ messages)
` [PULL 01/34] ppc/pnv: use QEMU unit definition MiB
` [PULL 02/34] ppc/pnv: improve error logging when a PNOR update fails
` [PULL 03/34] ppc:virtex_ml507: remove unused arguments
` [PULL 04/34] hw/ppc/prep: Remove the deprecated "prep" machine and the OpenHackware BIOS
` [PULL 05/34] target/ppc: Clarify the meaning of return values in kvm_handle_debug
` [PULL 06/34] spapr: Fail CAS if option vector table cannot be parsed
` [PULL 07/34] target/ppc: Add privileged message send facilities
` [PULL 08/34] target/ppc: add support for Hypervisor Facility Unavailable Exception
` [PULL 09/34] spapr: Don't allow multiple active vCPUs at CAS
` [PULL 10/34] ppc/pnv: Add support for HRMOR on Radix host
` [PULL 11/34] ppc/pnv: remove useless "core-pir" property alias
` [PULL 12/34] ppc/pnv: Add support for "hostboot" mode
` [PULL 13/34] tpm: Move tpm_tis_show_buffer to tpm_util.c
` [PULL 14/34] spapr: Implement get_dt_compatible() callback
` [PULL 15/34] tpm_spapr: Support TPM for ppc64 using CRQ based interface
` [PULL 16/34] tpm_spapr: Support suspend and resume
` [PULL 17/34] hw/ppc/Kconfig: Enable TPM_SPAPR as part of PSERIES config
` [PULL 18/34] docs/specs/tpm: reST-ify TPM documentation
` [PULL 19/34] ppc/pnv: Add models for POWER9 PHB4 PCIe Host bridge
` [PULL 20/34] ppc/pnv: Add models for POWER8 PHB3 "
` [PULL 21/34] ppc/pnv: change the PowerNV machine devices to be non user creatable
` [PULL 22/34] spapr: Enable DD2.3 accelerated count cache flush in pseries-5.0 machine
` [PULL 23/34] target/ppc/cpu.h: Put macro parameter in parentheses
` [PULL 24/34] Wrapper function to wait on condition for the main loop mutex
` [PULL 25/34] ppc: spapr: Introduce FWNMI capability
` [PULL 26/34] target/ppc: Handle NMI guest exit
` [PULL 27/34] target/ppc: Build rtas error log upon an MCE
` [PULL 28/34] ppc: spapr: Handle "ibm, nmi-register" and "ibm, nmi-interlock" RTAS calls
` [PULL 29/34] migration: Include migration support for machine check handling
` [PULL 30/34] ppc: spapr: Activate the FWNMI functionality
` [PULL 31/34] target/ppc: Use probe_access for LSW, STSW
` [PULL 32/34] target/ppc: Use probe_access for LMW, STMW
` [PULL 33/34] target/ppc: Remove redundant mask in DCBZ
` [PULL 34/34] target/ppc: Use probe_write for DCBZ

[RFC v3 00/25] intel_iommu: expose Shared Virtual Addressing to VMs
 2020-01-31  4:06 UTC  (5+ messages)
` [RFC v3 02/25] hw/iommu: introduce DualStageIOMMUObject
` [RFC v3 03/25] hw/iommu: introduce IOMMUContext

[PATCH rc4 00/29] target/avr merger
 2020-01-31  4:11 UTC  (46+ messages)
` [PATCH rc4 01/29] target/avr: Add basic parameters for new AVR platform
` [PATCH rc4 02/29] target/avr: Introduce AVR CPU class object
` [PATCH rc4 03/29] target/avr: Add migration support
` [PATCH rc4 04/29] target/avr: Add GDB support
` [PATCH rc4 05/29] target/avr: Introduce enumeration AVRFeature
` [PATCH rc4 06/29] target/avr: Add defintions of AVR core types
` [PATCH rc4 07/29] target/avr: Add instruction helpers
` [PATCH rc4 08/29] target/avr: Add instruction translation - Register definitions
` [PATCH rc4 09/29] target/avr: Add instruction translation - Arithmetic and Logic Instructions
` [PATCH rc4 10/29] target/avr: Add instruction translation - Branch Instructions
` [PATCH rc4 11/29] target/avr: Add instruction translation - Data Transfer Instructions
` [PATCH rc4 12/29] target/avr: Add instruction translation - Bit and Bit-test Instructions
` [PATCH rc4 13/29] target/avr: Add instruction translation - MCU Control Instructions
` [PATCH rc4 14/29] target/avr: Add instruction translation - CPU main translation function
` [PATCH rc4 15/29] target/avr: Add instruction disassembly function
` [PATCH rc4 16/29] hw/char: Add limited support for AVR USART peripheral
` [PATCH rc4 17/29] hw/timer: Add limited support for AVR 16-bit timer peripheral
` [PATCH rc4 18/29] hw/misc: Add limited support for AVR power device
` [PATCH rc4 19/29] target/avr: Add section about AVR into QEMU documentation
` [PATCH rc4 20/29] target/avr: Register AVR support with the rest of QEMU
` [PATCH rc4 21/29] target/avr: Add machine none test
` [PATCH rc4 22/29] target/avr: Update MAINTAINERS file
` [PATCH rc4 23/29] hw/avr: Add helper to load raw/ELF firmware binaries
` [PATCH rc4 24/29] hw/avr: Add some ATmega microcontrollers
` [PATCH rc4 25/29] hw/avr: Add some Arduino boards
` [PATCH rc4 26/29] target/avr: Update build system
` [PATCH rc4 27/29] tests/boot-serial-test: Test some Arduino boards (AVR based)
` [PATCH rc4 28/29] tests/acceptance: Test the Arduino MEGA2560 board
` [PATCH rc4 29/29] .travis.yml: Run the AVR acceptance tests
` [PATCH 0/2] !fixup target/avr merger-rc4
  ` [PATCH 1/2] !fixup "hw/misc: Add limited support for AVR power device"
  ` [PATCH 2/2] !fixup "hw/timer: Add limited support for AVR 16-bit timer peripheral"

[PATCH v4 0/7] hw/arm/raspi: Run U-Boot on the raspi machines
 2020-01-31  2:10 UTC  (10+ 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 v4 7/7] tests/boot_linux_console: Tag Emcraft Smartfusion2 as running 'u-boot'

[Bug 1861468] [NEW] always fail to build qemu statically
 2020-01-31  1:57 UTC 

[PATCH 0/4] target/ppc: Use probe_access
 2020-01-30 23:54 UTC  (2+ messages)

[PATCH rc2 00/25] target/avr merger
 2020-01-31  1:22 UTC  (12+ messages)
` [PATCH rc2 01/25] target/avr: Add outward facing interfaces and core CPU logic
` [PATCH rc2 12/25] hw/timer: Add limited support for Atmel 16 bit timer peripheral

[PATCH v2 00/29] tests/acceptance/virtio_seg_max_adjust: Restrict it to Linux/X86
 2020-01-31  0:08 UTC  (11+ messages)
` [PATCH v2 04/29] tests/acceptance: Use 'version-min' tag to verify QEMU binary version
` [PATCH v2 15/29] tests: rename virtio_seg_max_adjust to virtio_check_params
` [PATCH v2 18/29] tests/acceptance/virtio_check_params: List machine being tested

[PATCH] migration/postcopy: not necessary to discard all RAM at the beginning
 2020-01-31  0:15 UTC  (2+ messages)

[PATCH 0/6] tests/boot_linux_console: add extra boot acceptance tests
 2020-01-31  0:03 UTC  (13+ messages)
` [PATCH 1/6] tests/boot_linux_console: add microvm acceptance test
` [PATCH 3/6] tests/boot_linux_console: fix extract_from_deb() comment
` [PATCH 5/6] tests/boot_linux_console: add extract_from_rpm method
` [PATCH 6/6] tests/boot_linux_console: add PVH acceptance tests

[PATCH] spapr: Enable DD2.3 accelerated count cache flush in pseries-5.0 machine
 2020-01-30 23:47 UTC  (3+ messages)

[PATCH v21 0/7]target-ppc/spapr: Add FWNMI support in QEMU for PowerKVM guests
 2020-01-30 23:39 UTC  (9+ 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 v2 00/12] python: Explicit usage of Python 3
 2020-01-30 23:47 UTC  (3+ messages)
` [PATCH v2 07/12] tests/acceptance: Remove shebang header

[RFC PATCH] tests/acceptance: Add a test for the N800 and N810 arm machines
 2020-01-30 23:46 UTC  (2+ messages)

[Bug 1861458] [NEW] Clock drift issue with -soundhw hda
 2020-01-30 21:59 UTC 

[PATCH v3 0/4] Acceptance tests: boot Linux with KVM test
 2020-01-30 23:23 UTC  (7+ messages)
` [PATCH v3 1/4] tests/acceptance: avocado_qemu: Introduce the 'accel' test parameter
` [PATCH v3 3/4] tests/acceptance: avocado_qemu: Refactor the handler of 'machine' parameter

[PATCH v2 0/3] Acceptance tests: boot Linux with KVM test
 2020-01-30 23:23 UTC  (4+ messages)
` [PATCH v2 3/3] tests/acceptance: avocado_qemu: Refactor the handler of 'machine' parameter

[PATCH] tests/acceptance: Add boot tests for some of the QEMU advent calendar images
 2020-01-30 23:10 UTC  (2+ messages)

[PATCH v2 REPOST] Acceptance test: provides to use different transport for migration
 2020-01-30 23:05 UTC  (2+ messages)

[PATCH v9 0/4] delete created files when block_crypto_co_create_opts_luks fails
 2020-01-30 23:01 UTC  (6+ 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

[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] 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

[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

[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] "

[PULL 00/26] target-arm queue
 2020-01-30 19:05 UTC  (2+ messages)

[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  (3+ messages)
` [PATCH v2 7/7] block/block-copy: hide structure definitions


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