qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-10-09 21:00:23 to 2019-10-10 12:40:28 UTC [more...]

[PATCH 0/2] tests/acceptance: Add tests for the PA-RISC machine
 2019-10-10 12:21 UTC  (2+ messages)
` [PATCH 2/2] tests/boot_console: Test booting HP-UX firmware upgrade

[PULL 00/36] Block patches
 2019-10-10 11:43 UTC  (34+ messages)
` [PULL 01/36] qemu-iotests: ignore leaks on failure paths in 026
` [PULL 02/36] block: introduce aio task pool
` [PULL 03/36] block/qcow2: refactor qcow2_co_preadv_part
` [PULL 04/36] block/qcow2: refactor qcow2_co_pwritev_part
` [PULL 05/36] block/qcow2: introduce parallel subrequest handling in read and write
` [PULL 06/36] block/backup: fix max_transfer handling for copy_range
` [PULL 07/36] block/backup: fix backup_cow_with_offload for last cluster
` [PULL 08/36] block/backup: split shareable copying part from backup_do_cow
` [PULL 09/36] block/backup: improve comment about image fleecing
` [PULL 10/36] block/backup: introduce BlockCopyState
` [PULL 11/36] block/backup: fix block-comment style
` [PULL 12/36] block: move block_copy from block/backup.c to separate file
` [PULL 13/36] block: teach bdrv_debug_breakpoint skip filters with backing
` [PULL 14/36] iotests: prepare 124 and 257 bitmap querying for backup-top filter
` [PULL 15/36] iotests: 257: drop unused Drive.device field
` [PULL 16/36] iotests: 257: drop device_add
` [PULL 17/36] qapi: group BlockDeviceStats fields
` [PULL 18/36] qapi: add unmap to BlockDeviceStats
` [PULL 19/36] block: add empty account cookie type
` [PULL 20/36] ide: account UNMAP (TRIM) operations
` [PULL 21/36] scsi: store unmap offset and nb_sectors in request struct
` [PULL 22/36] scsi: move unmap error checking to the complete callback
` [PULL 23/36] scsi: account unmap operations
` [PULL 24/36] file-posix: account discard operations
` [PULL 25/36] qapi: query-blockstat: add driver specific file-posix stats
` [PULL 26/36] iotests: Fix 125 for growth_mode = metadata
` [PULL 27/36] iotests: Disable 125 on broken XFS versions
` [PULL 28/36] iotests: Use stat -c %b in 125
` [PULL 29/36] block/backup: move in-flight requests handling from backup to block-copy
` [PULL 33/36] block/backup: use backup-top instead of write notifiers
` [PULL 34/36] nbd: add empty .bdrv_reopen_prepare
` [PULL 35/36] tests: fix I/O test for hosts defaulting to LUKSv2
` [PULL 36/36] iotests/162: Fix for newer Linux 5.3+

[PATCH v2] mc146818rtc: fix timer interrupt reinjection
 2019-10-10 12:30 UTC 

[PATCH 0/5] travis.yml improvements: Update libraries, build with arm64
 2019-10-10 11:57 UTC  (12+ messages)
` [PATCH 4/5] travis.yml: Fix the ccache lines
` [PATCH 5/5] travis.yml: Compile on arm64, too

[RFC PATCH] virtio-blk: advertise F_WCE (F_FLUSH) if F_CONFIG_WCE is also advertised
 2019-10-10 11:52 UTC  (4+ messages)

[PATCH] virtio-net: prevent offloads reset on migration
 2019-10-10 12:15 UTC  (5+ messages)

[PATCH v3] virtio-net: prevent offloads reset on migration
 2019-10-10 12:11 UTC 

[PULL 00/31] s390x/tcg update
 2019-10-10 11:33 UTC  (32+ messages)
` [PULL 01/31] s390x/mmu: Drop debug logging from MMU code
` [PULL 02/31] s390x/mmu: Move DAT protection handling out of mmu_translate_asce()
` [PULL 03/31] s390x/mmu: Inject DAT exceptions from a single place
` [PULL 04/31] s390x/mmu: Inject PGM_ADDRESSING on bogus table addresses
` [PULL 05/31] s390x/mmu: Use TARGET_PAGE_MASK in mmu_translate_pte()
` [PULL 06/31] s390x/mmu: DAT table definition overhaul
` [PULL 07/31] s390x/mmu: Convert to non-recursive page table walk
` [PULL 08/31] s390x/mmu: Add EDAT2 translation support
` [PULL 09/31] s390x/mmu: Implement ESOP-2 and access-exception-fetch/store-indication facility
` [PULL 10/31] s390x/mmu: Implement Instruction-Execution-Protection Facility
` [PULL 11/31] s390x/cpumodel: Prepare for changes of QEMU model
` [PULL 12/31] s390x/cpumodel: Add new TCG features to QEMU cpu model
` [PULL 13/31] target/s390x: Add ilen to unwind data
` [PULL 14/31] target/s390x: Remove ilen parameter from tcg_s390_program_interrupt
` [PULL 15/31] target/s390x: Remove ilen parameter from s390_program_interrupt
` [PULL 16/31] target/s390x: Use tcg_s390_program_interrupt in TCG helpers
` [PULL 17/31] target/s390x: Push trigger_pgm_exception lower in s390_cpu_tlb_fill
` [PULL 18/31] target/s390x: Handle tec "
` [PULL 19/31] target/s390x: Return exception from mmu_translate_real
` [PULL 20/31] target/s390x: Remove exc argument to mmu_translate_asce
` [PULL 21/31] target/s390x: Return exception from mmu_translate
` [PULL 22/31] target/s390x: Return exception from translate_pages
` [PULL 23/31] target/s390x: Remove fail variable from s390_cpu_tlb_fill
` [PULL 24/31] target/s390x: Simplify helper_lra
` [PULL 25/31] target/s390x: Rely on unwinding in s390_cpu_tlb_fill
` [PULL 26/31] target/s390x: Rely on unwinding in s390_cpu_virt_mem_rw
` [PULL 27/31] target/s390x: Remove ILEN_AUTO
` [PULL 28/31] target/s390x: Remove ilen argument from trigger_access_exception
` [PULL 29/31] target/s390x: Remove ilen argument from trigger_pgm_exception
` [PULL 30/31] target/s390x: Remove ILEN_UNWIND
` [PULL 31/31] s390x/tcg: MVCL: Exit to main loop if requested

[PATCH v7 00/12] Introduce the microvm machine type
 2019-10-10 11:40 UTC  (8+ messages)
` [PATCH v7 03/12] hw/i386/pc: fix code style issues on functions that will be moved out
` [PATCH v7 12/12] MAINTAINERS: add microvm related files

[Qemu-devel] [PATCH v31 0/8] QEMU AVR 8 bit cores
 2019-10-10 11:38 UTC  (5+ messages)
`  "

[PATCH v2 0/1] IDE: Deprecate ide-drive
 2019-10-10 11:42 UTC  (7+ messages)
` [PATCH v2 1/1] IDE: deprecate ide-drive

[PATCH v3] migration: Support gtree migration
 2019-10-10 11:35 UTC  (6+ messages)

[PATCH v2 0/4] iotests: trivial cleanups
 2019-10-10 11:27 UTC  (8+ messages)
` [PATCH v2 1/4] qemu-iotests: remove bash shebang from library files
` [PATCH v2 2/4] qemu-iotests: remove forceful execution success "
` [PATCH v2 3/4] qemu-iotests: 044: pass is actually a noop, so remove it
` [PATCH v2 4/4] qemu-iotests: 044: remove inaccurate docstring class description

[PATCHv2 0/2] log guest name and memory error type AO, AR for MCEs
 2019-10-10 11:25 UTC  (9+ messages)
` [PATCHv2 1/2] util/qemu-error: add guest name helper with -msg options

[PATCH] error: Fix -msg timestamp default
 2019-10-10 11:22 UTC  (2+ messages)

[PATCH v3 0/3] qapi: Add detection for the 'savevm' fix for blockdev
 2019-10-10 11:05 UTC  (4+ messages)
` [PATCH v3 1/3] qapi: Add feature flags to commands in qapi
` [PATCH v3 2/3] tests: qapi: Test 'features' of commands
` [PATCH v3 3/3] qapi: Allow introspecting fix for savevm's cooperation with blockdev

[PATCH] MAINTAINERS: Downgrade status of virtio-9p to "Odd Fixes"
 2019-10-10 10:54 UTC 

[PATCH v6 0/4] colo: Add support for continuous replication
 2019-10-10 10:34 UTC  (5+ messages)
` [PATCH v6 4/4] colo: Update Documentation "

[PATCH v4] s390x/tcg: MVCL: Exit to main loop if requested
 2019-10-10 10:25 UTC  (4+ messages)

[PATCH 0/2] qcow2: Limit total allocation range to INT_MAX
 2019-10-10 10:08 UTC  (3+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] iotests: Test large write request to qcow2 file

[PATCH 0/4] hw/i386: pass "MachineState.smp.max_cpus" to OVMF
 2019-10-10 10:01 UTC  (10+ messages)
` [PATCH 3/4] hw/i386: add facility to expose CPU topology over fw-cfg

[RFC 0/3] acpi: cphp: add CPHP_GET_CPU_ID_CMD command to cpu hotplug MMIO interface
 2019-10-10  9:56 UTC  (2+ messages)

[Qemu-devel] [PATCH v4 00/10] Multi-phase reset mechanism
 2019-10-10  9:18 UTC  (8+ messages)
` [Qemu-devel] [PATCH v4 02/10] hw/core: create Resettable QOM interface
        `  "

[RFC PATCH 00/12] Add SDEI support for arm64
 2019-10-10  9:15 UTC  (3+ messages)
` [RFC PATCH 12/12] virt/acpi: add SDEI table if SDEI is enabled

[PATCH] monitor/qmp: resume monitor when clearing its queue
 2019-10-10  9:03 UTC  (6+ messages)

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

[PATCH v12 00/11] Build ACPI Heterogeneous Memory Attribute Table (HMAT)
 2019-10-10  6:53 UTC  (4+ messages)
` [PATCH v12 09/11] hmat acpi: Build System Locality Latency and Bandwidth Information Structure(s)

[PATCH v4 00/19] spapr: IRQ subsystem cleanup
 2019-10-10  6:29 UTC  (15+ messages)
` [PATCH v4 15/19] spapr: Remove SpaprIrq::nr_msis
` [PATCH v4 17/19] spapr: Remove last pieces of SpaprIrq
` [PATCH v4 19/19] spapr: Work around spurious warnings from vfio INTx initialization

[RFC PATCH 0/5] target/arm/kvm: Provide an option to adjust virtual time
 2019-10-10  6:29 UTC  (12+ messages)
` [RFC PATCH 1/5] target/arm/kvm64: kvm64 cpus have timer registers
` [RFC PATCH 2/5] timer: arm: Introduce functions to get the host cntfrq
` [RFC PATCH 3/5] target/arm/kvm: Implement cpu feature kvm-adjvtime
` [RFC PATCH 4/5] tests/arm-cpu-features: Check feature default values
` [RFC PATCH 5/5] target/arm/cpu: Add the kvm-adjvtime CPU property

[Qemu-devel] [PATCH 0/5] block/dirty-bitmap: check number and size constraints against queued bitmaps
 2019-10-10  6:23 UTC  (4+ messages)
`  "

[PATCH v2] target/arm/arch_dump: Add SVE notes
 2019-10-10  6:16 UTC  (3+ messages)

[Bug 1847440] [NEW] ppc64le: KVM guest fails to boot with an error `virtio_scsi: probe of virtio1 failed with error -22` on master
 2019-10-10  5:18 UTC  (2+ messages)
` [Bug 1847440] "

[PATCH v6 0/2] x86: Enable user wait instructions
 2019-10-10  5:16 UTC  (3+ messages)
` [PATCH v6 1/2] x86/cpu: Add support for UMONITOR/UMWAIT/TPAUSE
` [PATCH v6 2/2] target/i386: Add support for save/load IA32_UMWAIT_CONTROL MSR

[Qemu-devel] [RFC 2 PATCH 00/16] APIC ID fixes for AMD EPYC CPU models
 2019-10-10  3:26 UTC  (5+ messages)
` [Qemu-devel] [RFC 2 PATCH 01/16] numa: Split the numa functionality
` [Qemu-devel] [RFC 2 PATCH 02/16] hw/i386: Rename X86CPUTopoInfo structure to X86CPUTopoIDs

[PATCH v2 0/2] migration/postcopy: cleanup related to postcopy
 2019-10-10  2:00 UTC  (4+ messages)
` [PATCH v2 1/2] migration/postcopy: rename postcopy_ram_enable_notify to postcopy_ram_incoming_setup
` [PATCH v2 2/2] migration/postcopy: check PostcopyState before setting to POSTCOPY_INCOMING_RUNNING

[PATCH 0/3] migration/postcopy: replace have_listen_thread check with PostcopyState check
 2019-10-10  1:21 UTC  (6+ messages)
` [PATCH 3/3] "

[PATCH v2 0/8] hw: Convert various reset() handler to DeviceReset
 2019-10-10  1:18 UTC  (19+ messages)
` [PATCH v2 1/8] hw/acpi/piix4: Convert reset "
` [PATCH v2 3/8] hw/ide/piix: "
` [PATCH v2 4/8] hw/ide/sii3112: "
` [PATCH v2 5/8] hw/ide/via82c: "
` [PATCH v2 6/8] hw/isa/vt82c686: "
` [PATCH v2 7/8] hw/input/lm832x: "
` [PATCH v2 8/8] hw/misc/vmcoreinfo: Add comment about reset handler

[PATCH v15 0/7] target-ppc/spapr: Add FWNMI support in QEMU for PowerKVM guests
 2019-10-10  1:02 UTC  (4+ messages)
` [PATCH v15 1/7] Wrapper function to wait on condition for the main loop mutex
` [PATCH v15 7/7] ppc: spapr: Activate the FWNMI functionality

[PATCH 0/3] migration/postcopy: cleanup related to postcopy
 2019-10-10  0:54 UTC  (10+ messages)
` [PATCH 3/3] migration/postcopy: handle POSTCOPY_INCOMING_RUNNING corner case properly

[PATCH 0/1] IDE: Deprecate ide-drive
 2019-10-09 22:42 UTC  (6+ messages)
` [PATCH 1/1] IDE: deprecate ide-drive

[PATCH] RISC-V: fcvt can set fflags, so set FS accordingly
 2019-10-09 22:26 UTC  (2+ messages)

[PATCH 0/3] eliminate remaining places that abuse memory_region_allocate_system_memory()
 2019-10-09 12:02 UTC  (5+ messages)
` [PATCH 2/3] ppc: rs6000_mc: drop usage of memory_region_allocate_system_memory()

[PATCH v3] dirty-bitmaps: remove deprecated autoload parameter
 2019-10-09 21:03 UTC  (2+ messages)

[PATCH] mc146818rtc: fix timer interrupt reinjection
 2019-10-09 21:13 UTC  (2+ messages)

[Bug 1847525] [NEW] qemu-system-i386 eats a lot of cpu after just few hours, with sdl, gl=on
 2019-10-09 19:48 UTC  (2+ messages)
` [Bug 1847525] "

[PATCH 0/1] MAINTAINERS: Add Vladimir as a reviewer for bitmaps
 2019-10-09 20:58 UTC  (2+ messages)

[PATCH v6 00/10] Introduce the microvm machine type
 2019-10-09 20:52 UTC  (5+ messages)

[PATCH v4 00/31] error: auto propagated local_err
 2019-10-09 18:51 UTC  (5+ messages)
` [PATCH v4 01/31] errp: rename errp to errp_in where it is IN-argument

[PATCH 0/5] hw/arm/exynos4210: Add acceptance tests to the SMDKC210 board
 2019-10-09 19:07 UTC  (6+ messages)
` [PATCH 1/5] tests/boot_linux_console: Add initrd test for the Exynos4210


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