qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-03-05 06:28:06 to 2021-03-05 16:15:04 UTC [more...]

[Qemu-devel] [PATCH] monitor: increase amount of data for monitor to read
 2021-03-05 16:13 UTC  (8+ messages)

[PULL 0/8] s390x update
 2021-03-05 15:55 UTC  (9+ messages)
` [PULL 1/8] s390x/cpu_model: disallow unpack for --only-migratable
` [PULL 2/8] target/s390x/arch_dump: Fix warning for the name field in the PT_NOTE section
` [PULL 3/8] hw/s390x: fix build for virtio-9p-ccw
` [PULL 4/8] s390x/pci: restore missing Query PCI Function CLP data
` [PULL 5/8] virtio-ccw: commands on revision-less devices
` [PULL 6/8] css: SCHIB measurement block origin must be aligned
` [PULL 7/8] vfio-ccw: Do not read region ret_code after write
` [PULL 8/8] target/s390x/kvm: Simplify debug code

[RFC v4 00/33] arm cleanup experiment for kvm-only build
 2021-03-05 15:59 UTC  (36+ messages)
` [RFC v4 01/33] target/arm: move translate modules to tcg/
` [RFC v4 02/33] target/arm: move helpers "
` [RFC v4 03/33] arm: tcg: only build under CONFIG_TCG
` [RFC v4 04/33] target/arm: tcg: add sysemu and user subsirs
` [RFC v4 05/33] target/arm: only build psci for TCG
` [RFC v4 06/33] target/arm: split off cpu-sysemu.c
` [RFC v4 07/33] target/arm: move physical address translation to cpu-mmu
` [RFC v4 08/33] target/arm: cpu-mmu: fix comment style
` [RFC v4 09/33] target/arm: split cpregs from tcg/helper.c
` [RFC v4 10/33] target/arm: cpregs: fix style (mostly just comments)
` [RFC v4 11/33] target/arm: move cpu definitions to common cpu module
` [RFC v4 12/33] target/arm: only perform TCG cpu and machine inits if TCG enabled
` [RFC v4 13/33] target/arm: kvm: add stubs for some helpers
` [RFC v4 14/33] target/arm: move cpsr_read, cpsr_write to cpu_common
` [RFC v4 15/33] target/arm: add temporary stub for arm_rebuild_hflags
` [RFC v4 16/33] target/arm: split vfp state setting from tcg helpers
` [RFC v4 17/33] target/arm: move arm_mmu_idx* to cpu-mmu
` [RFC v4 18/33] target/arm: move sve_zcr_len_for_el to common_cpu
` [RFC v4 19/33] target/arm: move arm_sctlr away from tcg helpers
` [RFC v4 20/33] target/arm: move arm_cpu_list to common_cpu
` [RFC v4 21/33] target/arm: move aarch64_sync_32_to_64 (and vv) to cpu code
` [RFC v4 22/33] target/arm: split 32bit cpu models from cpu.c to cpu32.c
` [RFC v4 23/33] target/arm: move sve_exception_el out of TCG helpers
` [RFC v4 24/33] target/arm: move TCG cpu and models inside tcg/
` [RFC v4 25/33] target/arm: cpu: fix style
` [RFC v4 26/33] target/arm: wrap call to aarch64_sve_change_el in tcg_enabled()
` [RFC v4 27/33] target/arm: remove kvm include file for PSCI and arm-powerctl
` [RFC v4 28/33] target/arm: move kvm-const.h, kvm.c, kvm64.c, kvm_arm.h to kvm/
` [RFC v4 29/33] target/arm: cleanup cpu includes
` [RFC v4 30/33] target/arm: remove broad "else" statements when checking accels
` [RFC v4 31/33] tests/qtest: skip bios-tables-test test_acpi_oem_fields_virt for KVM
` [RFC v4 32/33] XXX disable a bunch of tests that seem to use tcg cpus
` [RFC v4 33/33] XXX disable arm-cpu-features

[PATCH v2 0/9] RAM_NORESERVE, MAP_NORESERVE and hostmem "reserve" property
 2021-03-05 15:51 UTC  (14+ messages)
` [PATCH v2 1/9] softmmu/physmem: Drop "shared" parameter from ram_block_add()
` [PATCH v2 2/9] util/mmap-alloc: Factor out calculation of the pagesize for the guard page
` [PATCH v2 3/9] util/mmap-alloc: Factor out reserving of a memory region to mmap_reserve()
` [PATCH v2 4/9] util/mmap-alloc: Factor out activating of memory to mmap_activate()
` [PATCH v2 5/9] softmmu/memory: Pass ram_flags into qemu_ram_alloc_from_fd()
` [PATCH v2 6/9] softmmu/memory: Pass ram_flags into memory_region_init_ram_shared_nomigrate()
` [PATCH v2 7/9] memory: introduce RAM_NORESERVE and wire it up in qemu_ram_mmap()
` [PATCH v2 8/9] util/mmap-alloc: Support RAM_NORESERVE via MAP_NORESERVE
` [PATCH v2 9/9] hostmem: Wire up RAM_NORESERVE via "reserve" property

[PATCH] linux-user: Adjust pgd_find_hole_fallback result with guest_loaddr
 2021-03-05 15:39 UTC  (4+ messages)

[PATCH v1 0/9] testing/next (docs, hexagon, cfi, docker)
 2021-03-05 15:37 UTC  (17+ messages)
` [PATCH v1 1/9] docs/devel: re-organise the developers guide into sections
` [PATCH v1 2/9] docs/system: add a gentle prompt for the complexity to come
` [PATCH v1 3/9] tests/docker: add a test-tcg for building then running check-tcg
` [PATCH v1 4/9] docker: Add Hexagon image
` [PATCH v1 5/9] tests/tcg: Use Hexagon Docker image
` [PATCH v1 6/9] gitlab: add build-user-hexagon test
` [PATCH v1 7/9] gitlab-ci.yml: Allow custom # of parallel linkers
` [PATCH v1 8/9] gitlab-ci.yml: Add jobs to test CFI flags
` [PATCH v1 9/9] tests/docker: Use --arch-only when building Debian cross image

[PATCH v3 00/70] TCI fixes and cleanups
 2021-03-05 15:28 UTC  (5+ messages)
` [PATCH v3 02/70] tcg: Split out tcg_raise_tb_overflow
` [PATCH v3 03/70] tcg: Manage splitwx in tc_ptr_to_region_tree by hand

[PATCH v2 0/2] tests/acceptance: Test Aspeed ARM machines
 2021-03-05 15:38 UTC  (3+ messages)

[PATCH 00/27] tcg patch queue
 2021-03-05 15:21 UTC  (6+ messages)
` [PATCH 02/27] tcg/aarch64: Fix I3617_CMLE0
` [PATCH 03/27] tcg/aarch64: Fix generation of "scalar" vector operations

[RFC PATCH] .editorconfig: update the automatic mode setting for Emacs
 2021-03-05 15:21 UTC  (3+ messages)

[PATCH v2 0/3] target/arm: Add support for FEAT_SSBS
 2021-03-05 15:23 UTC  (5+ messages)
` [PATCH v2 3/3] target/arm: Set ID_PFR2.SSBS to 1 for "max" 32-bit CPU

[PULL 0/4] QAPI patches patches for 2021-03-05
 2021-03-05 15:11 UTC  (5+ messages)
` [PULL 1/4] error: Fix "Converting to ERRP_GUARD()" doc on "valid at return"
` [PULL 2/4] qga: Utilize QAPI_LIST_APPEND in qmp_guest_network_get_interfaces
` [PULL 3/4] qapi: Remove QMP events and commands from user-mode builds
` [PULL 4/4] qapi: Fix parse errors for removal of null from schema language

[PATCH] tcg/aarch64: Fix constant subtraction in tcg_out_addsub2
 2021-03-05 15:13 UTC  (3+ messages)

[PATCH v2 0/2] Clarify error messages pertaining to 'node-name'
 2021-03-05 15:19 UTC  (3+ messages)
` [PATCH v2 1/2] block: "
` [PATCH v2 2/2] blockdev: "

[PATCH v3 0/5] Allwinner H3 fixes for EMAC and acceptance tests
 2021-03-05 15:16 UTC  (9+ messages)
` [PATCH v3 2/5] tests/acceptance/boot_linux_console: remove Armbian 19.11.3 bionic test for orangepi-pc machine
` [PATCH v3 3/5] tests/acceptance/boot_linux_console: change URL for test_arm_orangepi_bionic_20_08
` [PATCH v3 4/5] tests/acceptance: update sunxi kernel from armbian to 5.10.16
` [PATCH v3 5/5] tests/acceptance: drop ARMBIAN_ARTIFACTS_CACHED condition for orangepi-pc, cubieboard tests

[PULL v2 00/19] riscv-to-apply queue
 2021-03-05 15:15 UTC  (2+ messages)

[PATCH] docs: qsd: Explain --export nbd,name=... default
 2021-03-05 15:06 UTC  (2+ messages)

tools/virtiofs: Multi threading seems to hurt performance
 2021-03-05 14:57 UTC  (4+ messages)
` Can not set high msize with virtio-9p (Was: Re: virtiofs vs 9p performance)

[PATCH 0/9] hw/display/pl110, pxa2xx_lcd: Tidy up template headers
 2021-03-05 14:48 UTC  (2+ messages)

About libfuzzer in qemu
 2021-03-05 14:48 UTC  (3+ messages)

[PATCH] hw/sh4/sh7750_regs: Replace link to license by its full content
 2021-03-05 14:40 UTC  (3+ messages)

[PATCH v2 0/3] target/arm: Restrict v7A TCG cpus to TCG accel
 2021-03-05 14:38 UTC  (2+ messages)

[PATCH v3 0/3] Some modifications about ram_save_host_page()
 2021-03-05 14:30 UTC  (7+ messages)
` [PATCH v3 1/3] migration/ram: Modify the code comment of ram_save_host_page()
` [PATCH v3 2/3] migration/ram: Reduce unnecessary rate limiting
` [PATCH v3 3/3] migration/ram: Optimize ram_save_host_page()

[PATCH v1 0/3] semihosting/next (move from hw, heapinfo)
 2021-03-05 14:10 UTC  (7+ messages)
` [PATCH v1 1/3] semihosting: Move include/hw/semihosting/ -> include/semihosting/
` [PATCH v1 2/3] semihosting: Move hw/semihosting/ -> semihosting/
` [PATCH v1 3/3] semihosting/arg-compat: fix up handling of SYS_HEAPINFO
  ` [Bug 1915925] "
    ` [Bug 1915925] "

[PATCH v3 0/5] Increase amount of data for monitor to read
 2021-03-05 14:01 UTC  (6+ messages)
` [PATCH v3 2/5] monitor: drain requests queue with 'channel closed' event

[Bug 1915925] [NEW] ARM semihosting HEAPINFO results wrote to wrong address
 2021-03-05 13:33 UTC  (2+ messages)
` [Bug 1915925] "

[PATCH 0/2] tricore: IMASK/EXTR corner case fixes
 2021-03-05 13:31 UTC  (4+ messages)
` [PATCH 1/2] target/tricore: Fix imask OPC2_32_RRPW_IMASK for r3+1 == r2
` [PATCH 2/2] target/tricore: Fix OPC2_32_RRPW_EXTR for width=0

[PATCH 0/3] audio: make audiodev introspectable by mgmt apps
 2021-03-05 13:18 UTC  (10+ messages)
` [PATCH 1/3] qapi, audio: add query-audiodev command
` [PATCH 2/3] qapi, audio: respect build time conditions in audio schema
` [PATCH 3/3] qapi: provide a friendly string representation of QAPI classes

[PATCH v2 0/1] tricore: fixed faulty conditions for extr and imask
 2021-03-05 12:43 UTC  (6+ messages)
` [PATCH v2 1/1] "

[PATCH] target/arm: Use TCF0 and TFSRE0 for unprivileged tag checks
 2021-03-05 12:24 UTC  (3+ messages)

[PATCH v2] block/file-posix: Optimize for macOS
 2021-03-05 12:21 UTC  (2+ messages)

[PATCH] ui/cocoa: Clear modifiers whenever possible
 2021-03-05 12:19 UTC 

[PATCH v4] ui/cocoa: Use kCGColorSpaceSRGB
 2021-03-05 12:13 UTC 

[PATCH v3 1/1] hw/s390x: modularize virtio-gpu-ccw
 2021-03-05 12:05 UTC  (4+ messages)

[PATCH] arm: xlnx-versal: fix virtio-mmio base address assignment
 2021-03-05 11:57 UTC  (3+ messages)
` [PATCH v4] virtio-mmio: improve virtio-mmio get_dev_path alog

[PATCH v2 00/24] hw/arm: New board model mps3-an524
 2021-03-05 11:55 UTC  (8+ messages)
` [PATCH v2 14/24] hw/arm/mps2-tz: Size the uart-irq-orgate based on the number of UARTs
` [PATCH v2 18/24] hw/arm/mps2-tz: Support ROMs as well as RAMs
` [PATCH v2 24/24] hw/arm/mps2: Update old infocenter.arm.com URLs

[PATCH 00/44] hw/arm: New board model mps3-an547
 2021-03-05 11:56 UTC  (10+ messages)
` [PATCH 31/44] hw/arm/armsse: Indirect irq_is_common[] through ARMSSEInfo
` [PATCH 43/44] docs/system/arm/mps2.rst: Document the new mps3-an547 board
` [PATCH 44/44] tests/qtest/sse-timer-test: Add simple tests of the SSE timer and counter

[PATCH] hw/i2c/npcm7xx_smbus: Simplify npcm7xx_smbus_init()
 2021-03-05 11:33 UTC  (2+ messages)

[PATCH v2] target/arm: Speed up aarch64 TBL/TBX
 2021-03-05 11:32 UTC  (3+ messages)

[PATCH v2] hw/arm/xlnx-zynqmp: Remove obsolete 'has_rpu' property
 2021-03-05 11:25 UTC  (2+ messages)

[PATCH v5 0/3] Add npcm7xx emc model
 2021-03-05 11:24 UTC  (2+ messages)

[PATCH v3 0/2] sbsa-ref: update list of supported cpus
 2021-03-05 11:21 UTC  (2+ messages)

[PATCH v5 0/4] GitLab Custom Runners and Jobs (was: QEMU Gating CI)
 2021-03-05 10:27 UTC  (3+ messages)

[PULL 0/8] Ui 20210304 patches
 2021-03-05 10:18 UTC  (2+ messages)

[PATCH 0/2] semihosting: Move it out of hw/
 2021-03-05 10:13 UTC  (2+ messages)

[PATCH v2 0/2] QOM type names and QAPI
 2021-03-05  9:48 UTC  (5+ messages)
` [PATCH v2 1/2] hw: Replace anti-social QOM type names
` [PATCH v2 2/2] memory: Drop "qemu:" prefix from QOM memory region "

[PATCH v7 00/13] virtio-mem: vfio support
 2021-03-05  9:45 UTC  (3+ messages)

QEMU RBD is slow with QCOW2 images
 2021-03-05  9:44 UTC  (7+ messages)

[PATCH RFC] migrate/ram: remove "ram_bulk_stage" and "fpo_enabled"
 2021-03-05  9:43 UTC  (2+ messages)

[PATCH V4 00/10] Detect reentrant RX casued by loopback
 2021-03-05  9:38 UTC  (14+ messages)
` [PATCH V4 01/10] net: introduce qemu_receive_packet()
` [PATCH V4 02/10] e1000: switch to use qemu_receive_packet() for loopback
` [PATCH V4 03/10] dp8393x: switch to use qemu_receive_packet() for loopback packet
` [PATCH V4 04/10] msf2-mac: switch to use qemu_receive_packet() for loopback
` [PATCH V4 05/10] sungem: "
` [PATCH V4 06/10] tx_pkt: switch to use qemu_receive_packet_iov() "
` [PATCH V4 07/10] rtl8139: switch to use qemu_receive_packet() "
` [PATCH V4 08/10] pcnet: "
` [PATCH V4 09/10] cadence_gem: "
` [PATCH V4 10/10] lan9118: "
` [QEMU-SECURITY] [PATCH V4 00/10] Detect reentrant RX casued by loopback

[PATCH v2] linux-user: add missing MULTICAST_IF get/setsockopt option
 2021-03-05  9:36 UTC  (2+ messages)

[PATCH] linux-user: add missing MULTICAST_IF get/setsockopt option
 2021-03-05  9:34 UTC  (3+ messages)

[PATCH v2 0/8] simplebench improvements
 2021-03-05  9:11 UTC  (10+ messages)
` [PATCH v2 1/8] simplebench: bench_one(): add slow_limit argument
` [PATCH v2 7/8] simplebench/bench-backup: add --count and --no-initial-run
` [PATCH v2 8/8] simplebench/bench_block_job: drop caches before test run

[RFC v1 00/38] arm cleanup experiment for kvm-only build
 2021-03-05  9:04 UTC  (13+ messages)

[Bug 1916655] [NEW] Compilation fails due to zstd qcow2 compression
 2021-03-05  8:54 UTC  (2+ messages)
` [Bug 1916655] "

[PATCH v2 0/3] Drop deprecated floppy config & bogus -drive if=T
 2021-03-05  8:06 UTC  (9+ messages)
` [PATCH v2 1/3] fdc: Drop deprecated floppy configuration

[PATCH v3 00/42] esp: consolidate PDMA transfer buffers and other fixes
 2021-03-05  7:31 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).