qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-09-13 14:26:19 to 2021-09-14 05:46:05 UTC [more...]

[qemu-web RFC PATCH] Add Sponsors page
 2021-09-14  5:41 UTC  (2+ messages)

[PATCH 00/22] qapi: Remove simple unions from the schema language
 2021-09-14  5:25 UTC  (42+ messages)
` [PATCH 01/22] qapi: Tidy up unusual line breaks
` [PATCH 02/22] qapi: Stop enforcing "type name should not end in 'Kind'
` [PATCH 03/22] qapi: Convert simple union KeyValue to flat one
` [PATCH 04/22] qapi: Convert simple union InputEvent "
` [PATCH 05/22] qapi: Convert simple union TpmTypeOptions "
` [PATCH 10/22] qapi: Convert simple union TransactionAction "
` [PATCH 11/22] tests/qapi-schema: Prepare for simple union UserDefListUnion removal
` [PATCH 12/22] test-qobject-input-visitor: Wean off UserDefListUnion
` [PATCH 13/22] test-qobject-output-visitor: "
` [PATCH 14/22] test-clone-visitor: "
` [PATCH 15/22] tests/qapi-schema: "
` [PATCH 16/22] tests/qapi-schema: Simple union UserDefListUnion is now unused, drop
` [PATCH 17/22] tests/qapi-schema: Rewrite simple union TestIfUnion to be flat
` [PATCH 18/22] test-clone-visitor: Wean off __org.qemu_x-Union1
` [PATCH 19/22] tests/qapi-schema: Drop simple union __org.qemu_x-Union1
` [PATCH 20/22] tests/qapi-schema: Purge simple unions from tests
` [PATCH 21/22] qapi: Drop simple unions
` [PATCH 22/22] test-clone-visitor: Correct an accidental rename

[qemu-web PATCH] Gemfile: Add webrick bundle dependency
 2021-09-14  5:17 UTC  (2+ messages)

hw/i386/acpi: fix conflicting IO address range for acpi pci hotplug in q35
 2021-09-14  4:54 UTC  (4+ messages)
` [PATCH 1/3] bios-tables-test: allow changes in DSDT ACPI tables for q35
` [PATCH 2/3] hw/i386/acpi: fix conflicting IO address range for acpi pci hotplug in q35
` [PATCH 3/3] bios-tables-test: Update ACPI DSDT table golden blobs for q35

[PATCH] qapi: define cleanup function for g_autoptr(Error)
 2021-09-14  4:46 UTC  (7+ messages)

[PATCH RESEND v2 0/4] hw/dma: Align SiFive PDMA behavior with real hardware
 2021-09-14  2:24 UTC  (3+ messages)
` [PATCH RESEND v2 4/4] hw/dma: sifive_pdma: don't set Control.error if 0 bytes to transfer

[PATCH] target/riscv: Force to set mstatus_hs.[SD|FS] bits in mark_fs_dirty()
 2021-09-14  2:13 UTC  (3+ messages)

[PATCH v2 0/2] vfio: Some fixes about vfio-pci MMIO RAM mapping
 2021-09-14  1:53 UTC  (3+ messages)
` [PATCH v2 1/2] vfio/pci: Fix vfio-pci sub-page MMIO BAR mmaping in live migration
` [PATCH v2 2/2] vfio/common: Add trace point when a MMIO RAM section less than PAGE_SIZE

[PATCH] target/riscv: Backup/restore mstatus.SD bit when virtual register swapped
 2021-09-14  1:37 UTC 

[RFC PATCH 0/7] linux-user: Streamline handling of SIGSEGV/SIGBUS
 2021-09-14  1:18 UTC  (9+ messages)
` [RFC PATCH 1/7] include/exec: Move cpu_signal_handler declaration
` [RFC PATCH 2/7] accel/tcg: Split out adjust_signal_pc
` [RFC PATCH 3/7] accel/tcg: Split out handle_sigsegv_accerr_write
` [RFC PATCH 4/7] accel/tcg: Move clear_helper_retaddr to cpu loop
` [RFC PATCH 5/7] accel/tcg: Fold cpu_exit_tb_from_sighandler into caller
` [RFC PATCH 6/7] linux-user: Handle SIGSEGV/SIGBUS in host_to_target_siginfo_noswap
` [RFC PATCH 7/7] linux-user: Reorg cpu_signal_handler

[PULL 00/44] tcg patch queue, v2
 2021-09-14  0:14 UTC  (45+ messages)
` [PULL 01/44] accel/tcg: Add DisasContextBase argument to translator_ld*
` [PULL 02/44] accel/tcg: Clear PAGE_WRITE before translation
` [PULL 03/44] tcg/i386: Split P_VEXW from P_REXW
` [PULL 04/44] accel/tcg: remove redundant TCG_KICK_PERIOD define
` [PULL 05/44] tcg: Remove tcg_global_reg_new defines
` [PULL 06/44] tcg/ppc: Replace TCG_TARGET_CALL_DARWIN with _CALL_DARWIN
` [PULL 07/44] tcg/ppc: Ensure _CALL_SYSV is set for 32-bit ELF
` [PULL 08/44] tcg/arm: Fix tcg_out_vec_op function signature
` [PULL 09/44] target/avr: Remove pointless use of CONFIG_USER_ONLY definition
` [PULL 10/44] target/i386: Restrict sysemu-only fpu_helper helpers
` [PULL 11/44] target/i386: Simplify TARGET_X86_64 #ifdef'ry
` [PULL 12/44] target/xtensa: Restrict do_transaction_failed() to sysemu
` [PULL 13/44] accel/tcg: Rename user-mode do_interrupt hack as fake_user_interrupt
` [PULL 14/44] target/alpha: Restrict cpu_exec_interrupt() handler to sysemu
` [PULL 15/44] target/arm: "
` [PULL 16/44] target/cris: "
` [PULL 17/44] target/hppa: "
` [PULL 18/44] target/i386: "
` [PULL 19/44] target/i386: Move x86_cpu_exec_interrupt() under sysemu/ folder
` [PULL 20/44] target/m68k: Restrict cpu_exec_interrupt() handler to sysemu
` [PULL 21/44] target/microblaze: "
` [PULL 22/44] target/mips: "
` [PULL 23/44] target/nios2: "
` [PULL 24/44] target/openrisc: "
` [PULL 25/44] target/ppc: "
` [PULL 26/44] target/riscv: "
` [PULL 27/44] target/sh4: "
` [PULL 28/44] target/sparc: "
` [PULL 29/44] target/rx: "
` [PULL 30/44] target/xtensa: "
` [PULL 31/44] accel/tcg: Restrict TCGCPUOps::cpu_exec_interrupt() "
` [PULL 32/44] user: Remove cpu_get_pic_interrupt() stubs
` [PULL 33/44] user: Mark cpu_loop() with noreturn attribute
` [PULL 34/44] accel/tcg/user-exec: Fix read-modify-write of code on s390 hosts
` [PULL 35/44] tcg/arm: Remove fallback definition of __ARM_ARCH
` [PULL 36/44] tcg/arm: Standardize on tcg_out_<branch>_{reg,imm}
` [PULL 37/44] tcg/arm: Simplify use_armv5t_instructions
` [PULL 38/44] tcg/arm: Support armv4t in tcg_out_goto and tcg_out_call
` [PULL 39/44] tcg/arm: Split out tcg_out_ldstm
` [PULL 40/44] tcg/arm: Simplify usage of encode_imm
` [PULL 41/44] tcg/arm: Drop inline markers
` [PULL 42/44] tcg/arm: Give enum arm_cond_code_e a typedef and use it
` [PULL 43/44] tcg/arm: More use of the ARMInsn enum
` [PULL 44/44] tcg/arm: More use of the TCGReg enum

[RFC v2 0/2] ui: Add a Wayland backend for Qemu UI (v2)
 2021-09-13 22:20 UTC  (3+ messages)
` [RFC v2 1/2] virtio-gpu: Add support for VIRTIO_GPU_F_RELEASE_FENCE
` [RFC v2 2/2] ui: Add a plain Wayland backend for Qemu UI

[RFC v6] virtio/vsock: add two more queues for datagram types
 2021-09-13 22:18 UTC 

question on vhost, limiting kernel threads and NPROC
 2021-09-13 21:32 UTC  (4+ messages)

[PATCH v9 00/11] hvf: Implement Apple Silicon Support
 2021-09-13 21:29 UTC  (8+ messages)
` [PATCH v9 07/11] hvf: arm: Implement PSCI handling

[PATCH v4 00/33] Qemu SGX virtualization
 2021-09-13 21:23 UTC  (6+ messages)
` [PATCH v4 22/33] hostmem-epc: Add the reset interface for EPC backend reset

[qemu-hexagon] Error mapping file: Invalid argument
 2021-09-13 21:07 UTC  (4+ messages)

[PATCH] target/ppc: Fix 64-bit decrementer
 2021-09-13 20:19 UTC  (7+ messages)

[PULL v4 00/23] target-arm queue
 2021-09-13 20:05 UTC 

[PATCH 0/2] Require hypervisor privilege for tlbie[l] when PSR=0 and HR=1
 2021-09-13 19:38 UTC  (5+ messages)
` [PATCH 1/2] target/ppc: add LPCR[HR] to DisasContext and hflags
` [PATCH 2/2] target/ppc: Check privilege level based on PSR and LPCR[HR] in tlbie[l]

[PATCH] hw/i386/acpi-build: adjust q35 IO addr range for acpi pci hotplug
 2021-09-13 19:21 UTC  (6+ messages)

[PATCH] linux-user: Check lock_user result for ip_mreq_source sockopts
 2021-09-13 19:20 UTC  (2+ messages)

[PATCH v2] linux-user: Correct host errno for IP[V6]_RECVERR socket options
 2021-09-13 19:17 UTC  (2+ messages)

[PATCH v2 0/9] linux-user: split internals out of qemu.h
 2021-09-13 19:07 UTC  (2+ messages)

[PULL v3 00/23] target-arm queue
 2021-09-13 18:50 UTC 

[PULL v2 00/23] target-arm queue
 2021-09-13 18:38 UTC 

[PATCH 0/5] qapi: Another round of minor fixes and cleanups
 2021-09-13 18:29 UTC  (3+ messages)
` [PATCH 2/5] qapi: Drop Indentation.__bool__()

[PATCH RFC v2 00/16] vfio-user implementation
 2021-09-13 17:23 UTC  (9+ messages)
` [PATCH RFC v2 04/16] vfio-user: connect vfio proxy to remote server

[RFC v3 00/32] Rust binding for QAPI and qemu-ga QMP handler examples
 2021-09-13 17:11 UTC  (3+ messages)
` [RFC v3 12/32] rust: provide a common crate for QEMU

[PATCH v2] docs: add supported host CPU architectures section
 2021-09-13 16:34 UTC  (5+ messages)

[PATCH v2 00/22] QEMU RISC-V AIA support
 2021-09-13 16:33 UTC  (4+ messages)
` [PATCH v2 04/22] target/riscv: Improve fidelity of guest external interrupts

[PULL 00/14] aspeed queue
 2021-09-13 16:13 UTC  (15+ messages)
` [PULL 01/14] hw: arm: aspeed: Enable eth0 interface for aspeed-ast2600-evb
` [PULL 02/14] hw: arm: aspeed: Enable mac0/1 instead of mac1/2 for g220a
` [PULL 03/14] watchdog: aspeed: Sanitize control register values
` [PULL 04/14] watchdog: aspeed: Fix sequential control writes
` [PULL 05/14] hw: aspeed_gpio: Simplify 1.8V defines
` [PULL 06/14] hw: aspeed_gpio: Clarify GPIO controller name
` [PULL 07/14] misc/pca9552: Fix LED status register indexing in pca955x_get_led()
` [PULL 08/14] arm/aspeed: rainier: Add i2c eeproms and muxes
` [PULL 09/14] aspeed: Emulate the AST2600A3
` [PULL 10/14] hw/misc: Add Infineon DPS310 sensor model
` [PULL 11/14] arm/aspeed: Add DPS310 to Witherspoon and Rainier
` [PULL 12/14] hw/arm/aspeed: Initialize AST2600 UART clock selection registers
` [PULL 13/14] hw/arm/aspeed: Allow machine to set UART default
` [PULL 14/14] hw/arm/aspeed: Add Fuji machine type

[PATCH] tcg/arm: Reduce vector alignment requirement for NEON
 2021-09-13 17:01 UTC  (5+ messages)

[PULL 00/21] x86, docs, meson changes for 2021-09-13
 2021-09-13 16:57 UTC  (2+ messages)

[PULL 00/23] target-arm queue
 2021-09-13 16:11 UTC  (24+ messages)
` [PULL 01/23] hw/misc: zynq_slcr: Correctly compute output clocks in the reset exit phase
` [PULL 02/23] hw/char: cadence_uart: Disable transmit when input clock is disabled
` [PULL 03/23] hw/char: cadence_uart: Move clock/reset check to uart_can_receive()
` [PULL 04/23] hw/char: cadence_uart: Convert to memop_with_attrs() ops
` [PULL 05/23] hw/char: cadence_uart: Ignore access when unclocked or in reset for uart_{read, write}()
` [PULL 06/23] hw/char: cadence_uart: Log a guest error when device is unclocked or in reset
` [PULL 07/23] hw/arm/virt: KVM: Probe for KVM_CAP_ARM_VM_IPA_SIZE when creating scratch VM
` [PULL 08/23] hw/arm: Add support for kudo-bmc board
` [PULL 09/23] hw/intc: GICv3 ITS initial framework
` [PULL 10/23] hw/intc: GICv3 ITS register definitions added
` [PULL 11/23] hw/intc: GICv3 ITS command queue framework
` [PULL 12/23] hw/intc: GICv3 ITS Command processing
` [PULL 13/23] hw/intc: GICv3 ITS Feature enablement
` [PULL 14/23] hw/intc: GICv3 redistributor ITS processing
` [PULL 15/23] tests/data/acpi/virt: Add IORT files for ITS
` [PULL 16/23] hw/arm/virt: add ITS support in virt GIC
` [PULL 17/23] tests/data/acpi/virt: Update IORT files for ITS
` [PULL 18/23] target/arm: Take an exception if PSTATE.IL is set
` [PULL 19/23] target/arm: Merge disas_a64_insn into aarch64_tr_translate_insn
` [PULL 20/23] qdev: Support marking individual buses as 'full'
` [PULL 21/23] hw/arm/mps2-tz.c: Add extra data parameter to MakeDevFn
` [PULL 22/23] hw/arm/mps2-tz.c: Mark internal-only I2C buses as 'full'
` [PULL 23/23] hw/arm/mps2.c: "

[PATCH v2 00/12] target/arm: Use TCG vector ops for MVE
 2021-09-13 15:56 UTC  (13+ messages)
` [PATCH v2 09/12] target/arm: Optimize MVE VSHL, VSHR immediate forms
` [PATCH v2 10/12] target/arm: Optimize MVE VSHLL and VMOVL
` [PATCH v2 11/12] target/arm: Optimize MVE VSLI and VSRI
` [PATCH v2 12/12] target/arm: Optimize MVE 1op-immediate insns

[PATCH v2 00/17] iotests: support zstd
 2021-09-13 15:55 UTC  (4+ messages)
` [PATCH v2 17/17] iotests: declare lack of support for compresion_type in IMGOPTS

[PATCH v3 00/10] qcow2 check: check some reserved bits and subcluster bitmaps
 2021-09-13 15:54 UTC  (9+ messages)
` [PATCH v3 01/10] qcow2-refcount: improve style of check_refcounts_l2()
` [PATCH v3 02/10] qcow2: compressed read: simplify cluster descriptor passing
` [PATCH v3 03/10] qcow2: introduce qcow2_parse_compressed_l2_entry() helper
` [PATCH v3 04/10] qcow2-refcount: introduce fix_l2_entry_by_zero()

[PATCH v2] coroutine: resize pool periodically instead of limiting size
 2021-09-13 15:35 UTC 

[PATCH] gitlab-ci: Make more custom runner jobs manual, and don't allow failure
 2021-09-13 15:28 UTC  (2+ messages)

[PATCH v2] nbd/server: Suppress Broken pipe errors on abrupt disconnection
 2021-09-13 15:19 UTC 

[PATCH] nbd/server: Suppress Broken pipe errors on abrupt disconnection
 2021-09-13 15:16 UTC  (5+ messages)

[PATCH v2 0/3] qcow2: relax subclusters allocation dependencies
 2021-09-13 14:54 UTC  (6+ messages)
` [PATCH v2 1/3] simplebench: add img_bench_templater.py
` [PATCH v2 3/3] qcow2: handle_dependencies(): relax conflict detection

[PATCH 0/4] hw/arm: Add MMC device for NPCM7XX boards
 2021-09-13 14:48 UTC  (9+ messages)
` [PATCH 1/4] tests/qtest/libqos: add SDHCI commands
` [PATCH 2/4] hw/sd: add nuvoton MMC
` [PATCH 3/4] hw/arm: Attach MMC to quanta-gbs-bmc
` [PATCH 4/4] tests/qtest: add qtests for npcm7xx sdhci

[PATCH] accel/tcg: assert insn_idx will always be valid before plugin_inject_cb
 2021-09-13 14:06 UTC  (5+ 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).