messages from 2021-02-15 18:27:25 to 2021-02-16 10:36:50 UTC [more...]
[PATCH v2 00/21] plugins/next pre-PR (hwprofile, regression fixes, icount count fix)
2021-02-16 10:34 UTC (8+ messages)
` [PATCH v2 20/21] accel/tcg: allow plugin instrumentation to be disable via cflags
[PATCH v2] meson.build: expose TCG cross compiler information in summary
2021-02-16 10:25 UTC
[PATCH] hw/display/tcx: Drop unnecessary code for handling BGR format outputs
2021-02-16 10:11 UTC (4+ messages)
[RFC PATCH 00/15] eMMC support
2021-02-16 10:03 UTC (4+ messages)
` [RFC PATCH 09/15] sd: emmc: Add support for emmc erase
[PULL 00/31] Misc patches for 2020-01-21
2021-02-16 9:58 UTC (5+ messages)
` [PULL 31/31] qemu-option: warn for short-form boolean options
[PATCH] gitlab-ci: Only push Docker 'latest' image when building default branch
2021-02-16 9:52 UTC (4+ messages)
[PATCH 0/2] Allwinner H3 fixes for EMAC and acceptance tests
2021-02-16 9:48 UTC (4+ messages)
[PATCH v3 00/10] ACPI related fixes to comform the spec better
2021-02-16 9:43 UTC (6+ messages)
` [PATCH v3 07/10] hw/i386: declare ACPI mother board resource for MMCONFIG region
[Bug 1915794] [NEW] could not load PC BIOS 'bios-256k.bin' on latest Windows exe (*-20210203.exe)
2021-02-16 9:24 UTC
[PATCH v2] replay: notify CPU on event
2021-02-16 9:34 UTC
[PATCH 00/33] migration: capture error reports into Error object
2021-02-16 9:30 UTC (12+ messages)
` [PATCH 05/33] migration: push Error **errp into qemu_loadvm_state_main()
[PATCH v6 00/19] qapi: static typing conversion, pt2
2021-02-16 9:24 UTC (25+ messages)
` [PATCH v6 01/19] qapi: Replace List[str] with Sequence[str] for ifcond
` [PATCH v6 02/19] qapi/introspect.py: assert schema is not None
` [PATCH v6 03/19] qapi/introspect.py: use _make_tree for features nodes
` [PATCH v6 04/19] qapi/introspect.py: add _gen_features helper
` [PATCH v6 05/19] qapi/introspect.py: guard against ifcond/comment misuse
` [PATCH v6 06/19] qapi/introspect.py: Unify return type of _make_tree()
` [PATCH v6 07/19] qapi/introspect.py: replace 'extra' dict with 'comment' argument
` [PATCH v6 08/19] qapi/introspect.py: Always define all 'extra' dict keys
` [PATCH v6 09/19] qapi/introspect.py: Introduce preliminary tree typing
` [PATCH v6 10/19] qapi/introspect.py: create a typed 'Annotated' data strutcure
` [PATCH v6 11/19] qapi/introspect.py: improve _tree_to_qlit error message
` [PATCH v6 12/19] qapi/introspect.py: improve readability of _tree_to_qlit
` [PATCH v6 13/19] qapi/introspect.py: remove _gen_variants helper
` [PATCH v6 14/19] qapi/introspect.py: add type hint annotations
` [PATCH v6 15/19] qapi/introspect.py: Add docstrings to _gen_tree and _tree_to_qlit
` [PATCH v6 16/19] qapi/introspect.py: Update copyright and authors list
` [PATCH v6 17/19] qapi/introspect.py: Type _gen_tree variants as Sequence[str]
` [PATCH v6 18/19] qapi/introspect.py: set _gen_tree's default ifcond argument to ()
` [PATCH v6 19/19] qapi/introspect.py: add SchemaMetaType enum
[PATCH 1/2] spice: flush on GL update before notifying client
2021-02-16 9:20 UTC (2+ messages)
` [PATCH 2/2] spice: flush drawing "
[PATCH v7 00/14] block: deal with errp: part I
2021-02-16 9:02 UTC (7+ messages)
` [PATCH v7 03/14] block: check return value of bdrv_open_child and drop error propagation
[RFC PATCH 00/23] [RFC PATCH 00/24] TDX support
2021-02-16 7:56 UTC (26+ messages)
` [RFC PATCH 01/23] target/i386: Expose x86_cpu_get_supported_feature_word() for TDX
` [RFC PATCH 02/23] kvm: Switch KVM_CAP_READONLY_MEM to a per-VM ioctl()
` [RFC PATCH 03/23] KVM: i386: use VM capability check for KVM_CAP_X86_SMM
` [RFC PATCH 04/23] i386/kvm: Move architectural CPUID leaf generation to separarte helper
` [RFC PATCH 05/23] vl: Introduce machine_init_done_late notifier
` [RFC PATCH 06/23] hw/i386: Introduce kvm-type for TDX guest
` [RFC PATCH 07/23] i386/kvm: Squash getting/putting guest state for TDX VMs
` [RFC PATCH 08/23] i386/kvm: Skip KVM_X86_SETUP_MCE for TDX guests
` [RFC PATCH 09/23] target/i386: kvm: don't synchronize guest tsc for TD guest
` [RFC PATCH 10/23] linux-headers: Update headers to pull in TDX API changes
` [RFC PATCH 11/23] hw/i386: Initialize TDX via KVM ioctl() when kvm_type is TDX
` [RFC PATCH 12/23] target/i386/tdx: Finalize the TD's measurement when machine is done
` [RFC PATCH 13/23] i386/tdx: Frame in tdx_get_supported_cpuid with KVM_TDX_CAPABILITIES
` [RFC PATCH 14/23] i386/tdx: Frame in the call for KVM_TDX_INIT_VCPU
` [RFC PATCH 15/23] i386/tdx: Add hook to require generic device loader
` [RFC PATCH 16/23] hw/i386: Add definitions from UEFI spec for volumes, resources, etc
` [RFC PATCH 17/23] i386/tdx: Add definitions for TDVF metadata
` [RFC PATCH 18/23] i386/tdx: Parse tdvf metadata and store the result into TdxGuest
` [RFC PATCH 19/23] i386/tdx: Create the TD HOB list upon machine init done
` [RFC PATCH 20/23] i386/tdx: Add TDVF memory via INIT_MEM_REGION
` [RFC PATCH 21/23] i386/tdx: Use KVM_TDX_INIT_VCPU to pass HOB to TDVF
` [RFC PATCH 22/23] i386/tdx: Force x2apic mode and routing for TDs
` [RFC PATCH 23/23] target/i386: Add machine option to disable PIC/8259
[PATCH] virtio-pci: add check for vdev in virtio_pci_isr_read
2021-02-16 7:48 UTC (2+ messages)
[PATCH v2 00/42] esp: consolidate PDMA transfer buffers and other fixes
2021-02-16 7:36 UTC (21+ messages)
` [PATCH v2 03/42] esp: QOMify the internal ESP device state
` [PATCH v2 04/42] esp: add vmstate_esp version to embedded ESPState
` [PATCH v2 08/42] esp: determine transfer direction directly from SCSI phase
` [PATCH v2 10/42] esp: introduce esp_get_stc()
` [PATCH v2 11/42] esp: apply transfer length adjustment when STC is zero at TC load time
` [PATCH v2 20/42] esp: remove the buf and buflen parameters from get_cmd()
` [PATCH v2 30/42] esp: add 4 byte PDMA read and write transfers
[PATCH] scripts/checkpatch: Improve the check for authors mangled by the mailing list
2021-02-16 7:16 UTC (2+ messages)
[RFC PATCH 00/42] target/mips: Reintroduce the R5900 CPU (with more testing)
2021-02-16 7:05 UTC (28+ messages)
` [RFC PATCH 18/42] target/mips/tx79: Introduce PEXTU[BHW] opcodes (Parallel Extend Lower)
` [RFC PATCH 19/42] target/mips/tx79: Introduce PCEQ* opcodes (Parallel Compare for Equal)
` [RFC PATCH 21/42] target/mips/tx79: Introduce PPACW opcode (Parallel Pack to Word)
` [RFC PATCH 22/42] target/mips/tx79: Introduce PINTEH (Parallel Interleave Even Halfword)
` [RFC PATCH 23/42] target/mips/tx79: Introduce PEXE[HW] opcodes (Parallel Exchange Even)
` [RFC PATCH 24/42] target/mips/tx79: Introduce PROT3W opcode (Parallel Rotate 3 Words)
` [RFC PATCH 25/42] target/mips/tx79: Introduce LQ opcode (Load Quadword)
` [RFC PATCH 26/42] target/mips/tx79: Introduce SQ opcode (Store Quadword)
` [RFC PATCH 27/42] target/mips/translate: Make gen_rdhwr() public
` [RFC PATCH 28/42] target/mips/tx79: Move RDHWR usermode kludge to trans_SQ()
` [RFC PATCH 29/42] linux-user/mips64: Support the n32 ABI for the R5900
` [RFC PATCH 30/42] target/mips: Reintroduce the R5900 CPU
` [RFC PATCH 31/42] default-configs: Support o32 ABI with R5900 64-bit MIPS CPU
[PULL 0/9] Acceptance Tests and Python libs patches for 2021-02-15
2021-02-16 4:57 UTC (10+ messages)
` [PULL 1/9] Acceptance Tests: bump Avocado version requirement to 85.0
` [PULL 2/9] virtiofs_submounts.py test: Note on vmlinuz param
` [PULL 3/9] Python: close the log file kept by QEMUMachine before reading it
` [PULL 4/9] tests/acceptance/virtio-gpu.py: preserve virtio-user-gpu log
` [PULL 5/9] maint: Tell git that *.py files should use python diff hunks
` [PULL 6/9] Acceptance Tests: introduce LinuxTest base class
` [PULL 7/9] Acceptance Tests: introduce method for requiring an accelerator
` [PULL 8/9] Acceptance Tests: fix population of public key in cloudinit image
` [PULL 9/9] Acceptance Tests: set up existing ssh keys by default
[PATCH v2 0/6] hw/sd: sdhci: Fixes to CVE-2020-17380, CVE-2020-25085, CVE-2021-3409
2021-02-16 3:46 UTC (7+ messages)
` [PATCH v2 1/6] hw/sd: sdhci: Don't transfer any data when command time out
` [PATCH v2 2/6] hw/sd: sdhci: Don't write to SDHC_SYSAD register when transfer is in progress
` [PATCH v2 3/6] hw/sd: sdhci: Correctly set the controller status for ADMA
` [PATCH v2 4/6] hw/sd: sdhci: Simplify updating s->prnsts in sdhci_sdma_transfer_multi_blocks()
` [PATCH v2 5/6] hw/sd: sdhci: Limit block size only when SDHC_BLKSIZE register is writable
` [PATCH v2 6/6] hw/sd: sdhci: Reset the data pointer of s->fifo_buffer[] when a different block size is programmed
[PATCH 00/22] Acceptance Test: introduce base class for Linux based tests
2021-02-16 3:35 UTC (29+ messages)
` [PATCH 10/22] Python: add utility function for retrieving port redirection
` [PATCH 11/22] tests/acceptance/linux_ssh_mips_malta.py: standardize port as integer
` [PATCH 13/22] tests/acceptance/virtiofs_submounts.py: add missing accel tag
` [PATCH 14/22] Acceptance Tests: introduce LinuxTest base class
` [PATCH 15/22] Acceptance Tests: move useful ssh methods to "
` [PATCH 16/22] Acceptance Tests: introduce method for requiring an accelerator
` [PATCH 17/22] Acceptance Tests: fix population of public key in cloudinit image
` [PATCH 18/22] Acceptance Tests: set up existing ssh keys by default
` [PATCH 21/22] Acceptance Tests: introduce CPU hotplug test
[PATCH] maint: Tell git that *.py files should use python diff hunks
2021-02-16 3:12 UTC (3+ messages)
[PATCH 0/6] Python / Acceptance Tests: improve logging
2021-02-16 2:35 UTC (22+ messages)
` [PATCH 1/6] Python: close the log file kept by QEMUMachine before reading it
` [PATCH 2/6] Python: expose QEMUMachine's temporary directory
` [PATCH 3/6] Acceptance Tests: use the job work directory for created VMs
` [PATCH 4/6] Acceptance Tests: log information when creating QEMUMachine
` [PATCH 5/6] Acceptance Tests: distinguish between temp and logs dir
` [PATCH 6/6] tests/acceptance/virtio-gpu.py: preserve virtio-user-gpu log
[PATCH 0/3] target/arm: Add support for FEAT_SSBS
2021-02-16 2:15 UTC (8+ messages)
` [PATCH 1/3] target/arm: Add support for FEAT_SSBS, Speculative Store Bypass Safe
` [PATCH 2/3] target/arm: Enable FEAT_SSBS for "max" AARCH64 CPU
` [PATCH 3/3] target/arm: Set ID_PFR2.SSBS to 1 for "max" 32-bit CPU
[PATCH] hw/char: disable ibex uart receive if the buffer is full
2021-02-15 23:15 UTC
[PATCH v9 0/6] Rework iotests/check
2021-02-16 1:49 UTC (6+ messages)
[PATCH 0/4] hw/sd: sdhci: Fixes to CVE-2020-17380, CVE-2020-25085, CVE-2021-3409
2021-02-16 1:27 UTC (4+ messages)
[PATCH v4 00/10] ACPI related fixes to comform the spec better
2021-02-16 1:04 UTC (11+ messages)
` [PATCH v4 01/10] checkpatch: don't emit warning on newly created acpi data files
` [PATCH v4 02/10] qtest: update tests/qtest/bios-tables-test-allowed-diff.h
` [PATCH v4 03/10] ich9, piix4: add properoty, smm-compat, to keep compatibility of SMM
` [PATCH v4 04/10] acpi/core: always set SCI_EN when SMM isn't supported
` [PATCH v4 05/10] acpi: set fadt.smi_cmd to zero when SMM is not supported
` [PATCH v4 06/10] acpi: add test case for smm unsupported -machine smm=off
` [PATCH v4 07/10] hw/i386: declare ACPI mother board resource for MMCONFIG region
` [PATCH v4 08/10] i386: acpi: Don't build HPET ACPI entry if HPET is disabled
` [PATCH v4 09/10] acpi: add test case for -no-hpet
` [PATCH v4 10/10] qtest/acpi/bios-tables-test: update acpi tables
[PATCH 0/9] arm: drop dead code for non-32-bit-RGB surfaces
2021-02-16 0:45 UTC (2+ messages)
Interested in contributing to QEMU
2021-02-16 0:10 UTC (6+ messages)
[PATCH] virtiofs_submounts.py test: Note on vmlinuz param
2021-02-16 0:06 UTC (5+ messages)
[PATCH v7 0/6] RISC-V Pointer Masking implementation
2021-02-16 0:01 UTC (4+ messages)
[PATCH] iotests: Fix up python style in 300
2021-02-15 23:21 UTC (2+ messages)
[PATCH] meson.build: expose TCG cross compiler information in summary
2021-02-15 23:09 UTC (2+ messages)
Call for Google Summer of Code 2021 project ideas
2021-02-15 21:47 UTC (8+ messages)
[PULL 0/5] bitmaps patches through 2021-02-12
2021-02-15 21:37 UTC (9+ messages)
` [PULL 3/5] qemu-iotests: 300: Add test case for modifying persistence of bitmap
[PULL 00/19] i386, qgraph patches for 2020-02-15
2021-02-15 21:13 UTC (2+ messages)
[PATCH v4 00/24] python: create installable package
2021-02-15 21:32 UTC (6+ messages)
` [PATCH v4 03/24] python: create qemu packages
[PATCH] net: Use id_generate() in the network subsystem, too
2021-02-15 21:28 UTC (2+ messages)
[PULL 00/11] Block layer patches
2021-02-15 19:57 UTC (2+ messages)
[PATCH] tests/qtest/boot-sector: Check that the guest did not panic
2021-02-15 19:17 UTC (3+ messages)
[PATCH] acpi: Remove duplicated code handling OEM ID and OEM table ID fields
2021-02-15 18:26 UTC (3+ messages)
[PATCH] gitlab-ci: Display Avocado log content when tests timeout
2021-02-15 18:27 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).