messages from 2021-03-05 10:24:19 to 2021-03-05 17:36:45 UTC [more...]
[PULL 00/49] target-arm queue
2021-03-05 17:14 UTC (3+ messages)
` [PULL 04/49] target/arm: Enable FEAT_SSBS for "max" AARCH64 CPU
` [PULL 07/49] hw/arm: Add npcm7xx emc model
[PATCH v3 00/15] tests/tcg: Add TriCore tests
2021-03-05 17:00 UTC (8+ messages)
` [PATCH v3 01/15] tests/tcg: Add docker_as and docker_ld cmds
` [PATCH v3 05/15] configure: Emit HOST_CC to config-host.mak
` [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 11/15] tests/tcg/tricore: Add fmul test
` [PATCH v3 14/15] tests/tcg/tricore: Add msub test
[PULL 00/31] Block layer patches
2021-03-05 16:54 UTC (30+ 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 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 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
[PATCH v3 00/70] TCI fixes and cleanups
2021-03-05 16:55 UTC (12+ 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 v3 04/70] tcg/tci: Merge identical cases in generation
` [PATCH v3 05/70] tcg/tci: Remove tci_read_r8
[RESEND][BUG FIX HELP] QEMU main thread endlessly hangs in __ppoll()
2021-03-05 16:53 UTC (4+ messages)
[PATCH] meson: Stop if cfi is enabled with system slirp
2021-03-05 16:53 UTC (5+ 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 (6+ messages)
` [PATCH v1 1/9] docs/devel: re-organise the developers guide into sections
` [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)
[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)
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).