qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-10-17 15:23:00 to 2019-10-17 22:20:41 UTC [more...]

[PATCH 00/97] Patch Round-up for stable 4.0.1, freeze on 2019-10-10
 2019-10-17 22:19 UTC  (5+ messages)

Python 2 and test/vm/netbsd (was Re: [Qemu-devel] [PULL 0/8] Python queue, 2019-06-07)
 2019-10-17 22:05 UTC  (4+ messages)
` Python 2 and test/vm/netbsd

[PULL v3 00/19] Bitmaps patches
 2019-10-17 21:54 UTC  (20+ messages)
` [PULL v3 01/19] util/hbitmap: strict hbitmap_reset
` [PULL v3 02/19] block: move bdrv_can_store_new_dirty_bitmap to block/dirty-bitmap.c
` [PULL v3 03/19] block/dirty-bitmap: return int from bdrv_remove_persistent_dirty_bitmap
` [PULL v3 04/19] block/qcow2: proper locking on bitmap add/remove paths
` [PULL v3 05/19] block/dirty-bitmap: drop meta
` [PULL v3 06/19] block/dirty-bitmap: add bs link
` [PULL v3 07/19] block/dirty-bitmap: drop BdrvDirtyBitmap.mutex
` [PULL v3 08/19] block/dirty-bitmap: refactor bdrv_dirty_bitmap_next
` [PULL v3 09/19] block: switch reopen queue from QSIMPLEQ to QTAILQ
` [PULL v3 10/19] block: reverse order for reopen commits
` [PULL v3 11/19] iotests: add test-case to 165 to test reopening qcow2 bitmaps to RW
` [PULL v3 12/19] block/qcow2-bitmap: get rid of bdrv_has_changed_persistent_bitmaps
` [PULL v3 13/19] block/qcow2-bitmap: drop qcow2_reopen_bitmaps_rw_hint()
` [PULL v3 14/19] block/qcow2-bitmap: do not remove bitmaps on reopen-ro
` [PULL v3 15/19] iotests: add test 260 to check bitmap life after snapshot + commit
` [PULL v3 16/19] block/qcow2-bitmap: fix and improve qcow2_reopen_bitmaps_rw
` [PULL v3 17/19] qcow2-bitmap: move bitmap reopen-rw code to qcow2_reopen_commit
` [PULL v3 18/19] MAINTAINERS: Add Vladimir as a reviewer for bitmaps
` [PULL v3 19/19] dirty-bitmaps: remove deprecated autoload parameter

[PATCH 0/3] Convert ppc and microblaze devices to new ptimer API
 2019-10-17 22:02 UTC  (14+ messages)
` [PATCH 1/3] hw/net/fsl_etsec/etsec.c: Switch to transaction-based "
` [PATCH 2/3] hw/timer/xilinx_timer.c: "
` [PATCH 3/3] hw/dma/xilinx_axidma.c: "

[PATCH 00/10] image-fuzzer: Port to Python 3
 2019-10-17 21:29 UTC  (5+ messages)
` [PATCH 05/10] image-fuzzer: Use %r for all fiels at Field.__repr__()

[PATCH v1 0/5] target/arm/kvm: Provide an option to adjust virtual time
 2019-10-17 21:17 UTC  (2+ messages)

[PATCH v2 0/2] migration: faster savevm_state_handler_insert()
 2019-10-17 20:59 UTC  (3+ messages)
` [PATCH v2 1/2] migration: add savevm_state_handler_remove()
` [PATCH v2 2/2] migration: savevm_state_handler_insert: constant-time element insertion

[PATCH v32 00/13] QEMU AVR 8 bit cores
 2019-10-17 20:43 UTC  (6+ messages)
` [PATCH v32 04/13] target/avr: Add instruction translation - Registers definition

[RFC 0/5] Handle PAPR irq chip changes for VFIO devices
 2019-10-17 20:28 UTC  (3+ messages)
` [RFC 3/5] vfio/pci: Respond to KVM irqchip change notifier

[Bug 1848556] [NEW] qemu-img check failing on remote image in Eoan
 2019-10-17 17:51 UTC  (2+ messages)
` [Bug 1848556] "

[PATCH] configure: Require Python >= 3.5
 2019-10-17 19:39 UTC  (4+ messages)

[PULL v2 00/19] Bitmaps patches
 2019-10-17 19:34 UTC  (3+ messages)

[PATCH for 4.2 v6 00/54] Support for TCG plugins
 2019-10-17 19:25 UTC  (2+ messages)

[PATCH] migration: savevm_state_insert_handler: constant-time element insertion
 2019-10-17 19:25 UTC  (3+ messages)

[PATCH v7 00/20] target/arm: Reduce overhead of cpu_get_tb_cpu_state
 2019-10-17 18:51 UTC  (21+ messages)
` [PATCH v7 01/20] target/arm: Split out rebuild_hflags_common
` [PATCH v7 02/20] target/arm: Split out rebuild_hflags_a64
` [PATCH v7 03/20] target/arm: Split out rebuild_hflags_common_32
` [PATCH v7 04/20] target/arm: Split arm_cpu_data_is_big_endian
` [PATCH v7 05/20] target/arm: Split out rebuild_hflags_m32
` [PATCH v7 06/20] target/arm: Reduce tests vs M-profile in cpu_get_tb_cpu_state
` [PATCH v7 07/20] target/arm: Split out rebuild_hflags_a32
` [PATCH v7 08/20] target/arm: Split out rebuild_hflags_aprofile
` [PATCH v7 09/20] target/arm: Hoist XSCALE_CPAR, VECLEN, VECSTRIDE in cpu_get_tb_cpu_state
` [PATCH v7 10/20] target/arm: Simplify set of PSTATE_SS "
` [PATCH v7 11/20] target/arm: Hoist computation of TBFLAG_A32.VFPEN
` [PATCH v7 12/20] target/arm: Add arm_rebuild_hflags
` [PATCH v7 13/20] target/arm: Split out arm_mmu_idx_el
` [PATCH v7 14/20] target/arm: Hoist store to cs_base in cpu_get_tb_cpu_state
` [PATCH v7 15/20] target/arm: Add HELPER(rebuild_hflags_{a32, a64, m32})
` [PATCH v7 16/20] target/arm: Rebuild hflags at EL changes
` [PATCH v7 17/20] target/arm: Rebuild hflags at MSR writes
` [PATCH v7 18/20] target/arm: Rebuild hflags at CPSR writes
` [PATCH v7 19/20] target/arm: Rebuild hflags for M-profile
` [PATCH v7 20/20] target/arm: Rely on hflags correct in cpu_get_tb_cpu_state

[PATCH] hw/s390x: Emit a warning if user tried to enable USB
 2019-10-17 18:18 UTC  (7+ messages)

[Qemu-devel] [PATCH v7 0/4] delete created files when block_crypto_co_create_opts_luks fails
 2019-10-17 17:48 UTC  (3+ messages)
`  "

[PATCH v4 0/4] qcow2: advanced compression options
 2019-10-17 17:46 UTC  (9+ messages)
` [PATCH v4 1/4] block: support compressed write at generic layer
` [PATCH v4 2/4] qcow2: Allow writing compressed data of multiple clusters
` [PATCH v4 3/4] tests/qemu-iotests: add case to write "
` [PATCH v4 4/4] tests/qemu-iotests: add case for block-stream compress

[PULL 00/23] tcg patch queue
 2019-10-17 17:16 UTC  (3+ messages)

[PATCH v6 00/20] target/arm: Reduce overhead of cpu_get_tb_cpu_state
 2019-10-17 17:01 UTC  (4+ messages)

[PATCH v3 0/9] tests/acceptance: Add tests for the PReP/40p machine
 2019-10-17 16:52 UTC  (10+ messages)
` [PATCH v3 1/9] Acceptance tests: refactor wait_for_console_pattern
` [RFC PATCH v3 2/9] tests/acceptance: Fix wait_for_console_pattern() hangs
` [PATCH v3 3/9] tests/acceptance: Send <carriage return> on serial lines
` [PATCH v3 4/9] tests/acceptance: Refactor exec_command_and_wait_for_pattern()
` [PATCH v3 5/9] tests/acceptance: Add test that runs NetBSD 4.0 installer on PRep/40p
` [PATCH v3 6/9] tests/acceptance: Test Open Firmware on the PReP/40p
` [PATCH v3 7/9] tests/acceptance: Test OpenBIOS "
` [PATCH v3 8/9] tests/acceptance: Test Sandalfoot initrd "
` [PATCH v3 9/9] .travis.yml: Let the avocado job run the 40p tests

[PATCH v6 0/9] target/arm/kvm: enable SVE in guests
 2019-10-17 16:44 UTC  (15+ messages)
` [PATCH v6 3/9] target/arm: Allow SVE to be disabled via a CPU property
` [PATCH v6 4/9] target/arm/cpu64: max cpu: Introduce sve<N> properties
` [PATCH v6 5/9] target/arm/kvm64: Add kvm_arch_get/put_sve
` [PATCH v6 6/9] target/arm/kvm64: max cpu: Enable SVE when available
` [PATCH v6 7/9] target/arm/kvm: scratch vcpu: Preserve input kvm_vcpu_init features
` [PATCH v6 8/9] target/arm/cpu64: max cpu: Support sve properties with KVM
` [PATCH v6 9/9] target/arm/kvm: host cpu: Add support for sve<N> properties

iotest failure -- test possibly not using sufficiently unique temp filename?
 2019-10-17 16:41 UTC  (3+ messages)

[PATCH 0/2] virtiofsd: Two fix for xattr operation
 2019-10-17 16:48 UTC  (7+ messages)
` [Virtio-fs] "

[PATCH 00/32] hw/i386/pc: Split PIIX3 southbridge from i440FX northbridge
 2019-10-17 16:21 UTC  (47+ messages)
` [PATCH 01/32] hw/i386: Remove obsolete LoadStateHandler::load_state_old handlers
` [PATCH 02/32] hw/i386/pc: Move kvm_i8259_init() declaration to sysemu/kvm.h
` [PATCH 03/32] mc146818rtc: move structure to header file
` [PATCH 04/32] mc146818rtc: Move RTC_ISA_IRQ definition
` [PATCH 08/32] piix4: rename some variables in realize function
` [PATCH 09/32] piix4: add Reset Control Register
` [PATCH 11/32] Revert "irq: introduce qemu_irq_proxy()"
` [PATCH 12/32] piix4: rename PIIX4 object to piix4-isa
` [PATCH 13/32] piix4: convert reset function to QOM
` [PATCH 14/32] piix4: add a i8257 dma controller as specified in datasheet
` [PATCH 16/32] piix4: add a mc146818rtc "
` [PATCH 17/32] hw/mips/mips_malta: Create IDE hard drive array dynamically
` [PATCH 18/32] hw/mips/mips_malta: Extract the PIIX4 creation code as piix4_create()
` [PATCH 19/32] hw/isa/piix4: Move piix4_create() to hw/isa/piix4.c
` [PATCH 20/32] hw/i386/pc: Extract pc_gsi_create()
` [PATCH 21/32] hw/i386/pc: Reduce gsi_handler scope
` [PATCH 22/32] hw/i386/pc: Move gsi_state creation code

Default CPU models on s390x and ppc64
 2019-10-17 16:18 UTC  (6+ messages)

[PATCH 0/8] Convert misc-arch devices to new ptimer API
 2019-10-17 16:10 UTC  (26+ messages)
` [PATCH 1/8] hw/timer/puv3_ost.c: Switch to transaction-based "
` [PATCH 2/8] hw/timer/sh_timer: "
` [PATCH 3/8] hw/timer/lm32_timer: "
` [PATCH 4/8] hw/watchdog/milkymist-sysctl.c: "
` [PATCH 5/8] hw/timer/altera_timer.c: "
` [PATCH 6/8] hw/watchdog/etraxfs_timer.c: "
` [PATCH 7/8] hw/m68k/mcf5206.c: "
` [PATCH 8/8] hw/m68k/mcf5208.c: "

[PATCH] vhost-user-scsi: implement handle_output
 2019-10-17 16:39 UTC 

[PATCH] hw/timer/mc146818rtc: Only include qapi-commands-misc on I386
 2019-10-17 16:26 UTC 

[PATCH v2 00/23] iotests: Add and use $SOCK_DIR
 2019-10-17 15:58 UTC  (22+ messages)
` [PATCH v2 01/23] iotests: Introduce $SOCK_DIR
` [PATCH v2 04/23] iotests: Filter $SOCK_DIR
` [PATCH v2 05/23] iotests: Let common.nbd create socket in $SOCK_DIR
` [PATCH v2 13/23] iotests/192: Create "
` [PATCH v2 15/23] iotests/201: "
` [PATCH v2 16/23] iotests/205: "
` [PATCH v2 20/23] iotests/223: "
` [PATCH v2 21/23] iotests/240: "
` [PATCH v2 22/23] iotests/267: "
` [PATCH v2 23/23] iotests: Drop TEST_DIR filter from _filter_nbd

[PATCH 0/3] hw/arm/raspi: Split the UART block from the AUX block
 2019-10-17 16:23 UTC  (2+ messages)

[PATCH 0/2] virtiofsd: add net and pid namespace sandboxing
 2019-10-17 16:11 UTC  (4+ messages)
` [PATCH 2/2] virtiofsd: move to a new pid namespace
  ` [Virtio-fs] "

[PATCH v2 0/7] libqos: add VIRTIO PCI 1.0 support
 2019-10-17 16:18 UTC  (7+ messages)
` [PATCH v2 6/7] libqos: make the virtio-pci BAR index configurable
` [PATCH v2 7/7] libqos: add VIRTIO PCI 1.0 support

[PATCH 0/4] target/arm vector improvements
 2019-10-17 16:01 UTC  (3+ messages)
` [PATCH 1/4] target/arm: Vectorize USHL and SSHL

[Call for Presentations] FOSDEM 2020 Virtualization & IaaS Devroom
 2019-10-17 15:51 UTC  (2+ messages)

[PULL 00/19] virtio, vhost, acpi: features, fixes, tests
 2019-10-17 15:48 UTC  (2+ messages)

[RFC 0/3] acpi: cphp: add CPHP_GET_CPU_ID_CMD command to cpu hotplug MMIO interface
 2019-10-17 15:41 UTC  (4+ messages)
` [RFC 1/3] acpi: cpuhp: fix 'Command data' description is spec

ACPI table modifications
 2019-10-17 15:32 UTC  (2+ messages)

[PATCH 0/2] Convert sparc devices to new ptimer API
 2019-10-17 15:31 UTC  (8+ messages)
` [PATCH 1/2] hw/timer/grlib_gptimer.c: Switch to transaction-based "
` [PATCH 2/2] hw/timer/slavio_timer.c: "

[PATCH 0/4] crypto: improve performance of ciphers in XTS mode
 2019-10-17 14:56 UTC  (5+ messages)
` [PATCH 1/4] tests: allow filtering crypto cipher benchmark tests
` [PATCH 2/4] tests: benchmark crypto with fixed data size, not time period
` [PATCH 3/4] crypto: add support for gcrypt's native XTS impl
` [PATCH 4/4] crypto: add support for nettle's "

[PATCH 0/2] spapr: interrupt presenter fixes
 2019-10-17 14:42 UTC  (3+ messages)
` [PATCH 1/2] spapr: Introduce a interrupt presenter reset handler
` [PATCH 2/2] spapr/xive: Set the OS CAM line at reset

[PATCH v2 0/3] tests: More iotest 223 improvements
 2019-10-17 14:42 UTC  (4+ messages)
` [PATCH v2 2/3] iotests: Include QMP input in .out files

[PATCH] hw/timer/arm_mptimer.c: Undo accidental rename of arm_mptimer_init()
 2019-10-17 14:33 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).