qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-02-13 14:28:26 to 2020-02-13 23:09:47 UTC [more...]

[PATCH v2 00/19] testing and plugin updates
 2020-02-13 22:51 UTC  (20+ messages)
` [PATCH v2 01/19] tests/tcg: include a skip runner for pauth3 with plugins
` [PATCH v2 02/19] tests/rcutorture: update usage hint
` [PATCH v2 03/19] tests/rcutorture: better document locking of stats
` [PATCH v2 04/19] tests/rcutorture: mild documenting refactor of update thread
` [PATCH v2 05/19] travis.yml: Test the s390-ccw build, too
` [PATCH v2 06/19] travis.yml: Fix Travis YAML configuration warnings
` [PATCH v2 07/19] travis.yml: single-thread build-tcg stages
` [PATCH v2 08/19] tests/iotests: be a little more forgiving on the size test
` [PATCH v2 09/19] tracing: only allow -trace to override -D if set
` [PATCH v2 10/19] docs/devel: document query handle lifetimes
` [PATCH v2 11/19] plugins/core: add missing break in cb_to_tcg_flags
` [PATCH v2 12/19] tests/plugin: prevent uninitialized warning
` [PATCH v2 13/19] qemu/bitops.h: Add extract8 and extract16
` [PATCH v2 14/19] target/riscv: progressively load the instruction during decode
` [PATCH v2 15/19] tests/plugins: make howvec clean-up after itself
` [PATCH v2 16/19] tests/tcg: give debug builds a little bit longer
` [PATCH v2 17/19] tcg: save vaddr temp for plugin usage
` [PATCH v2 18/19] tests/tcg: fix typo in configure.sh test for v8.3
` [PATCH v2 19/19] tests/tcg: take into account expected clashes pauth-4

[PATCH v2 0/2] spapr: Use vIOMMU translation for virtio by default
 2020-02-13 22:57 UTC  (6+ messages)
` [PATCH v2 1/2] spapr: Disable legacy virtio devices for pseries-5.0 and later

[PATCH v5 0/6] HPPA: i82596, PS/2 and graphics emulation
 2020-02-13 22:59 UTC  (4+ messages)
` [PATCH v5 1/6] hw/hppa/dino.c: Improve emulation of Dino PCI chip

[PATCH v2 00/30] Convert QAPI doc comments to generate rST instead of texinfo
 2020-02-13 22:59 UTC  (35+ messages)
` [PATCH v2 01/30] configure: Allow user to specify sphinx-build binary
` [PATCH v2 02/30] configure: Check that sphinx-build is using Python 3
` [PATCH v2 03/30] Makefile: Fix typo in dependency list for interop manpages
` [PATCH v2 04/30] qga/qapi-schema.json: Fix missing '-' in GuestDiskBusType doc comment
` [PATCH v2 05/30] qga/qapi-schema.json: Fix indent level on doc comments
` [PATCH v2 06/30] qga/qapi-schema.json: minor format fixups for rST
` [PATCH v2 07/30] qapi/block-core.json: Use literal block for ascii art
` [PATCH v2 08/30] qapi: Use ':' after @argument in doc comments
` [PATCH v2 09/30] qapi: Fix indent level on doc comments in json files
` [PATCH v2 10/30] qapi: Remove hardcoded tabs
` [PATCH v2 11/30] qapi/ui.json: Put input-send-event body text in the right place
` [PATCH v2 12/30] qapi/ui.json: Avoid `...' texinfo style quoting
` [PATCH v2 13/30] qapi/block-core.json: Use explicit bulleted lists
` [PATCH v2 14/30] qapi/ui.json: "
` [PATCH v2 15/30] qapi/{block, misc, tmp, net}.json: "
` [PATCH v2 16/30] qapi: Add blank lines before "
` [PATCH v2 17/30] qapi/migration.json: Replace _this_ with *this*
` [PATCH v2 18/30] qapi: Delete all the "foo: dropped in n.n" notes
` [PATCH v2 19/30] qapi/qapi-schema.json: Put headers in their own doc-comment blocks
` [PATCH v2 20/30] qapi/machine.json: Escape a literal '*' in doc comment
` [PATCH v2 21/30] tests/qapi/doc-good.json: Clean up markup
` [PATCH v2 22/30] scripts/qapi: Move doc-comment whitespace stripping to doc.py
` [PATCH v2 23/30] scripts/qapi/parser.py: improve doc comment indent handling
` [PATCH v2 24/30] docs/sphinx: Add new qapi-doc Sphinx extension
` [PATCH v2 25/30] docs/interop: Convert qemu-ga-ref to rST
` [PATCH v2 26/30] docs/interop: Convert qemu-qmp-ref "
` [PATCH v2 27/30] qapi: Use rST markup for literal blocks
` [PATCH v2 28/30] qga/qapi-schema.json: Add some headings
` [PATCH v2 29/30] scripts/qapi: Remove texinfo generation support
` [PATCH v2 30/30] docs/devel/qapi-code-gen.txt: Update to new rST backend conventions

[PATCH] spapr: Rework hash<->radix transitions at CAS
 2020-02-13 22:28 UTC  (3+ messages)
` [PATCH] spapr: Make spapr_reallocate_hpt() static

[PATCH v2 0/2] tests/tcg/multiarch: Add tests for implemented real
 2020-02-13 22:47 UTC  (3+ messages)
` [PATCH v2 2/2] tests/tcg/multiarch: Add tests for implemented alsa sound timer ioctls

[PATCH] migration/postcopy: not necessary to discard all RAM at the beginning
 2020-02-13 22:13 UTC  (3+ messages)

[PATCH v6 0/8] Multifd Migration Compression
 2020-02-13 21:17 UTC  (9+ messages)
` [PATCH v6 1/8] multifd: Add multifd-compression parameter
` [PATCH v6 2/8] migration: Add support for modules
` [PATCH v6 3/8] multifd: Make no compression operations into its own structure
` [PATCH v6 4/8] multifd: Add multifd-zlib-level parameter
` [PATCH v6 5/8] multifd: Add zlib compression multifd support
` [PATCH v6 6/8] configure: Enable test and libs for zstd
` [PATCH v6 7/8] multifd: Add multifd-zstd-level parameter
` [PATCH v6 8/8] multifd: Add zstd compression multifd support

[PATCH] uapi: fix userspace breakage, use __BITS_PER_LONG for swap
 2020-02-13 20:47 UTC  (2+ messages)

[PATCH v5 0/8] Multifd Migration Compression
 2020-02-13 21:08 UTC  (25+ messages)
` [PATCH v5 1/8] multifd: Add multifd-method parameter
` [PATCH v5 2/8] migration: Add support for modules
` [PATCH v5 4/8] multifd: Add multifd-zlib-level parameter
` [PATCH v5 5/8] multifd: Add zlib compression multifd support
` [PATCH v5 6/8] configure: Enable test and libs for zstd
` [PATCH v5 7/8] multifd: Add multifd-zstd-level parameter
` [PATCH v5 8/8] multifd: Add zstd compression multifd support

[PATCH RFC] memory: Don't allow to resize RAM while migrating
 2020-02-13 20:56 UTC  (6+ messages)

[PATCH] qemu-doc: Clarify extent of build platform support
 2020-02-13 20:47 UTC  (2+ messages)

[PATCH v2] tests/acceptance/machine_sparc_leon3: Do not run HelenOS test by default
 2020-02-13 20:28 UTC  (2+ messages)

[PATCH] tests/acceptance/ppc_prep_40p: Use cdn.netbsd.org hostname
 2020-02-13 20:24 UTC  (2+ messages)

[PATCH] tests/acceptance/ppc_prep_40p: Do not run NetBSD test by default
 2020-02-13 20:23 UTC  (2+ messages)

[PATCH] tests/acceptance: Add boot tests for sh4 and mips64 QEMU advent calendar images
 2020-02-13 20:16 UTC  (2+ messages)

[PATCH v12 Kernel 0/7] KABIs to support migration for VFIO devices
 2020-02-13 20:11 UTC  (6+ messages)
` [PATCH v12 Kernel 4/7] vfio iommu: Implementation of ioctl to for dirty pages tracking

[PULL 0/3] tcg patch queue
 2020-02-13 18:55 UTC  (2+ messages)

[PATCH v2 0/2] docs: rstfy some s390 docs
 2020-02-13 18:54 UTC  (5+ messages)
` [PATCH v2 1/2] docs: rstfy s390 dasd ipl documentation
` [PATCH v2 2/2] docs: rstfy vfio-ap documentation

[PATCH v2 27/35] target/riscv: Mark both sstatus and msstatus_hs as dirty
 2020-02-13 18:44 UTC  (2+ messages)

[PATCH v2 26/35] target/riscv: Disable guest FP support based on virtual status
 2020-02-13 18:39 UTC  (2+ messages)

[PATCH v2 25/35] target/riscv: Only set TB flags with FP status if enabled
 2020-02-13 18:31 UTC  (2+ messages)

[PATCH] pc-bios/s390x: Pack ResetInfo struct
 2020-02-13 18:24 UTC  (4+ messages)

[PATCH v4 00/16] APIC ID fixes for AMD EPYC CPU model
 2020-02-13 18:18 UTC  (17+ messages)
` [PATCH v4 01/16] hw/i386: Rename X86CPUTopoInfo structure to X86CPUTopoIDs
` [PATCH v4 02/16] hw/i386: Introduce X86CPUTopoInfo to contain topology info
` [PATCH v4 03/16] hw/i386: Consolidate topology functions
` [PATCH v4 04/16] hw/i386: Introduce init_topo_info to initialize X86CPUTopoInfo
` [PATCH v4 05/16] machine: Add SMP Sockets in CpuTopology
` [PATCH v4 06/16] hw/i386: Update structures for nodes_per_pkg
` [PATCH v4 07/16] hw/i386: Rename apicid_from_topo_ids to x86_apicid_from_topo_ids
` [PATCH v4 08/16] hw/386: Add EPYC mode topology decoding functions
` [PATCH v4 09/16] target/i386: Cleanup and use the EPYC mode topology functions
` [PATCH v4 10/16] hw/i386: Introduce apicid functions inside X86MachineState
` [PATCH v4 11/16] target/i386: Load apicid model specific handlers from X86CPUDefinition
` [PATCH v4 12/16] hw/i386: Use the apicid handlers from X86MachineState
` [PATCH v4 13/16] target/i386: Add EPYC model specific handlers
` [PATCH v4 14/16] hw/i386: Move arch_id decode inside x86_cpus_init
` [PATCH v4 15/16] i386: Fix pkg_id offset for EPYC cpu models
` [PATCH v4 16/16] tests: Update the Unit tests

[PATCH 0/2] Add AVX512F optimization option and buffer_zero_avx512()
 2020-02-13 18:20 UTC  (3+ messages)
` [PATCH 2/2] util: add util function buffer_zero_avx512()

[PATCH] qcow2: Fix alignment checks in encrypted images
 2020-02-13 17:36 UTC  (2+ messages)

Mapping between Host virtual address and guest physical address
 2020-02-13 17:35 UTC 

[PULL 0/2] Usb 20200212 patches
 2020-02-13 17:25 UTC  (2+ messages)

[PATCH v2 0/7] ARM virt: Add NVDIMM support
 2020-02-13 17:09 UTC  (20+ messages)
` [PATCH v2 1/7] exec: Fix for qemu_ram_resize() callback

[PATCH] qapi: Expand documentation for LostTickPolicy
 2020-02-13 16:51 UTC  (2+ messages)

[PATCH] hw/char/exynos4210_uart: Fix memleaks in exynos4210_uart_init
 2020-02-13 16:37 UTC  (8+ messages)

Question about (and problem with) pflash data access
 2020-02-13 16:21 UTC  (10+ messages)

[PATCH 00/29] Convert QAPI doc comments to generate rST instead of texinfo
 2020-02-13 16:20 UTC  (4+ messages)
` [PATCH 06/29] qga/qapi-schema.json: minor format fixups for rST

[RFC 0/2] pci_expander_brdige:acpi:Support pxb-pcie for ARM
 2020-02-13 16:06 UTC  (2+ messages)

[PATCH v2] virtio: increase virtuqueue size for virtio-scsi and virtio-blk
 2020-02-13 15:43 UTC  (2+ messages)

[PATCH v3 00/13] hw/arm/raspi: Dynamically create machines based on the board revision
 2020-02-13 15:33 UTC  (6+ messages)
` [PATCH v3 12/13] hw/arm/raspi: Use a unique raspi_machine_class_init() method

[PATCH v22 0/9] Add ARMv8 RAS virtualization support in QEMU
 2020-02-13 15:28 UTC  (4+ messages)
` [PATCH v22 5/9] ACPI: Record the Generic Error Status Block address

[PATCH 0/3] spapr: Fix device unplug vs CAS or migration
 2020-02-13 15:10 UTC  (2+ messages)

[RFC v3 00/25] intel_iommu: expose Shared Virtual Addressing to VMs
 2020-02-13 15:14 UTC  (12+ messages)
` [RFC v3 14/25] intel_iommu: add virtual command capability support
` [RFC v3 16/25] intel_iommu: add PASID cache management infrastructure

[Bug 1862167] [NEW] Variation of SVE register size (qemu-user-aarch64)
 2020-02-13 14:48 UTC  (2+ messages)
` [Bug 1862167] "

[PATCH/RFC 0/1] Vhost User Cross Cable: Intro
 2020-02-13 14:50 UTC  (2+ messages)

[PULL 00/46] target-arm queue
 2020-02-13 14:41 UTC  (47+ messages)
` [PULL 01/46] i.MX: Fix inverted register bits in wdt code
` [PULL 02/46] i.MX: Add support for WDT on i.MX6
` [PULL 03/46] bios-tables-test: prepare to change ARM virt ACPI DSDT
` [PULL 04/46] arm/virt/acpi: remove meaningless sub device "RP0" from PCI0
` [PULL 05/46] arm/virt/acpi: remove _ADR from devices identified by _HID
` [PULL 06/46] arm/acpi: fix PCI _PRT definition
` [PULL 07/46] arm/acpi: fix duplicated _UID of PCI interrupt link devices
` [PULL 08/46] arm/acpi: simplify the description of PCI _CRS
` [PULL 09/46] virt/acpi: update golden masters for DSDT update
` [PULL 10/46] target/arm: Add arm_mmu_idx_is_stage1_of_2
` [PULL 11/46] target/arm: Add mmu_idx for EL1 and EL2 w/ PAN enabled
` [PULL 12/46] target/arm: Add isar_feature tests for PAN + ATS1E1
` [PULL 13/46] target/arm: Move LOR regdefs to file scope
` [PULL 14/46] target/arm: Split out aarch32_cpsr_valid_mask
` [PULL 15/46] target/arm: Mask CPSR_J when Jazelle is not enabled
` [PULL 16/46] target/arm: Replace CPSR_ERET_MASK with aarch32_cpsr_valid_mask
` [PULL 17/46] target/arm: Use aarch32_cpsr_valid_mask in helper_exception_return
` [PULL 18/46] target/arm: Remove CPSR_RESERVED
` [PULL 19/46] target/arm: Introduce aarch64_pstate_valid_mask
` [PULL 20/46] target/arm: Update MSR access for PAN
` [PULL 21/46] target/arm: Update arm_mmu_idx_el "
` [PULL 22/46] target/arm: Enforce PAN semantics in get_S1prot
` [PULL 23/46] target/arm: Set PAN bit as required on exception entry
` [PULL 24/46] target/arm: Implement ATS1E1 system registers
` [PULL 25/46] target/arm: Enable ARMv8.2-ATS1E1 in -cpu max
` [PULL 26/46] target/arm: Add ID_AA64MMFR2_EL1
` [PULL 27/46] target/arm: Update MSR access to UAO
` [PULL 28/46] target/arm: Implement UAO semantics
` [PULL 29/46] target/arm: Enable ARMv8.2-UAO in -cpu max
` [PULL 30/46] hw/arm: ast2400/ast2500: Wire up EHCI controllers
` [PULL 31/46] hw/arm: ast2600: "
` [PULL 32/46] hw/char/exynos4210_uart: Fix memleaks in exynos4210_uart_init
` [PULL 33/46] hw/arm/raspi: Use BCM2708 machine type with pre Device Tree kernels
` [PULL 34/46] hw/arm/raspi: Correct the board descriptions
` [PULL 35/46] hw/arm/raspi: Extract the version from the board revision
` [PULL 36/46] hw/arm/raspi: Extract the RAM size "
` [PULL 37/46] hw/arm/raspi: Extract the processor type "
` [PULL 38/46] hw/arm/raspi: Trivial code movement
` [PULL 39/46] hw/arm/raspi: Make machines children of abstract RaspiMachineClass
` [PULL 40/46] hw/arm/raspi: Make board_rev a field of RaspiMachineClass
` [PULL 41/46] hw/arm/raspi: Let class_init() directly call raspi_machine_init()
` [PULL 42/46] hw/arm/raspi: Set default RAM size to size encoded in board revision
` [PULL 43/46] hw/arm/raspi: Extract the board model from the "
` [PULL 44/46] hw/arm/raspi: Use a unique raspi_machine_class_init() method
` [PULL 45/46] hw/arm/raspi: Extract the cores count from the board revision
` [PULL 46/46] target/arm: Implement ARMv8.1-VMID16 extension

[PULL 0/9] Mini misc patches queue for 2020-02-12
 2020-02-13 14:43 UTC  (2+ messages)

[PATCH v2 0/4] arm64: Add the cpufreq device to show cpufreq info to guest
 2020-02-13 14:37 UTC  (3+ 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).