qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-03-05 15:40:49 to 2021-03-05 22:55:27 UTC [more...]

[Bug 1915925] [NEW] ARM semihosting HEAPINFO results wrote to wrong address
 2021-03-05 22:54 UTC  (8+ messages)
` [PATCH v1 3/3] semihosting/arg-compat: fix up handling of SYS_HEAPINFO
      ` [Bug 1915925] "

[PULL 0/8] s390x update
 2021-03-05 22:52 UTC  (10+ 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 v4 2/4] util/qemu-sockets.c: Split host:port parsing out of inet_parse
 2021-03-05 22:21 UTC  (7+ messages)

[PATCH v2 0/9] RAM_NORESERVE, MAP_NORESERVE and hostmem "reserve" property
 2021-03-05 22:14 UTC  (10+ 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
` [PATCH v2 9/9] hostmem: Wire up RAM_NORESERVE via "reserve" property

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

[PATCH v2 0/2] tests/acceptance: Test Aspeed ARM machines
 2021-03-05 20:49 UTC  (7+ messages)
` [PATCH v2 1/2] tests/acceptance: Test ast2400 and ast2500 machines
` [PATCH v2 2/2] tests/acceptance: Test ast2600 machine

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

[Bug 1917940] [NEW] -bios edk2-$arch-code doesn't work for x86
 2021-03-05 19:28 UTC 

[PATCH v1 0/9] testing/next (docs, hexagon, cfi, docker)
 2021-03-05 19:37 UTC  (4+ messages)
` [PATCH v1 6/9] gitlab: add build-user-hexagon test

[PULL 0/4] QAPI patches patches for 2021-03-05
 2021-03-05 19:04 UTC  (2+ messages)

[PATCH] target/hexagon/opcodes: Add missing varargs cleanup
 2021-03-05 19:04 UTC  (2+ messages)

[PATCH 0/4] hw/misc: Add NPCM7XX Tachometer Device
 2021-03-05 19:00 UTC  (6+ messages)
` [PATCH 1/4] hw/misc: Add GPIOs for duty in NPCM7xx PWM
` [PATCH 2/4] hw/misc: Add NPCM7XX MFT Module
` [PATCH 3/4] hw/arm: Connect PWM fans in NPCM7XX boards
` [PATCH 4/4] tests/qtest: Test PWM fan RPM using MFT in PWM test

[PATCH] exec: Poison Hexagon target-specific definitions
 2021-03-05 19:02 UTC  (2+ messages)

[PATCH v2] Hexagon (target/hexagon) Fix shift amount check in fASHIFTL/fLSHIFTR
 2021-03-05 19:01 UTC  (2+ messages)

[RFC] adding a generic QAPI event for failed device hotunplug
 2021-03-05 18:16 UTC 

[PATCH] linux-user: Fix executable page of /proc/self/maps
 2021-03-05 18:50 UTC  (2+ messages)

[PATCH v3 00/15] tests/tcg: Add TriCore tests
 2021-03-05 18:00 UTC  (17+ 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 00/27] tcg patch queue
 2021-03-05 17:58 UTC  (32+ messages)
` [PATCH 04/27] tcg/tci: Use exec/cpu_ldst.h interfaces
` [PATCH 05/27] tcg: Split out tcg_raise_tb_overflow
` [PATCH 06/27] tcg: Manage splitwx in tc_ptr_to_region_tree by hand
` [PATCH 12/27] tcg/tci: Remove tci_read_r8
` [PATCH 13/27] tcg/tci: Remove tci_read_r8s
` [PATCH 14/27] tcg/tci: Remove tci_read_r16
` [PATCH 15/27] tcg/tci: Remove tci_read_r16s
` [PATCH 16/27] tcg/tci: Remove tci_read_r32
` [PATCH 17/27] tcg/tci: Remove tci_read_r32s
` [PATCH 18/27] tcg/tci: Reduce use of tci_read_r64
` [PATCH 19/27] tcg/tci: Merge basic arithmetic operations
` [PATCH 20/27] tcg/tci: Merge extension operations
` [PATCH 21/27] tcg/tci: Merge bswap operations
` [PATCH 22/27] tcg/tci: Merge mov, not and neg operations
` [PATCH 27/27] accel/tcg: Precompute curr_cflags into cpu->tcg_cflags

[PULL 00/49] target-arm queue
 2021-03-05 18:36 UTC  (51+ 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 40/49] hw/arm/mps2-tz: Allow boards to have different PPCInfo data
` [PULL 41/49] hw/arm/mps2-tz: Make RAM arrangement board-specific
` [PULL 42/49] hw/arm/mps2-tz: Set MachineClass default_ram info from RAMInfo data
` [PULL 43/49] hw/arm/mps2-tz: Support ROMs as well as RAMs
` [PULL 44/49] hw/arm/mps2-tz: Get armv7m_load_kernel() size argument from RAMInfo
` [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

RFC: linux-user: preserving argv[0] of the original binary in context of binfmt-misc
 2021-03-05 18:15 UTC  (4+ messages)

[PATCH v3 0/6] qcow2: compressed write cache
 2021-03-05 17:35 UTC  (7+ messages)
` [PATCH v3 1/6] block-jobs: flush target at the end of .run()
` [PATCH v3 2/6] iotests: add qcow2-discard-during-rewrite
` [PATCH v3 3/6] block/qcow2: introduce inflight writes counters: fix discard
` [PATCH v3 4/6] util: implement seqcache
` [PATCH v3 5/6] block-coroutine-wrapper: allow non bdrv_ prefix
` [PATCH v3 6/6] block/qcow2: use seqcache for compressed writes

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

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

[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

[RFC v4 00/33] arm cleanup experiment for kvm-only build
 2021-03-05 16:24 UTC  (6+ messages)
` [RFC v4 30/33] target/arm: remove broad "else" statements when checking accels
` [RFC v4 32/33] XXX disable a bunch of tests that seem to use tcg cpus

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

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

[PATCH v1 0/3] semihosting/next (move from hw, heapinfo)
 2021-03-05 13:54 UTC 


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