qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-08-05 14:42:15 to 2021-08-06 10:43:29 UTC [more...]

[PATCH for-6.2 0/6] qom: Fix broken OBJECT_CHECK usage
 2021-08-06 10:42 UTC  (16+ messages)
` [PATCH for-6.2 1/6] acpi: Delete broken ACPI_GED_X86 macro
` [PATCH for-6.2 2/6] sbsa_gwdt: Delete broken SBSA_*CLASS macros
` [PATCH for-6.2 3/6] s390-sclp-events-bus: Set instance_size
` [PATCH for-6.2 4/6] s390-sclp-events-bus: Use OBJECT_DECLARE_SIMPLE_TYPE
  ` [PATCH for-6.2 v2] "
` [PATCH for-6.2 5/6] s390x: event-facility: Use SCLP_EVENT_BUS macro
` [PATCH for-6.2 6/6] Use PCI_HOST_BRIDGE macro

[PATCH RFC 0/6] i386/pc: Fix creation of >= 1Tb guests on AMD systems with IOMMU
 2021-08-06 10:41 UTC  (8+ messages)
` [PATCH RFC 1/6] i386/pc: Account IOVA reserved ranges above 4G boundary

[PATCH v3] hw/acpi: add an assertion check for non-null return from acpi_get_i386_pci_host
 2021-08-06 10:37 UTC  (8+ messages)

intermittent failure, s390 host, x86-64 guest, vhost-user-blk test
 2021-08-06 10:36 UTC  (5+ messages)

How does qemu detect the completion of interrupt execution?
 2021-08-06 10:15 UTC  (2+ messages)

[RFC PATCH 00/13] Support UXL field in mstatus
 2021-08-06 10:05 UTC  (17+ messages)
` [RFC PATCH 01/13] target/riscv: Add UXL to tb flags
` [RFC PATCH 02/13] target/riscv: Support UXL32 for branch instructions
` [RFC PATCH 03/13] target/riscv: Support UXL32 on 64-bit cpu for load/store
` [RFC PATCH 04/13] target/riscv: Support UXL32 for slit/sltiu
` [RFC PATCH 05/13] target/riscv: Support UXL32 for shift instruction
` [RFC PATCH 06/13] target/riscv: Fix div instructions

[RFC PATCH v4 0/4] Add basic support for custom CSR
 2021-08-06  9:50 UTC  (14+ messages)
` [RFC PATCH v4 1/4] Add options to config/meson files "
` [RFC PATCH v4 2/4] Adding basic custom/vendor CSR handling mechanism
` [RFC PATCH v4 3/4] Adding Andes AX25 and A25 CPU model
` [RFC PATCH v4 4/4] Enable custom CSR logic for Andes AX25 and A25

[PATCH for-6.2 v3 00/12] mirror: Handle errors after READY cancel
 2021-08-06  9:38 UTC  (13+ messages)
` [PATCH for-6.2 v3 01/12] job: Context changes in job_completed_txn_abort()
` [PATCH for-6.2 v3 02/12] mirror: Keep s->synced on error
` [PATCH for-6.2 v3 03/12] mirror: Drop s->synced
` [PATCH for-6.2 v3 04/12] job: Force-cancel jobs in a failed transaction
` [PATCH for-6.2 v3 05/12] job: @force parameter for job_cancel_sync{, _all}()
` [PATCH for-6.2 v3 06/12] jobs: Give Job.force_cancel more meaning
` [PATCH for-6.2 v3 07/12] job: Add job_cancel_requested()
` [PATCH for-6.2 v3 08/12] mirror: Use job_is_cancelled()
` [PATCH for-6.2 v3 09/12] mirror: Check job_is_cancelled() earlier
` [PATCH for-6.2 v3 10/12] mirror: Stop active mirroring after force-cancel
` [PATCH for-6.2 v3 11/12] mirror: Do not clear .cancelled
` [PATCH for-6.2 v3 12/12] iotests: Add mirror-ready-cancel-error test

[PATCH v8] tests/tcg/s390x: Test SIGILL and SIGSEGV handling
 2021-08-06  9:40 UTC  (3+ messages)

[PATCH v1 00/12] s390x: skey related fixes, cleanups, and memory device preparations
 2021-08-06  9:42 UTC  (39+ messages)
` [PATCH v1 01/12] s390x/tcg: wrap address for RRBE
` [PATCH v1 02/12] s390x/tcg: fix ignoring bit 63 when setting the storage key in SSKE
` [PATCH v1 03/12] s390x/tcg: convert real to absolute address for RRBE, SSKE and ISKE
` [PATCH v1 04/12] s390x/tcg: check for addressing exceptions for "
` [PATCH v1 05/12] s390x/mmu_helper: no need to pass access type to mmu_translate_asce()
` [PATCH v1 06/12] s390x/mmu_helper: fixup mmu_translate() documentation
` [PATCH v1 07/12] s390x/mmu_helper: move address validation into mmu_translate*()
` [PATCH v1 08/12] s390x/mmu_helper: avoid setting the storage key if nothing changed
` [PATCH v1 09/12] hw/s390x/s390-skeys: use memory mapping to detect which storage keys to migrate
` [PATCH v1 10/12] hw/s390x/s390-skeys: use memory mapping to detect which storage keys to dump
` [PATCH v1 11/12] hw/s390x/s390-skeys: check if an address is valid before dumping the key
` [PATCH v1 12/12] hw/s390x/s390-skeys: lazy storage key enablement under TCG

[PATCH for-6.2 v4 00/14] machine: smp parsing fixes and improvement
 2021-08-06  9:22 UTC  (11+ messages)
` [PATCH for-6.2 v4 02/14] machine: Uniformly use maxcpus to calculate the omitted parameters
` [PATCH for-6.2 v4 04/14] machine: Improve the error reporting of smp parsing
` [PATCH for-6.2 v4 06/14] machine: Prefer cores over sockets in smp parsing since 6.2
` [PATCH for-6.2 v4 12/14] machine: Put all sanity-check in the generic SMP parser

[PULL 0/2] Linux user for 6.1 patches
 2021-08-06  9:17 UTC  (3+ messages)
` [PULL 1/2] linux-user: fix guest/host address mixup in i386 setup_rt_frame()
` [PULL 2/2] linux-user/elfload: byteswap i386 registers when dumping core

Win32 and ACCEL macro/function
 2021-08-06  9:11 UTC  (2+ messages)

[PATCH for-6.1 v5 0/1] machine: Disallow specifying topology parameters as zero
 2021-08-06  8:27 UTC  (3+ messages)
` [PATCH for-6.1 v5 1/1] "

[RESEND RFC] hw/arm/smmuv3: add device properties to disable cached iotlb
 2021-08-06  7:46 UTC  (5+ messages)

[PATCH 0/2] virtio: failover: allow to keep the VFIO device rather than the virtio-net one
 2021-08-06  7:27 UTC  (6+ messages)
` [PATCH 1/2] virtio: add a way to disable a queue

[PATCH] Use EGL device extension in display initialization
 2021-08-06  7:24 UTC  (2+ messages)

[PATCH v2] hw/display/xlnx_dp: fix an out-of-bounds read in xlnx_dp_read
 2021-08-06  7:09 UTC  (4+ messages)

[PATCH v7 00/10] qapi: untie 'if' conditions from C preprocessor
 2021-08-06  6:52 UTC  (18+ messages)
` [PATCH v7 05/10] qapidoc: introduce QAPISchemaIfCond.docgen()
` [PATCH v7 06/10] qapi: replace if condition list with dict {'all': [...]}
` [PATCH v7 08/10] qapi: Use 'if': { 'any': ... } where appropriate
` [PATCH v7 09/10] qapi: add 'not' condition operation
` [PATCH v7 10/10] qapi: make 'if' condition strings simple identifiers

[PATCH] net/colo: check vnet_hdr_support flag when using virtio-net
 2021-08-06  6:08 UTC 

[PATCH v1] s390x/ioinst: Fix wrong MSCH alignment check on little endian
 2021-08-06  5:27 UTC  (3+ messages)

[PATCH v1] s390x/tcg: fix and optimize SPX (SET PREFIX)
 2021-08-06  5:21 UTC  (2+ messages)

[PATCH-for-6.1 v2] softmmu/physmem: fix wrong assertion in qemu_ram_alloc_internal()
 2021-08-06  5:04 UTC  (2+ messages)

[PATCH v2] hw/i386/acpi-build: Get NUMA information from struct NumaState
 2021-08-06  3:19 UTC 

[PATCH] hw/i386/acpi-build: Get NUMA information from struct NumaState
 2021-08-06  3:00 UTC  (3+ messages)

[PATCH for-6.2] sbsa-ref: Rename SBSA_GWDT enum value
 2021-08-06  2:31 UTC 

[PATCH v2 0/4] QEMU RISC-V ACLINT Support
 2021-08-06  2:30 UTC  (9+ messages)
` [PATCH v2 1/4] hw/intc: Rename sifive_clint sources to riscv_aclint sources
` [PATCH v2 2/4] hw/intc: Upgrade the SiFive CLINT implementation to RISC-V ACLINT
` [PATCH v2 3/4] hw/riscv: virt: Re-factor FDT generation
` [PATCH v2 4/4] hw/riscv: virt: Add optional ACLINT support to virt machine

[PATCH v6 00/10] acpi: Error Record Serialization Table, ERST, support for QEMU
 2021-08-05 22:30 UTC  (11+ messages)
` [PATCH v6 01/10] ACPI ERST: bios-tables-test.c steps 1 and 2
` [PATCH v6 02/10] ACPI ERST: specification for ERST support
` [PATCH v6 03/10] ACPI ERST: PCI device_id for ERST
` [PATCH v6 04/10] ACPI ERST: header file "
` [PATCH v6 05/10] ACPI ERST: support for ACPI ERST feature
` [PATCH v6 06/10] ACPI ERST: build the ACPI ERST table
` [PATCH v6 07/10] ACPI ERST: create ACPI ERST table for pc/x86 machines
` [PATCH v6 08/10] ACPI ERST: qtest for ERST
` [PATCH v6 09/10] ACPI ERST: bios-tables-test testcase
` [PATCH v6 10/10] ACPI ERST: step 6 of bios-tables-test

[PATCH v7 00/10] GICv3 LPI and ITS feature implementation
 2021-08-05 22:30 UTC  (11+ messages)
` [PATCH v7 01/10] hw/intc: GICv3 ITS initial framework
` [PATCH v7 02/10] hw/intc: GICv3 ITS register definitions added
` [PATCH v7 03/10] hw/intc: GICv3 ITS command queue framework
` [PATCH v7 04/10] hw/intc: GICv3 ITS Command processing
` [PATCH v7 05/10] hw/intc: GICv3 ITS Feature enablement
` [PATCH v7 06/10] hw/intc: GICv3 redistributor ITS processing
` [PATCH v7 07/10] hw/arm/sbsa-ref: add ITS support in SBSA GIC
` [PATCH v7 08/10] tests/data/acpi/virt: Add IORT files for ITS
` [PATCH v7 09/10] hw/arm/virt: add ITS support in virt GIC
` [PATCH v7 10/10] tests/data/acpi/virt: Update IORT files for ITS

[PATCH] bcm2836: Remove redundant typedef and macros
 2021-08-05 21:47 UTC 

[PATCH v3 00/25] python: introduce Asynchronous QMP package
 2021-08-05 21:30 UTC  (4+ messages)
` [PATCH v3 06/25] python/aqmp: add runstate state machine to AsyncProtocol

[PATCH v5 00/10] GICv3 LPI and ITS feature implementation
 2021-08-05 21:14 UTC  (5+ messages)
` [PATCH v5 02/10] hw/intc: GICv3 ITS register definitions added

[PATCH v3] accel/tcg: Clear PAGE_WRITE before translation
 2021-08-05 20:48 UTC 

[PATCH RFC 0/1] accel/tcg: Clear PAGE_WRITE before translation
 2021-08-05 20:36 UTC  (6+ messages)
` [PATCH RFC 1/1] "

[PATCH v0] kvm: unsigned datatype in ioctl wrapper
 2021-08-05 19:39 UTC 

[PATCH v4 00/14] Add SEV guest live migration support
 2021-08-05 20:18 UTC  (11+ messages)
` [PATCH v4 03/14] migration.json: add AMD SEV specific migration parameters
` [PATCH v4 04/14] confidential guest support: introduce ConfidentialGuestMemoryEncryptionOps for encrypted VMs
` [PATCH v4 05/14] target/i386: sev: provide callback to setup outgoing context

[PATCH v4 0/8] GICv3 LPI and ITS feature implementation
 2021-08-05 20:10 UTC  (10+ messages)
` [PATCH v4 7/8] hw/arm/sbsa-ref: add ITS support in SBSA GIC

[PATCH v3 00/13] AQMP TUI Draft
 2021-08-05 19:56 UTC  (14+ messages)
` [PATCH v3 01/13] python/aqmp: Fix wait_closed work-around for python 3.6
` [PATCH v3 02/13] python: disable pylint errors for aqmp-tui
` [PATCH v3 03/13] python: Add dependencies for AQMP TUI
` [PATCH v3 04/13] python/aqmp-tui: Add AQMP TUI draft
` [PATCH v3 05/13] python: add entry point for aqmp-tui
` [PATCH v3 06/13] python/aqmp-tui: Added type annotations "

[RFC PATCH 0/9] hw/sd: Allow card size not power of 2 again
 2021-08-05 19:46 UTC  (10+ messages)
` [PATCH 1/9] hw/sd: When card is in wrong state, log which state it is
` [PATCH 2/9] hw/sd: Extract address_in_range() helper, log invalid accesses
` [PATCH 5/9] tests/acceptance: Use image_expand() in test_arm_orangepi_uboot_netbsd9
` [RFC PATCH 6/9] tests/acceptance: Use image_expand() in test_arm_orangepi_bionic_20_08

About two-dimensional page translation (e.g., Intel EPT) and shadow page table in Linux QEMU/KVM
 2021-08-05 19:42 UTC  (12+ messages)

[PULL 0/5] QAPI patches patches for 2021-08-05
 2021-08-05 19:34 UTC  (2+ messages)

[PATCH] gluster: Align block-status tail
 2021-08-05 19:35 UTC  (2+ messages)

[PATCH] Partially revert "build: -no-pie is no functional linker flag"
 2021-08-05 19:25 UTC  (2+ messages)
` [PATCH v2] "

[PATCH for-6.2 00/10] QOM documentation updates
 2021-08-05 19:07 UTC  (9+ messages)
` [PATCH for-6.2 01/10] docs: qom: Replace old GTK-Doc #symbol syntax with `symbol`

[PATCH v4] virtio/vsock: add two more queues for datagram types
 2021-08-05 19:07 UTC  (3+ messages)
  `  "

[PATCH 0/2] docs/sphinx: change default `role` to "any"
 2021-08-05 18:59 UTC  (3+ messages)
` [PATCH 2/2] docs/sphinx: change default role "

[RFC v3] virtio/vsock: add two more queues for datagram types
 2021-08-05 19:00 UTC  (8+ messages)
  `  "

[PULL 0/8] chardev fixes for 6.1
 2021-08-05 17:47 UTC  (2+ messages)

[PATCH 0/6] docs/devel: Organize devel manual into further subsections
 2021-08-05 15:26 UTC  (7+ messages)
` [PATCH 4/6] docs/devel: create TCG subsection
` [PATCH 6/6] docs/devel: create "Miscellaneous Topics" subsection

[PATCH v6 00/11] qapi: untie 'if' conditions from C preprocessor
 2021-08-05 15:11 UTC  (4+ messages)
` [PATCH v6 07/11] qapi: replace if condition list with dict {'all': [...]}

[PATCH v3 00/18] Clipboard fixes (for 6.1?)
 2021-08-05 14:57 UTC  (3+ messages)
` [PATCH v3 18/18] ui/vdagent: add a migration blocker


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