qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-03-05 14:59:07 to 2021-03-05 18:26:11 UTC [more...]

[PULL 00/49] target-arm queue
 2021-03-05 17:15 UTC  (46+ messages)
` [PULL 01/49] sbsa-ref: remove cortex-a53 from list of supported cpus
` [PULL 02/49] sbsa-ref: add 'max' to list of allowed cpus
` [PULL 03/49] target/arm: Add support for FEAT_SSBS, Speculative Store Bypass Safe
` [PULL 04/49] target/arm: Enable FEAT_SSBS for "max" AARCH64 CPU
` [PULL 05/49] target/arm: Set ID_PFR2.SSBS to 1 for "max" 32-bit CPU
` [PULL 06/49] hw/net: Add npcm7xx emc model
` [PULL 07/49] hw/arm: "
` [PULL 08/49] tests/qtests: Add npcm7xx emc model test
` [PULL 09/49] hw/arm/xlnx-zynqmp: Remove obsolete 'has_rpu' property
` [PULL 10/49] target/arm: Speed up aarch64 TBL/TBX
` [PULL 11/49] hw/i2c/npcm7xx_smbus: Simplify npcm7xx_smbus_init()
` [PULL 12/49] virtio-mmio: improve virtio-mmio get_dev_path alog
` [PULL 13/49] target/arm: Use TCF0 and TFSRE0 for unprivileged tag checks
` [PULL 14/49] target/arm: Restrict v8M IDAU to TCG
` [PULL 15/49] target/arm/cpu: Update coding style to make checkpatch.pl happy
` [PULL 16/49] hw/arm/musicpal: Remove dead code for non-32-bit-RGB surfaces
` [PULL 17/49] hw/display/tc6393xb: Remove dead code for handling non-32bpp surfaces
` [PULL 18/49] hw/display/tc6393xb: Expand out macros in template header
` [PULL 19/49] hw/display/tc6393xb: Inline tc6393xb_draw_graphic32() at its callsite
` [PULL 20/49] hw/display/omap_lcdc: Expand out macros in template header
` [PULL 21/49] hw/display/omap_lcdc: Drop broken bigendian ifdef
` [PULL 22/49] hw/display/omap_lcdc: Fix coding style issues in template header
` [PULL 23/49] hw/display/omap_lcdc: Inline template header into C file
` [PULL 24/49] hw/display/omap_lcdc: Delete unnecessary macro
` [PULL 25/49] hw/display/tcx: Drop unnecessary code for handling BGR format outputs
` [PULL 26/49] hw/arm/mps2-tz: Make SYSCLK frequency board-specific
` [PULL 27/49] hw/misc/mps2-scc: Support configurable number of OSCCLK values
` [PULL 28/49] hw/arm/mps2-tz: Correct the OSCCLK settings for mps2-an505 and mps2-an511
` [PULL 29/49] hw/arm/mps2-tz: Make the OSCCLK settings be configurable per-board
` [PULL 30/49] hw/misc/mps2-fpgaio: Make number of LEDs configurable by board
` [PULL 31/49] hw/misc/mps2-fpgaio: Support SWITCH register
` [PULL 32/49] hw/arm/mps2-tz: Make FPGAIO switch and LED config per-board
` [PULL 33/49] hw/arm/mps2-tz: Condition IRQ splitting on number of CPUs, not board type
` [PULL 34/49] hw/arm/mps2-tz: Make number of IRQs board-specific
` [PULL 35/49] hw/misc/mps2-scc: Implement CFG_REG5 and CFG_REG6 for MPS3 AN524
` [PULL 36/49] hw/arm/mps2-tz: Correct wrong interrupt numbers for DMA and SPI
` [PULL 37/49] hw/arm/mps2-tz: Allow PPCPortInfo structures to specify device interrupts
` [PULL 38/49] hw/arm/mps2-tz: Move device IRQ info to data structures
` [PULL 39/49] hw/arm/mps2-tz: Size the uart-irq-orgate based on the number of UARTs
` [PULL 41/49] hw/arm/mps2-tz: Make RAM arrangement board-specific
` [PULL 45/49] hw/arm/mps2-tz: Add new mps3-an524 board
` [PULL 46/49] hw/arm/mps2-tz: Stub out USB controller for mps3-an524
` [PULL 47/49] hw/arm/mps2-tz: Provide PL031 RTC on mps3-an524
` [PULL 48/49] docs/system/arm/mps2.rst: Document the new mps3-an524 board
` [PULL 49/49] hw/arm/mps2: Update old infocenter.arm.com URLs

[PATCH 00/27] tcg patch queue
 2021-03-05 17:49 UTC  (10+ messages)
` [PATCH 03/27] tcg/aarch64: Fix generation of "scalar" vector operations
` [PATCH 04/27] tcg/tci: Use exec/cpu_ldst.h interfaces
` [PATCH 05/27] tcg: Split out tcg_raise_tb_overflow
` [PATCH 27/27] accel/tcg: Precompute curr_cflags into cpu->tcg_cflags

[PATCH v2] vhost-user.rst: add clarifying language about protocol negotiation
 2021-03-05 17:43 UTC  (5+ messages)

[PATCH v3 0/6] qcow2: compressed write cache
 2021-03-05 17:35 UTC  (3+ messages)
` [PATCH v3 1/6] block-jobs: flush target at the end of .run()
` [PATCH v3 4/6] util: implement seqcache

[PATCH] linux-user: Fix executable page of /proc/self/maps
 2021-03-05 17:31 UTC 

[PATCH] meson: Stop if cfi is enabled with system slirp
 2021-03-05 17:18 UTC  (6+ messages)

[PATCH v3 00/15] tests/tcg: Add TriCore tests
 2021-03-05 17:00 UTC  (16+ messages)
` [PATCH v3 01/15] tests/tcg: Add docker_as and docker_ld cmds
` [PATCH v3 02/15] tests/tcg: Run timeout cmds using --foreground
` [PATCH v3 03/15] hw/tricore: Add testdevice for tests in tests/tcg/
` [PATCH v3 04/15] tests/tcg/tricore: Add build infrastructure
` [PATCH v3 05/15] configure: Emit HOST_CC to config-host.mak
` [PATCH v3 06/15] tests/tcg/tricore: Add macros to create tests and first test 'abs'
` [PATCH v3 07/15] tests/tcg/tricore: Add bmerge test
` [PATCH v3 08/15] tests/tcg/tricore: Add clz test
` [PATCH v3 09/15] tests/tcg/tricore: Add dvstep test
` [PATCH v3 10/15] tests/tcg/tricore: Add fadd test
` [PATCH v3 11/15] tests/tcg/tricore: Add fmul test
` [PATCH v3 12/15] tests/tcg/tricore: Add ftoi test
` [PATCH v3 13/15] tests/tcg/tricore: Add madd test
` [PATCH v3 14/15] tests/tcg/tricore: Add msub test
` [PATCH v3 15/15] tests/tcg/tricore: Add muls test

[PATCH v3 00/70] TCI fixes and cleanups
 2021-03-05 16:59 UTC  (11+ messages)
` [PATCH v3 03/70] tcg: Manage splitwx in tc_ptr_to_region_tree by hand
` [PATCH v3 04/70] tcg/tci: Merge identical cases in generation
` [PATCH v3 05/70] tcg/tci: Remove tci_read_r8

[PULL 00/31] Block layer patches
 2021-03-05 16:54 UTC  (32+ messages)
` [PULL 01/31] iotests: Drop deprecated 'props' from object-add
` [PULL 02/31] backup: Remove nodes from job in .clean()
` [PULL 03/31] backup-top: Refuse I/O in inactive state
` [PULL 04/31] iotests/283: Check that finalize drops backup-top
` [PULL 05/31] iotests: Fix up python style in 300
` [PULL 06/31] blockjob: report a better error message
` [PULL 07/31] storage-daemon: report unexpected arguments on the fly
` [PULL 08/31] storage-daemon: include current command line option in the errors
` [PULL 09/31] qemu-storage-daemon: add --pidfile option
` [PULL 10/31] docs: show how to spawn qemu-storage-daemon with fd passing
` [PULL 11/31] docs: replace insecure /tmp examples in qsd docs
` [PULL 12/31] vhost-user-blk: fix blkcfg->num_queues endianness
` [PULL 13/31] libqtest: add qtest_socket_server()
` [PULL 14/31] libqtest: add qtest_kill_qemu()
` [PULL 15/31] libqtest: add qtest_remove_abrt_handler()
` [PULL 16/31] test: new qTest case to test the vhost-user-blk-server
` [PULL 17/31] tests/qtest: add multi-queue test case to vhost-user-blk-test
` [PULL 18/31] block/export: fix blk_size double byteswap
` [PULL 19/31] block/export: use VIRTIO_BLK_SECTOR_BITS
` [PULL 20/31] block/export: fix vhost-user-blk export sector number calculation
` [PULL 21/31] block/export: port virtio-blk discard/write zeroes input validation
` [PULL 22/31] vhost-user-blk-test: test discard/write zeroes invalid inputs
` [PULL 23/31] block/export: port virtio-blk read/write range check
` [PULL 24/31] qcow2-bitmap: make bytes_covered_by_bitmap_cluster() public
` [PULL 25/31] parallels.txt: fix bitmap L1 table description
` [PULL 26/31] block/parallels: BDRVParallelsState: add cluster_size field
` [PULL 27/31] parallels: support bitmap extension for read-only mode
` [PULL 28/31] iotests.py: add unarchive_sample_image() helper
` [PULL 29/31] iotests: add parallels-read-bitmap test
` [PULL 30/31] MAINTAINERS: update parallels block driver
` [PULL 31/31] docs: qsd: Explain --export nbd,name=... default

[RESEND][BUG FIX HELP] QEMU main thread endlessly hangs in __ppoll()
 2021-03-05 16:53 UTC  (4+ messages)

[PATCH v2 0/8] simplebench improvements
 2021-03-05 16:54 UTC  (11+ messages)
` [PATCH v2 1/8] simplebench: bench_one(): add slow_limit argument
` [PATCH v2 8/8] simplebench/bench_block_job: drop caches before test run

[PATCH v2 0/9] RAM_NORESERVE, MAP_NORESERVE and hostmem "reserve" property
 2021-03-05 16:24 UTC  (8+ messages)
` [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

[RFC v4 00/33] arm cleanup experiment for kvm-only build
 2021-03-05 16:24 UTC  (37+ 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 0/6] hw/mips/gt64120: Minor fixes
 2021-03-05 16:21 UTC  (7+ messages)
` [PATCH 1/6] hw/mips/gt64xxx: Initialize ISD I/O memory region in DeviceRealize()
` [PATCH 2/6] hw/mips/gt64xxx: Simplify ISD MemoryRegion read/write handlers
` [PATCH 3/6] hw/mips/gt64xxx: Fix typos in qemu_log_mask() formats
` [PATCH 4/6] hw/mips/gt64xxx: Rename trace events related to interrupt registers
` [PATCH 5/6] hw/mips/gt64xxx: Trace accesses to ISD registers
` [PATCH 6/6] hw/mips/gt64xxx: Let the GT64120 manage the lower 512MiB hole

[Qemu-devel] [PATCH] monitor: increase amount of data for monitor to read
 2021-03-05 16:20 UTC  (9+ 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

[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  (3+ messages)
` [PATCH v1 6/9] gitlab: add build-user-hexagon test

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

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

[PATCH v2 0/3] target/arm: Add support for FEAT_SSBS
 2021-03-05 15:23 UTC  (4+ 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  (7+ messages)
` [PATCH v3 2/5] tests/acceptance/boot_linux_console: remove Armbian 19.11.3 bionic test for orangepi-pc machine
` [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)


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