qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-09-04 14:36:32 to 2019-09-04 22:12:58 UTC [more...]

[Qemu-devel] [PATCH v5 0/4] virtio/block: handle zoned backing devices
 2019-09-04 21:11 UTC  (3+ messages)
` [Qemu-devel] [Qemu-block] "

[Qemu-devel] [PATCH v6 0/4] virtio/block: handle zoned backing devices
 2019-09-04 21:01 UTC  (5+ messages)
` [Qemu-devel] [PATCH v6 1/4] block: Add zoned device model property
` [Qemu-devel] [PATCH v6 2/4] raw: Recognize zoned backing devices
` [Qemu-devel] [PATCH v6 3/4] block/ide/scsi: Set BLK_PERM_SUPPORT_HM_ZONED
` [Qemu-devel] [PATCH v6 4/4] raw: Don't open ZBDs if backend can't handle them

[Qemu-devel] [PATCH v1 00/42] current testing/next queue (podman, docker, ci)
 2019-09-04 20:30 UTC  (43+ messages)
` [Qemu-devel] [PATCH v1 01/42] hw/misc: Mark most objects as "common" code to speed up compilation a litte bit
` [Qemu-devel] [PATCH v1 02/42] configure: clean-up container cross compile detect
` [Qemu-devel] [PATCH v1 03/42] tests/docker: fix "cc" command to work with podman
` [Qemu-devel] [PATCH v1 04/42] tests/tcg: use EXTRA_CFLAGS everywhere
` [Qemu-devel] [PATCH v1 05/42] tests/tcg: cleanup Makefile inclusions
` [Qemu-devel] [PATCH v1 06/42] tests/tcg: move configuration to a sub-shell script
` [Qemu-devel] [PATCH v1 07/42] tests/tcg: add .gitignore for in source builds
` [Qemu-devel] [PATCH v1 08/42] tests/docker: move DEF_TARGET_LIST setting to common.rc
` [Qemu-devel] [PATCH v1 09/42] tests/docker: set DEF_TARGET_LIST for some containers
` [Qemu-devel] [PATCH v1 10/42] tests/docker: add Buster to DOCKER_PARTIAL_IMAGES
` [Qemu-devel] [PATCH v1 11/42] tests/docker: move our arm64 cross compile to Buster
` [Qemu-devel] [PATCH v1 12/42] tests/docker: move our powerpc "
` [Qemu-devel] [PATCH v1 13/42] tests/docker: move our Alpha "
` [Qemu-devel] [PATCH v1 14/42] tests/docker: move our HPPA "
` [Qemu-devel] [PATCH v1 15/42] tests/docker: move our m68k "
` [Qemu-devel] [PATCH v1 16/42] tests/docker: move our sparc64 "
` [Qemu-devel] [PATCH v1 17/42] tests/docker: move our sh4 "
` [Qemu-devel] [PATCH v1 18/42] tests/docker: move our mips64 "
` [Qemu-devel] [PATCH v1 19/42] tests/docker: move our riscv64 "
` [Qemu-devel] [PATCH v1 20/42] tests/docker: move our ppc64 "
` [Qemu-devel] [PATCH v1 21/42] tests/docker: drop debian-sid image
` [Qemu-devel] [PATCH v1 22/42] tests/docker: drop powerpc-user image for QEMU cross builds
` [Qemu-devel] [PATCH v1 23/42] tests/docker: add debian-xtensa-cross to DEBIAN_PARTIAL_IMAGES
` [Qemu-devel] [PATCH v1 24/42] tests/docker: add debian9-mxe "
` [Qemu-devel] [PATCH v1 25/42] tests/docker: avoid $SHELL invoke bash directly
` [Qemu-devel] [PATCH v1 26/42] tests/docker: add debian-amd64-cross for non-x86 hosts
` [Qemu-devel] [PATCH v1 27/42] tests/docker: use --arch-only for installing deps
` [Qemu-devel] [PATCH v1 28/42] tests/docker: add more images to PARTIAL_IMAGES when not on x86_64
` [Qemu-devel] [PATCH v1 29/42] configure: check if --no-pie is supported first
` [Qemu-devel] [PATCH v1 30/42] .travis.yml: Enable multiple caching features
` [Qemu-devel] [PATCH v1 31/42] .travis.yml: Increase cache timeout from 3min to 20min
` [Qemu-devel] [PATCH v1 32/42] .travis.yml: Cache Python PIP packages
` [Qemu-devel] [PATCH v1 33/42] .travis.yml: Cache Avocado cache
` [Qemu-devel] [PATCH v1 34/42] .travis.yml: Improve ccache use
` [Qemu-devel] [PATCH v1 35/42] .travis.yml: Enable ccache on OSX
` [Qemu-devel] [PATCH v1 36/42] .travis.yml: Document how the build matrix use caches
` [Qemu-devel] [PATCH v1 37/42] .travis.yml: Cache Linux/GCC 'debug profile' jobs together
` [Qemu-devel] [PATCH v1 38/42] .travis.yml: Cache Linux/GCC 'non-debug "
` [Qemu-devel] [PATCH v1 39/42] .travis.yml: Cache Linux/Clang "
` [Qemu-devel] [PATCH v1 40/42] Fedora images: use URLs from stable "archives.fedoraproject.org"
` [Qemu-devel] [PATCH v1 41/42] tests/docker: --disable-libssh on ubuntu1804 builds
` [Qemu-devel] [PATCH v1 42/42] tests/docker: don't always encoding for subprocess.check_output

[Qemu-devel] [PATCH v4 00/69] target/arm: Convert aa32 base isa to decodetree
 2019-09-04 20:58 UTC  (71+ messages)
` [Qemu-devel] [PATCH v4 01/69] target/arm: Use store_reg_from_load in thumb2 code
` [Qemu-devel] [PATCH v4 02/69] target/arm: Add stubs for aa32 decodetree
` [Qemu-devel] [PATCH v4 03/69] target/arm: Convert Data Processing (register)
` [Qemu-devel] [PATCH v4 04/69] target/arm: Convert Data Processing (reg-shifted-reg)
` [Qemu-devel] [PATCH v4 05/69] target/arm: Convert Data Processing (immediate)
` [Qemu-devel] [PATCH v4 06/69] target/arm: Convert multiply and multiply accumulate
` [Qemu-devel] [PATCH v4 07/69] target/arm: Simplify UMAAL
` [Qemu-devel] [PATCH v4 08/69] target/arm: Convert Saturating addition and subtraction
` [Qemu-devel] [PATCH v4 09/69] target/arm: Convert Halfword multiply and multiply accumulate
` [Qemu-devel] [PATCH v4 10/69] target/arm: Simplify op_smlaxxx for SMLAL*
` [Qemu-devel] [PATCH v4 11/69] target/arm: Simplify op_smlawx for SMLAW*
` [Qemu-devel] [PATCH v4 12/69] target/arm: Convert MSR (immediate) and hints
` [Qemu-devel] [PATCH v4 13/69] target/arm: Convert MRS/MSR (banked, register)
` [Qemu-devel] [PATCH v4 14/69] target/arm: Convert Cyclic Redundancy Check
` [Qemu-devel] [PATCH v4 15/69] target/arm: Convert BX, BXJ, BLX (register)
` [Qemu-devel] [PATCH v4 16/69] target/arm: Convert CLZ
` [Qemu-devel] [PATCH v4 17/69] target/arm: Convert ERET
` [Qemu-devel] [PATCH v4 18/69] target/arm: Convert the rest of A32 Miscelaneous instructions
` [Qemu-devel] [PATCH v4 19/69] target/arm: Convert T32 ADDW/SUBW
` [Qemu-devel] [PATCH v4 20/69] target/arm: Convert load/store (register, immediate, literal)
` [Qemu-devel] [PATCH v4 21/69] target/arm: Convert Synchronization primitives
` [Qemu-devel] [PATCH v4 22/69] target/arm: Diagnose UNPREDICTABLE ldrex/strex cases
` [Qemu-devel] [PATCH v4 23/69] target/arm: Convert USAD8, USADA8, SBFX, UBFX, BFC, BFI, UDF
` [Qemu-devel] [PATCH v4 24/69] target/arm: Convert Parallel addition and subtraction
` [Qemu-devel] [PATCH v4 25/69] target/arm: Convert packing, unpacking, saturation, and reversal
` [Qemu-devel] [PATCH v4 26/69] target/arm: Convert Signed multiply, signed and unsigned divide
` [Qemu-devel] [PATCH v4 27/69] target/arm: Convert MOVW, MOVT
` [Qemu-devel] [PATCH v4 28/69] target/arm: Convert LDM, STM
` [Qemu-devel] [PATCH v4 29/69] target/arm: Diagnose writeback register in list for LDM for v7
` [Qemu-devel] [PATCH v4 30/69] target/arm: Diagnose too few registers in list for LDM/STM
` [Qemu-devel] [PATCH v4 31/69] target/arm: Diagnose base == pc "
` [Qemu-devel] [PATCH v4 32/69] target/arm: Convert B, BL, BLX (immediate)
` [Qemu-devel] [PATCH v4 33/69] target/arm: Convert SVC
` [Qemu-devel] [PATCH v4 34/69] target/arm: Convert RFE and SRS
` [Qemu-devel] [PATCH v4 35/69] target/arm: Convert Clear-Exclusive, Barriers
` [Qemu-devel] [PATCH v4 36/69] target/arm: Convert CPS (privileged)
` [Qemu-devel] [PATCH v4 37/69] target/arm: Convert SETEND
` [Qemu-devel] [PATCH v4 38/69] target/arm: Convert PLI, PLD, PLDW
` [Qemu-devel] [PATCH v4 39/69] target/arm: Convert Unallocated memory hint
` [Qemu-devel] [PATCH v4 40/69] target/arm: Convert Table Branch
` [Qemu-devel] [PATCH v4 41/69] target/arm: Convert SG
` [Qemu-devel] [PATCH v4 42/69] target/arm: Convert TT
` [Qemu-devel] [PATCH v4 43/69] target/arm: Simplify disas_thumb2_insn
` [Qemu-devel] [PATCH v4 44/69] target/arm: Simplify disas_arm_insn
` [Qemu-devel] [PATCH v4 45/69] target/arm: Add skeleton for T16 decodetree
` [Qemu-devel] [PATCH v4 46/69] target/arm: Convert T16 data-processing (two low regs)
` [Qemu-devel] [PATCH v4 47/69] target/arm: Convert T16 load/store (register offset)
` [Qemu-devel] [PATCH v4 48/69] target/arm: Convert T16 load/store (immediate offset)
` [Qemu-devel] [PATCH v4 49/69] target/arm: Convert T16 add pc/sp (immediate)
` [Qemu-devel] [PATCH v4 50/69] target/arm: Convert T16 load/store multiple
` [Qemu-devel] [PATCH v4 51/69] target/arm: Convert T16 add/sub (3 low, 2 low and imm)
` [Qemu-devel] [PATCH v4 52/69] target/arm: Convert T16 one low register and immediate
` [Qemu-devel] [PATCH v4 53/69] target/arm: Convert T16 branch and exchange
` [Qemu-devel] [PATCH v4 54/69] target/arm: Convert T16 add, compare, move (two high registers)
` [Qemu-devel] [PATCH v4 55/69] target/arm: Convert T16 adjust sp (immediate)
` [Qemu-devel] [PATCH v4 56/69] target/arm: Convert T16, extract
` [Qemu-devel] [PATCH v4 57/69] target/arm: Convert T16, Change processor state
` [Qemu-devel] [PATCH v4 58/69] target/arm: Convert T16, Reverse bytes
` [Qemu-devel] [PATCH v4 59/69] target/arm: Convert T16, nop hints
` [Qemu-devel] [PATCH v4 60/69] target/arm: Split gen_nop_hint
` [Qemu-devel] [PATCH v4 61/69] target/arm: Convert T16, push and pop
` [Qemu-devel] [PATCH v4 62/69] target/arm: Convert T16, Conditional branches, Supervisor call
` [Qemu-devel] [PATCH v4 63/69] target/arm: Convert T16, Miscellaneous 16-bit instructions
` [Qemu-devel] [PATCH v4 64/69] target/arm: Convert T16, shift immediate
` [Qemu-devel] [PATCH v4 65/69] target/arm: Convert T16, load (literal)
` [Qemu-devel] [PATCH v4 66/69] target/arm: Convert T16, Unconditional branch
` [Qemu-devel] [PATCH v4 67/69] target/arm: Convert T16, long branches
` [Qemu-devel] [PATCH v4 68/69] target/arm: Clean up disas_thumb_insn
` [Qemu-devel] [PATCH v4 69/69] target/arm: Inline gen_bx_im into callers

[Qemu-devel] [RFC PATCH 00/15] aspeed: Add support for the AST2600 SoC
 2019-09-04 20:46 UTC  (16+ messages)
` [Qemu-devel] [RFC PATCH 01/15] hw: aspeed_scu: Add AST2600 support
` [Qemu-devel] [RFC PATCH 02/15] aspeed/timer: Introduce an object class per SoC
` [Qemu-devel] [RFC PATCH 03/15] aspeed/timer: Add support for control register 3
` [Qemu-devel] [RFC PATCH 04/15] aspeed/timer: Add support for AST2600
` [Qemu-devel] [RFC PATCH 05/15] aspeed/timer: Add support for IRQ status register on the AST2600
` [Qemu-devel] [RFC PATCH 06/15] aspeed/sdmc: Introduce an object class per SoC
` [Qemu-devel] [RFC PATCH 07/15] aspeed/sdmc: Add AST2600 support
` [Qemu-devel] [RFC PATCH 08/15] watchdog/aspeed: Introduce an object class per SoC
` [Qemu-devel] [RFC PATCH 09/15] hw: wdt_aspeed: Add AST2600 support
` [Qemu-devel] [RFC PATCH 10/15] aspeed/smc: Add support for the AST2600 SoC
` [Qemu-devel] [RFC PATCH 11/15] hw/gpio: Add in AST2600 specific implementation
` [Qemu-devel] [RFC PATCH 12/15] aspeed: add support for the AST2600 eval board
` [Qemu-devel] [RFC PATCH 13/15] aspeed: Parameterise number of MACs
` [Qemu-devel] [RFC PATCH 14/15] aspeed: add support for the Aspeed MII controller of the AST2600
` [Qemu-devel] [RFC PATCH 15/15] aspeed/soc: Add ASPEED Video stub

[Qemu-devel] [PULL 00/13] target/openrisc updates
 2019-09-04 20:45 UTC  (14+ messages)
` [Qemu-devel] [PULL 01/13] target/openrisc: Add DisasContext parameter to check_r0_write
` [Qemu-devel] [PULL 02/13] target/openrisc: Replace cpu register array with a function
` [Qemu-devel] [PULL 03/13] target/openrisc: Cache R0 in DisasContext
` [Qemu-devel] [PULL 04/13] target/openrisc: Make VR and PPC read-only
` [Qemu-devel] [PULL 05/13] target/openrisc: Move VR, UPR, DMMCFGR, IMMCFGR to cpu init
` [Qemu-devel] [PULL 06/13] target/openrisc: Add VR2 and AVR special processor registers
` [Qemu-devel] [PULL 07/13] target/openrisc: Fix lf.ftoi.s
` [Qemu-devel] [PULL 08/13] target/openrisc: Check CPUCFG_OF32S for float insns
` [Qemu-devel] [PULL 09/13] target/openrisc: Add support for ORFPX64A32
` [Qemu-devel] [PULL 10/13] target/openrisc: Implement unordered fp comparisons
` [Qemu-devel] [PULL 11/13] target/openrisc: Implement move to/from FPCSR
` [Qemu-devel] [PULL 12/13] target/openrisc: Implement l.adrp
` [Qemu-devel] [PULL 13/13] target/openrisc: Update cpu "any" to v1.3

[Qemu-devel] [PATCH] numa: Introduce MachineClass::auto_enable_numa for implicit NUMA node
 2019-09-04 20:43 UTC  (4+ messages)

[Qemu-devel] Cryptic errors from PIP install if missing openssl-devel
 2019-09-04 19:57 UTC  (4+ messages)

[Qemu-devel] [PATCH v7 00/30] riscv: sifive_u: Improve the emulation fidelity of sifive_u machine
 2019-09-04 19:49 UTC  (4+ messages)
` [Qemu-devel] [PATCH v7 26/30] riscv: sifive: Implement a model for SiFive FU540 OTP

[Qemu-devel] [PATCH v2 0/6] Make the core libqtest library independe from global_qtest
 2019-09-04 19:09 UTC  (15+ messages)
` [Qemu-devel] [PATCH v2 1/6] tests/migration: Do not use functions anymore that rely on global_qtest
` [Qemu-devel] [PATCH v2 2/6] tests/libqos/e1000e: Make e1000e libqos functions independent from global_qtest
` [Qemu-devel] [PATCH v2 3/6] tests/libqos: Replace clock_step with qtest_clock_step in virtio code
` [Qemu-devel] [PATCH v2 4/6] tests: Remove unnecessary global_qtest references
` [Qemu-devel] [PATCH v2 5/6] tests/libqtest: Move global_test wrapper function into a separate header
` [Qemu-devel] [PATCH v2 6/6] tests/libqtest: Use libqtest-single.h in tests that require global_qtest

[Qemu-devel] [Qemu-riscv] [PATCH] riscv: sifive_e: Correct various SoC IP block sizes
 2019-09-04 18:34 UTC  (2+ messages)

[Qemu-devel] [PATCH] virtiofsd: add man page
 2019-09-04 18:10 UTC  (3+ messages)

[Qemu-devel] [PATCH v3 00/15] target/arm/kvm: enable SVE in guests
 2019-09-04 17:18 UTC  (5+ messages)
` [Qemu-devel] [PATCH] HACK: Centralize sve property checks

[Qemu-devel] [PULL 0/6] virtio,vhost: fixes, features, cleanups
 2019-09-04 17:16 UTC  (2+ messages)
` [Qemu-devel] [PULL 0/6] virtio, vhost: "

[Qemu-devel] [RFC PATCH 00/14] hw/arm: Add the Raspberry Pi 4B
 2019-09-04 17:13 UTC  (15+ messages)
` [Qemu-devel] [PATCH 01/14] hw/arm/raspi: Use the IEC binary prefix definitions
` [Qemu-devel] [PATCH 02/14] hw/misc/bcm2835_property: Add FIXME comment for uninitialized memory
` [Qemu-devel] [RFC PATCH 03/14] hw/misc/bcm2835_property: Handle the 'domain state' property
` [Qemu-devel] [PATCH 04/14] hw/arm/bcm2835_peripherals: Improve logging
` [Qemu-devel] [PATCH 05/14] hw/arm/bcm2835_peripherals: Name various address spaces
` [Qemu-devel] [PATCH 06/14] hw/arm/bcm2835: Rename some definitions
` [Qemu-devel] [PATCH 07/14] hw/arm/bcm2835: Add various unimplemented peripherals
` [Qemu-devel] [PATCH 08/14] hw/arm/bcm2836: Make the SoC code modular
` [Qemu-devel] [PATCH 09/14] hw/arm/raspi: Make the board "
` [Qemu-devel] [PATCH 10/14] hw/arm/raspi: Define various blocks base addresses
` [Qemu-devel] [PATCH 11/14] hw/arm/bcm2835_peripherals: Map various BCM2838 blocks
` [Qemu-devel] [RFC PATCH 12/14] hw/arm/bcm2836: Add the BCM2838 which uses a GICv2
` [Qemu-devel] [RFC PATCH 13/14] hw/arm/bcm2838: Map the PCIe memory space
` [Qemu-devel] [RFC PATCH 14/14] hw/arm/raspi: Add the Raspberry Pi 4B board

[Qemu-devel] [PATCH v5 00/17] target/arm: Reduce overhead of cpu_get_tb_cpu_state
 2019-09-04 17:26 UTC  (4+ messages)

[Qemu-devel] cross-project patches: Add NBD Fast Zero support
 2019-09-04 17:08 UTC  (4+ messages)
` [Qemu-devel] [PATCH 0/5] Add NBD fast zero support to qemu client and server
  ` [Qemu-devel] [PATCH 1/5] nbd: Improve per-export flag handling in server

[Qemu-devel] [RFC v3 PATCH 00/45] Initial support of multi-process qemu
 2019-09-04 16:29 UTC  (3+ messages)

[Qemu-devel] [PATCH] hw/arm/raspi: avoid reparenting the sd card during qbus tree reset
 2019-09-04 16:22 UTC 

[Qemu-devel] [PATCH 00/36] tcg patch queue
 2019-09-04 16:22 UTC  (2+ messages)

[Qemu-devel] [PATCH v6 00/42] block: Deal with filters
 2019-09-04 16:16 UTC  (3+ messages)
` [Qemu-devel] [PATCH v6 04/42] block: Add child access functions

[Qemu-devel] [PATCH v5 0/3] qcow2: add zstd cluster compression
 2019-09-04 16:07 UTC  (8+ messages)
` [Qemu-devel] [PATCH v5 1/3] qcow2: introduce compression type feature
` [Qemu-devel] [PATCH v5 2/3] qcow2: rework the cluster compression routine
` [Qemu-devel] [PATCH v5 3/3] qcow2: add zstd cluster compression

[Qemu-devel] [PATCH 0/4] virtiofsd: implement vhost-user.rst "Backend program conventions"
 2019-09-04 15:51 UTC  (4+ messages)
` [Qemu-devel] [PATCH 2/4] virtiofsd: add --print-capabilities option

[Qemu-devel] [PULL 0/5] Fail patches
 2019-09-04 15:29 UTC  (2+ messages)

[Qemu-devel] [PULL v2 00/13] Machine + x86 queue, 2019-09-03
 2019-09-04 14:38 UTC  (2+ messages)

[Qemu-devel] [PATCH v2 0/3] Raspberry Pi 3 support
 2019-09-04 14:35 UTC  (4+ messages)
` [Qemu-devel] [PATCH v2 2/3] raspi: "


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