QEMU-Devel Archive mirror
 help / color / mirror / Atom feed
 messages from 2021-08-10 18:08:06 to 2021-08-12 09:45:39 UTC [more...]

[PATCH for-6.2 00/53] target/arm: MVE slices 3 and 4
 2021-08-12  9:43 UTC  (4+ messages)
` [PATCH for-6.2 07/53] target/arm: Fix MVE 48-bit SQRSHRL for small right shifts

[PATCH for-6.2 00/25] arm: Get rid of system_clock_scale global
 2021-08-12  9:33 UTC  (19+ messages)
` [PATCH for-6.2 01/25] arm: Move M-profile RAS register block into its own device
` [PATCH for-6.2 02/25] arm: Move systick device creation from NVIC to ARMv7M object
` [PATCH for-6.2 03/25] arm: Move system PPB container handling to armv7m
` [PATCH for-6.2 04/25] hw/timer/armv7m_systick: Add usual QEMU interface comment
` [PATCH for-6.2 05/25] hw/timer/armv7m_systick: Add input clocks
` [PATCH for-6.2 06/25] hw/arm/armv7m: Create "
` [PATCH for-6.2 07/25] armsse: Wire up systick cpuclk clock
` [PATCH for-6.2 08/25] hw/arm/mps2.c: Connect up armv7m clocks
` [PATCH for-6.2 09/25] clock: Provide builtin multiplier/divider
` [PATCH for-6.2 10/25] hw/arm: Don't allocate separate MemoryRegions in stm32 SoC realize
` [PATCH for-6.2 11/25] hw/arm/stm32f100: Wire up sysclk and refclk
` [PATCH for-6.2 12/25] hw/arm/stm32f205: "
` [PATCH for-6.2 13/25] hw/arm/stm32f405: "
` [PATCH for-6.2 15/25] hw/arm/nrf51: Wire up sysclk
` [PATCH for-6.2 16/25] hw/arm/stellaris: split stellaris_sys_init()
` [PATCH for-6.2 17/25] hw/arm/stellaris: Wire sysclk up to armv7m
` [PATCH for-6.2 20/25] hw/arm/msf2-soc: Wire up refclk
` [PATCH for-6.2 22/25] hw/arm/stellaris: Fix code style issues in GPTM code

[PATCH v4 0/3] Add support for Fujitsu A64FX processor
 2021-08-12  9:25 UTC  (6+ messages)
` [PATCH v4 1/3] target-arm: Add support for Fujitsu A64FX
` [PATCH v4 2/3] hw/arm/virt: target-arm: Add A64FX processor support to virt machine
` [PATCH v4 3/3] tests/arm-cpu-features: Add A64FX processor related tests

[PATCH v2 00/22] Add LoongArch linux-user emulation support
 2021-08-12  9:20 UTC  (4+ messages)
` [PATCH v2 16/22] target/loongarch: Add floating point move instruction translation

[PATCH 0/7] MAINTAINERS: review kraxel's entries
 2021-08-12  8:42 UTC  (6+ messages)
` [PATCH 1/7] MAINTAINERS: update edk2 entry
` [PATCH 3/7] MAINTAINERS: update audio entry

[PATCH v3 0/6] block-status cache for data regions
 2021-08-12  8:41 UTC  (7+ messages)
` [PATCH v3 1/6] block: Drop BDS comment regarding bdrv_append()
` [PATCH v3 2/6] block: block-status cache for data regions
` [PATCH v3 3/6] block: Clarify that @bytes is no limit on *pnum
` [PATCH v3 4/6] block/file-posix: Do not force-cap *pnum
` [PATCH v3 5/6] block/gluster: "
` [PATCH v3 6/6] block/iscsi: "

[PATCH v4] vhost: make SET_VRING_ADDR, SET_FEATURES send replies
 2021-08-12  8:04 UTC  (2+ messages)
` [PING] "

[PULL 0/7] Maintainers 20210811 patches
 2021-08-12  7:43 UTC  (10+ messages)
` [PULL 1/7] MAINTAINERS: update edk2 entry
` [PULL 2/7] MAINTAINERS: update sockets entry
` [PULL 3/7] MAINTAINERS: update audio entry
` [PULL 4/7] MAINTAINERS: update spice entry
` [PULL 5/7] MAINTAINERS: update usb entries
` [PULL 6/7] MAINTAINERS: update virtio-input entry
` [PULL 7/7] MAINTAINERS: update virtio-gpu entry

[PATCH] accel/tcg: remove redundant TCG_KICK_PERIOD define
 2021-08-12  7:23 UTC  (3+ messages)

[PATCH] tests/acceptance: Test powernv machines
 2021-08-12  7:22 UTC  (7+ messages)

[PATCH v2] vhost-vdpa: Do not send empty IOTLB update batches
 2021-08-12  7:20 UTC  (5+ messages)

[RFC PATCH 00/13] Support UXL field in mstatus
 2021-08-12  7:20 UTC  (12+ messages)
` [RFC PATCH 02/13] target/riscv: Support UXL32 for branch instructions

[PATCH] hw/acpi: refactor acpi hp modules so that targets can just use what they need
 2021-08-12  7:14 UTC 

[PATCH 0/7] Add vmnet.framework based network backend
 2021-08-12  6:00 UTC  (2+ messages)

[PATCH 00/19] PMU-EBB support for PPC64 TCG
 2021-08-12  4:56 UTC  (43+ messages)
` [PATCH 03/19] target/ppc: add exclusive user write function for PMU regs
` [PATCH 04/19] target/ppc: PMU Book3s basic insns count for pseries TCG
` [PATCH 06/19] target/ppc/pmu_book3s_helper: enable PMC1-PMC4 events
` [PATCH 08/19] target/ppc/pmu_book3s_helper.c: do an actual cycles calculation
` [PATCH 09/19] PPC64/TCG: Implement 'rfebb' instruction
` [PATCH 10/19] target/ppc: PMU Event-Based exception support
` [PATCH 12/19] target/ppc/pmu_book3s_helper.c: enable PMC1 counter negative EBB
` [PATCH 13/19] target/ppc/translate: PMU: handle setting of PMCs while running
` [PATCH 15/19] target/ppc/pmu_book3s_helper: enable counter negative for all PMCs
` [PATCH 18/19] target/ppc/pmu_book3s_helper.c: add PM_CMPLU_STALL mock events

[PATCH] hw/arm/Kconfig: no need to enable ACPI_MEMORY_HOTPLUG explicitly
 2021-08-12  3:34 UTC 

[PATCH] hw/virtio: Fix leak of host-notifier memory-region
 2021-08-12  1:37 UTC 

[PATCH v2] target/riscv: Don't wrongly override isa version
 2021-08-12  1:49 UTC  (2+ messages)

[RFC PATCH v0 0/2] Support for H_REG_SNS hcall
 2021-08-12  1:24 UTC  (5+ messages)
` [RFC PATCH v0 1/2] spapr: Add "

Using loadvm with snapshot
 2021-08-12  0:09 UTC 

[PATCH] target/i386: Remove split lock detect in Snowridge CPU model
 2021-08-11 20:03 UTC  (2+ messages)

[RFC PATCH] vhost-vdpa: Do not send empty IOTLB update batches
 2021-08-11 16:40 UTC  (5+ messages)

[PATCH v3] hw/acpi: add an assertion check for non-null return from acpi_get_i386_pci_host
 2021-08-11 15:00 UTC  (9+ messages)

[PATCH] target/riscv: Don't wrongly overide isa version
 2021-08-11 14:18 UTC  (4+ messages)

[PATCH v12] qapi: introduce 'query-x86-cpuid' QMP command
 2021-08-11 13:58 UTC  (7+ messages)

[PATCH 0/2] Set user creatable for flag ibex uart and plic
 2021-08-11 11:48 UTC  (5+ messages)
` [PATCH 1/2] hw/char/ibex_uart: set user-creatable
` [PATCH 2/2] hw/char/ibex_plic: "

qcow2 perfomance: read-only IO on the guest generates high write IO on the host
 2021-08-11 11:36 UTC 

[PATCH v2] docs: make sphinx-build be quiet by default
 2021-08-11 11:25 UTC  (3+ messages)

[PATCH] tests/qtest/vhost-user-blk-test: Check whether qemu-storage-daemon is available
 2021-08-11 11:08 UTC  (3+ messages)

[PATCH] storage-daemon: Add missing build dependency to the vhost-user-blk-test
 2021-08-11 11:06 UTC  (3+ messages)

[PATCH] Use EGL device extension in display initialization
 2021-08-11 10:42 UTC  (4+ messages)

[PATCH for 6.1] plugins: do not limit exported symbols if modules are active
 2021-08-11 10:05 UTC 

[PATCH for 6.1] plugins: do not limit exported symbols if modules are active
 2021-08-11 10:05 UTC 

[PATCH v4] failover: unregister ROM on unplug
 2021-08-11  9:51 UTC  (3+ messages)

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

[PATCH qemu v2] docs: how to use gdb with unix sockets (v2)
 2021-08-10 16:04 UTC 

[PATCH 1/1] edid: Added support for 4k@60 Hz monitor
 2021-08-11  1:47 UTC 

[PATCH 1/2] hw/arm/virt: Rename default_bus_bypass_iommu
 2021-08-11  8:58 UTC  (2+ messages)
` [PATCH 2/2] hw/i386: "

[PATCH 0/2] gitlab: avoid timeouts in windows cross builds
 2021-08-11  8:43 UTC  (7+ messages)
` [PATCH 1/2] gitlab: exclude sparc-softmmu and riscv32-softmmu from "
` [PATCH 2/2] gitlab: skip many more targets in windows "

[PATCH v2 0/6] Document removed features from older QEMU versions
 2021-08-11  8:41 UTC  (7+ messages)
` [PATCH v2 1/6] docs/about/removed-features: Document removed CLI options from QEMU v2.12
` [PATCH v2 2/6] docs/about/removed-features: Document removed CLI options from QEMU v3.0
` [PATCH v2 3/6] docs/about/removed-features: Document removed CLI options from QEMU v3.1
` [PATCH v2 4/6] docs/about/removed-features: Document removed HMP commands from QEMU v2.12
` [PATCH v2 5/6] docs/about/removed-features: Document removed devices from older QEMU versions
` [PATCH v2 6/6] docs/about/removed-features: Document removed machines "

[PATCH v1 00/12] s390x: skey related fixes, cleanups, and memory device preparations
 2021-08-11  8:43 UTC  (6+ messages)
` [PATCH v1 12/12] hw/s390x/s390-skeys: lazy storage key enablement under TCG

[PATCH] build: remove redundant 'check-build' make target
 2021-08-11  8:40 UTC  (3+ messages)

[PULL ppc] powernv queue
 2021-08-11  8:23 UTC  (7+ messages)

[PATCH 00/10] Aspeed: 6.2 queue
 2021-08-11  8:09 UTC  (7+ messages)
` [PATCH 08/10] aspeed: Emulate the AST2600A3
` [PATCH 09/10] hw/misc: Add Infineon DPS310 sensor model

[PATCH v3 00/10] virtiofsd: Allow using file handles instead of O_PATH FDs
 2021-08-11  6:41 UTC  (8+ messages)
` [PATCH v3 09/10] virtiofsd: Optionally fill lo_inode.fhandle

[PATCH v2 0/1] virtio: failover: allow to keep the VFIO device rather than the virtio-net one
 2021-08-11  6:29 UTC  (6+ messages)
` [PATCH v2 1/1] virtio: failover: define the default device to use in case of error

[PATCH v3] net/macos: implement vmnet-based netdev
 2021-08-11  4:54 UTC  (2+ messages)

[PATCH] hw/net: Discard overly fragmented packets
 2021-08-11  4:08 UTC  (5+ messages)

[PATCH] fuzz: avoid building twice, when running on gitlab
 2021-08-11  0:11 UTC  (7+ messages)

[PATCH v3 0/3] Add support for Fujitsu A64FX processor
 2021-08-10 23:58 UTC  (6+ messages)
` [PATCH v3 1/3] target-arm: cpu64: Add support for Fujitsu A64FX

[PATCH for 6.2 00/49] bsd-user updates to run hello world
 2021-08-10 23:39 UTC  (24+ messages)
` [PATCH for 6.2 16/49] bsd-user: elfload: simplify bswap a bit
` [PATCH for 6.2 34/49] bsd-user: Fix initializtion of task state
` [PATCH for 6.2 35/49] bsd-user: remove error_init
` [PATCH for 6.2 37/49] bsd-user: update debugging in mmap.c
` [PATCH for 6.2 38/49] bsd-user: Update mapping to handle reserved and starting conditions
` [PATCH for 6.2 39/49] bsd-user: Need to reset CPU after creation
` [PATCH for 6.2 48/49] bsd-user: Implement cpu_copy() helper routine
` [PATCH for 6.2 49/49] bsd-user: Add '-0 argv0' option to bsd-user/main.c

[PATCH for-6.1] tcg/i386: Split P_VEXW from P_REXW
 2021-08-10 23:25 UTC 

[ANNOUNCE] QEMU 6.1.0-rc3 is now available
 2021-08-10 21:09 UTC 

[PATCH] tests/acceptance: Allow overwrite smp and memory
 2021-08-10 19:28 UTC  (4+ messages)
` [PATCH-for-6.2] "

[PATCH v3 00/13] AQMP TUI Draft
 2021-08-10 19:54 UTC  (4+ messages)
` [PATCH v3 01/13] python/aqmp: Fix wait_closed work-around for python 3.6

[PATCH v14] qapi: introduce 'query-x86-cpuid' QMP command
 2021-08-10 19:50 UTC  (4+ messages)

[PATCH qemu 1/1] docs: how to use gdb with unix sockets
 2021-08-10 19:25 UTC  (2+ messages)

[PATCH v2] fsl-imx6ul: Instantiate SAI1/2/3 and ASRC as unimplemented devices
 2021-08-10 18:19 UTC  (3+ messages)

[CXL volatile MEM] - Qemu command to turn on HMAT and NUMA fails with assertion
 2021-08-10 18:12 UTC  (4+ 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 read-only IMAP folder(s) and NNTP newsgroup(s).