qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-09-25 12:32:34 to 2019-09-25 20:34:32 UTC [more...]

[PATCH 00/20] spapr: IRQ subsystem cleanups
 2019-09-25 20:30 UTC  (11+ messages)
` [PATCH 05/20] xics: Merge TYPE_ICS_BASE and TYPE_ICS_SIMPLE classes
` [PATCH 09/20] spapr: Clarify and fix handling of nr_irqs
` [PATCH 10/20] spapr: Eliminate nr_irqs parameter to SpaprIrq::init
` [PATCH 11/20] spapr: Fix indexing of XICS irqs
` [PATCH 12/20] spapr: Simplify spapr_qirq() handling

[PATCH v3 00/33] testing/next (docker,tcg, alpha ;-)
 2019-09-25 20:27 UTC  (15+ messages)
` [PATCH v3 15/33] tests/docker: reduce scary warnings by cleaning up clean up
` [PATCH v3 16/33] podman: fix command invocation
` [PATCH v3 18/33] tests/tcg: re-enable linux-test for ppc64abi32
` [PATCH v3 23/33] docs/devel: add "check-tcg" to testing.rst
` [PATCH v3 25/33] tests/docker: Add fedora-win10sdk-cross image
` [PATCH v3 28/33] docker: removed unused debian8 partial image
` [PATCH v3 33/33] tests/docker: remove debian-powerpc-user-cross

[PATCH] docker: move tests from python2 to python3
 2019-09-25 20:04 UTC  (6+ messages)
    ` Debian support lifetime (was Re: [PATCH] docker: move tests from python2 to python3)

[PATCH v4 00/16] Move rom and notdirty handling to cputlb
 2019-09-25 19:40 UTC  (30+ messages)
` [PATCH v4 06/16] cputlb: Introduce TLB_BSWAP
` [PATCH v4 08/16] cputlb: Move ROM handling from I/O path to TLB path
` [PATCH v4 09/16] cputlb: Move NOTDIRTY "
` [PATCH v4 10/16] cputlb: Partially inline memory_region_section_get_iotlb
` [PATCH v4 11/16] cputlb: Merge and move memory_notdirty_write_{prepare, complete}
  ` [PATCH v4 11/16] cputlb: Merge and move memory_notdirty_write_{prepare,complete}
` [PATCH v4 12/16] cputlb: Handle TLB_NOTDIRTY in probe_access
` [PATCH v4 13/16] cputlb: Remove cpu->mem_io_vaddr
` [PATCH v4 14/16] cputlb: Remove tb_invalidate_phys_page_range is_cpu_write_access
` [PATCH v4 15/16] cputlb: Pass retaddr to tb_invalidate_phys_page_fast
` [PATCH v4 16/16] cputlb: Pass retaddr to tb_check_watchpoint

[PATCH v2 0/7] s390x/mmu: DAT translation rewrite
 2019-09-25 19:36 UTC  (19+ messages)
` [PATCH v2 1/7] s390x/mmu: Drop debug logging from MMU code
` [PATCH v2 2/7] s390x/mmu: Move DAT protection handling out of mmu_translate_asce()
` [PATCH v2 3/7] s390x/mmu: Inject DAT exceptions from a single place
` [PATCH v2 4/7] s390x/mmu: Inject PGM_ADDRESSING on boguous table addresses
` [PATCH v2 5/7] s390x/mmu: Use TARGET_PAGE_MASK in mmu_translate_pte()
` [PATCH v2 6/7] s390x/mmu: DAT table definition overhaul
` [PATCH v2 7/7] s390x/mmu: Convert to non-recursive page table walk

[PATCH v13 00/15] backup-top filter driver for backup
 2019-09-25 19:28 UTC  (4+ messages)
` [PATCH 16/15 v13] block/block-copy: fix block_copy

[Qemu-devel] [PATCH v8 00/13] Add migration support for VFIO device
 2019-09-25 19:06 UTC  (11+ messages)
` [Qemu-devel] [PATCH v8 01/13] vfio: KABI for migration interface
                `  "

[Qemu-devel] [Bug 1841990] [NEW] instruction 'denbcdq' misbehaving
 2019-09-25 19:09 UTC  (3+ messages)
` [Bug 1841990] "

[PULL 00/16] tcg patch queue
 2019-09-25 18:45 UTC  (17+ messages)
` [PULL 01/16] exec: Use TARGET_PAGE_BITS_MIN for TLB flags
` [PULL 02/16] cputlb: Disable __always_inline__ without optimization
` [PULL 03/16] qemu/compiler.h: Add qemu_build_not_reached
` [PULL 04/16] cputlb: Use qemu_build_not_reached in load/store_helpers
` [PULL 05/16] cputlb: Split out load/store_memop
` [PULL 06/16] cputlb: Introduce TLB_BSWAP
` [PULL 07/16] exec: Adjust notdirty tracing
` [PULL 08/16] cputlb: Move ROM handling from I/O path to TLB path
` [PULL 09/16] cputlb: Move NOTDIRTY "
` [PULL 10/16] cputlb: Partially inline memory_region_section_get_iotlb
` [PULL 11/16] cputlb: Merge and move memory_notdirty_write_{prepare, complete}
` [PULL 12/16] cputlb: Handle TLB_NOTDIRTY in probe_access
` [PULL 13/16] cputlb: Remove cpu->mem_io_vaddr
` [PULL 14/16] cputlb: Remove tb_invalidate_phys_page_range is_cpu_write_access
` [PULL 15/16] cputlb: Pass retaddr to tb_invalidate_phys_page_fast
` [PULL 16/16] cputlb: Pass retaddr to tb_check_watchpoint

[PATCH 0/3] iotests: Fix 125
 2019-09-25 18:32 UTC  (4+ messages)
` [PATCH 1/3] iotests: Fix 125 for growth_mode = metadata
` [PATCH 2/3] iotests: Disable 125 on broken XFS versions
` [PATCH 3/3] iotests: Use stat -c %b in 125

[PULL 0/2] Block patches
 2019-09-25 17:44 UTC  (3+ messages)
` [PULL 1/2] util/ioc.c: try to reassure Coverity about qemu_iovec_init_extended
` [PULL 2/2] virtio-blk: schedule virtio_notify_config to run on main context

[Qemu-devel] [PATCH-for-4.2 v11 00/11] ARM virt: ACPI memory hotplug support
 2019-09-25 17:36 UTC  (16+ messages)
` [Qemu-devel] [PATCH-for-4.2 v11 03/11] hw/acpi: Add ACPI Generic Event Device Support
` [Qemu-devel] [PATCH-for-4.2 v11 05/11] hw/arm/virt: Enable device memory cold/hot plug with ACPI boot
  `  "
` [Qemu-devel] [PATCH-for-4.2 v11 09/11] docs/specs: Add ACPI GED documentation
` [Qemu-devel] [PATCH-for-4.2 v11 10/11] tests: Update ACPI tables list for upcoming arm/virt tests
  `  "
` [Qemu-devel] [PATCH-for-4.2 v11 11/11] tests: Add bios tests to arm/virt
  `  "
` [PATCH-for-4.2 v11 00/11] ARM virt: ACPI memory hotplug support

[Qemu-devel] [PATCH v3 0/5] Automatic RCU read unlock
 2019-09-25 16:47 UTC  (6+ messages)

[PATCH v4 0/8] Introduce the microvm machine type
 2019-09-25 16:46 UTC  (14+ messages)
` [PATCH v4 4/8] hw/i386: split PCMachineState deriving X86MachineState from it
` [PATCH v4 7/8] docs/microvm.txt: document the new microvm machine type
` [PATCH v4 8/8] hw/i386: Introduce the "

[PATCH V3] target/riscv: Bugfix reserved bits in PTE for RV64
 2019-09-25 16:16 UTC  (7+ messages)

[PATCH] spapr/irq: Fix migration of older machine types with XIVE
 2019-09-25 16:07 UTC 

[Qemu-devel] QEMU bitmap backup usability FAQ
 2019-09-25 15:56 UTC  (4+ messages)
`  "

[PATCH v3 00/25] error: auto propagated local_err
 2019-09-25 16:06 UTC  (4+ messages)
` [PATCH v3 05/25] scripts: add coccinelle script to fix error_append_hint usage

[Qemu-devel] [PATCH v2 0/2] spapr: reduce the number of IRQ
 2019-09-25 15:41 UTC  (4+ messages)
` [Qemu-devel] [PATCH v2 2/2] spapr/irq: Only claim VALID interrupts at the KVM level
    `  "

[PULL 00/37] QAPI patches for 2019-09-24
 2019-09-25 15:28 UTC  (2+ messages)

[PATCH v2 00/20] target/mips: Misc cleanups for September/October 2019
 2019-09-25 15:27 UTC  (28+ messages)
` [PATCH v2 01/20] target/mips: Clean up helper.c
` [PATCH v2 02/20] target/mips: Clean up internal.h
` [PATCH v2 03/20] target/mips: Clean up kvm_mips.h
` [PATCH v2 04/20] target/mips: Clean up mips-defs.h
` [PATCH v2 05/20] target/mips: Clean up op_helper.c
` [PATCH v2 06/20] target/mips: Clean up translate.c
` [PATCH v2 07/20] target/mips: msa: Split helpers for <NLOC|NLZC>.<B|H|W|D>
` [PATCH v2 08/20] target/mips: msa: Split helpers for PCNT.<B|H|W|D>
` [PATCH v2 09/20] target/mips: msa: Split helpers for BINS<L|R>.<B|H|W|D>
` [PATCH v2 10/20] target/mips: msa: Unroll loops and demacro <BMNZ|BMZ|BSEL>.V
` [PATCH v2 11/20] target/mips: msa: Split helpers for B<CLR|NEG|SEL>.<B|H|W|D>
` [PATCH v2 12/20] target/mips: msa: Split helpers for AVE_<S|U>.<B|H|W|D>
` [PATCH v2 13/20] target/mips: msa: Split helpers for AVER_<S|U>.<B|H|W|D>
` [PATCH v2 14/20] target/mips: msa: Split helpers for CEQ.<B|H|W|D>
` [PATCH v2 15/20] target/mips: msa: Split helpers for CLE_<S|U>.<B|H|W|D>
` [PATCH v2 16/20] target/mips: msa: Split helpers for CLT_<S|U>.<B|H|W|D>
` [PATCH v2 17/20] target/mips: msa: Split helpers for DIV_<S|U>.<B|H|W|D>
` [PATCH v2 18/20] target/mips: msa: Split helpers for MOD_<S|U>.<B|H|W|D>
` [PATCH v2 19/20] target/mips: msa: Simplify and move helper for MOVE.V
` [PATCH v2 20/20] target/mips: msa: Move helpers for <AND|NOR|OR|XOR>.V
` [EXTERNAL][PATCH v2 00/20] target/mips: Misc cleanups for September/October 2019

[PULL 0/9] migration queue
 2019-09-25 15:01 UTC  (10+ messages)
` [PULL 1/9] migration: fix vmdesc leak on vmstate_save() error
` [PULL 2/9] migration/postcopy: not necessary to do discard when canonicalizing bitmap
` [PULL 3/9] migration/postcopy: unsentmap is not necessary for postcopy
` [PULL 4/9] migration: remove sent parameter in get_queued_page_not_dirty
` [PULL 5/9] migration/rdma: Don't moan about disconnects at the end
` [PULL 6/9] migration/rdma.c: Swap synchronize_rcu for call_rcu
` [PULL 7/9] tests/migration: Fail on unexpected migration states
` [PULL 8/9] tests/migration/postcopy: trim migration bandwidth
` [PULL 9/9] migration/postcopy: Recognise the recovery states as 'in_postcopy'

[PATCH v2 00/23] aspeed: Add support for the AST2600 SoC
 2019-09-25 14:32 UTC  (24+ messages)
` [PATCH v2 01/23] aspeed/wdt: Check correct register for clock source
` [PATCH v2 02/23] hw/sd/aspeed_sdhci: New device
` [PATCH v2 03/23] hw: aspeed_scu: Add AST2600 support
` [PATCH v2 04/23] aspeed/timer: Introduce an object class per SoC
` [PATCH v2 05/23] aspeed/timer: Add support for control register 3
` [PATCH v2 06/23] aspeed/timer: Add AST2600 support
` [PATCH v2 07/23] aspeed/timer: Add support for IRQ status register on the AST2600
` [PATCH v2 08/23] aspeed/sdmc: Introduce an object class per SoC
` [PATCH v2 09/23] aspeed/sdmc: Add AST2600 support
` [PATCH v2 10/23] watchdog/aspeed: Introduce an object class per SoC
` [PATCH v2 11/23] hw: wdt_aspeed: Add AST2600 support
` [PATCH v2 12/23] aspeed/smc: Introduce segment operations
` [PATCH v2 13/23] aspeed/smc: Add AST2600 support
` [PATCH v2 14/23] hw/gpio: Add in AST2600 specific implementation
` [PATCH v2 15/23] aspeed/i2c: Introduce an object class per SoC
` [PATCH v2 16/23] aspeed/i2c: Add AST2600 support
` [PATCH v2 17/23] aspeed: Introduce an object class per SoC
` [PATCH v2 18/23] aspeed/soc: Add AST2600 support
` [PATCH v2 19/23] m25p80: Add support for w25q512jv
` [PATCH v2 20/23] aspeed: Add an AST2600 eval board
` [PATCH v2 21/23] aspeed: Parameterise number of MACs
` [PATCH v2 22/23] aspeed: add support for the Aspeed MII controller of the AST2600
` [PATCH v2 23/23] aspeed/soc: Add ASPEED Video stub

[PULL 0/3] vhost: fixes
 2019-09-25 14:30 UTC  (7+ messages)
` [Qemu-devel] [PATCH v2 1/3] memory: Align MemoryRegionSections fields
  ` [PULL "
` [Qemu-devel] [PATCH v2 2/3] memory: Provide an equality function for MemoryRegionSections
  ` [PULL "
` [Qemu-devel] [PATCH v2 3/3] vhost: Fix memory region section comparison
  ` [PULL "

[Qemu-devel] [PATCH v3 0/3] Add virtio-fs (experimental)
 2019-09-25 14:27 UTC  (4+ messages)
` [Qemu-devel] [PATCH v3 1/3] virtio: Add virito_fs linux headers
  `  "
` [PATCH v3 0/3] Add virtio-fs (experimental)

[PATCH 00/22] block: Fix check_to_replace_node()
 2019-09-25 14:16 UTC  (15+ messages)
` [PATCH 06/22] block: Add bdrv_recurse_can_replace()
` [PATCH 07/22] blkverify: Implement .bdrv_recurse_can_replace()
` [PATCH 08/22] quorum: Store children in own structure
` [PATCH 09/22] quorum: Add QuorumChild.to_be_replaced
` [PATCH 10/22] quorum: Implement .bdrv_recurse_can_replace()
` [PATCH 12/22] block: Remove bdrv_recurse_is_first_non_filter()

[Qemu-devel] [Qemu-block] [PATCH 16/16] nvme: support multiple namespaces
 2019-09-25 12:50 UTC  (3+ messages)

[PATCH v4 00/24] Audio: Mixeng-free 5.1/7.1 audio support
 2019-09-25 14:13 UTC  (6+ messages)
` [PATCH v4 21/24] paaudio: channel-map option

[PATCH v4 0/9] target/arm/kvm: enable SVE in guests
 2019-09-25 13:58 UTC  (5+ messages)
` [PATCH v4 4/9] target/arm/cpu64: max cpu: Introduce sve<N> properties
` [PATCH v4 5/9] target/arm/kvm64: Add kvm_arch_get/put_sve

[PATCH] hw/core/loader: Fix possible crash in rom_copy()
 2019-09-25 13:51 UTC  (3+ messages)

[PULL v2 0/5] NBD patches for 2019-09-24
 2019-09-25 13:37 UTC  (2+ messages)
` [PULL v2 5/5] util/qemu-sockets: fix keep_alive handling in inet_connect_saddr

[PATCH 0/1] dirty-bitmaps: remove deprecated autoload parameter
 2019-09-25 13:43 UTC  (5+ messages)
` [PATCH 1/1] "

[Qemu-devel] [PATCH v6 0/8] Add Qemu to SeaBIOS LCHS interface
 2019-09-25 13:11 UTC  (5+ messages)
` [Qemu-block] "

[PULL 0/4] NBD patches for 2019-09-24
 2019-09-25 13:18 UTC  (2+ messages)

[Qemu-devel] [PATCH] util/qemu-sockets: fix keep_alive handling in inet_connect_saddr
 2019-09-25 13:13 UTC  (6+ messages)

[PULL 0/7] xen queue 2019-09-24
 2019-09-25 12:30 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).