qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-10-12 15:26:41 to 2018-10-13 20:01:01 UTC [more...]

[Qemu-devel] [PATCH 00/28] target/riscv: Convert to decodetree
 2018-10-13 20:00 UTC  (56+ messages)
` [Qemu-devel] [PATCH 01/28] targer/riscv: Activate decodetree and implemnt LUI & AUIPC
` [Qemu-devel] [PATCH 02/28] target/riscv: Convert RVXI branch insns to decodetree
` [Qemu-devel] [PATCH 03/28] target/riscv: Convert RVXI load/store "
` [Qemu-devel] [PATCH 04/28] target/riscv: Convert RVXI arithmetic "
` [Qemu-devel] [PATCH 05/28] target/riscv: Convert RVXI fence "
` [Qemu-devel] [PATCH 06/28] target/riscv: Convert RVXI csr "
` [Qemu-devel] [PATCH 07/28] target/riscv: Convert RVXM "
` [Qemu-devel] [PATCH 08/28] target/riscv: Convert RV32A "
` [Qemu-devel] [PATCH 09/28] target/riscv: Convert RV64A "
` [Qemu-devel] [PATCH 10/28] target/riscv: Convert RV32F "
` [Qemu-devel] [PATCH 11/28] target/riscv: Convert RV64F "
` [Qemu-devel] [PATCH 12/28] target/riscv: Convert RV32D "
` [Qemu-devel] [PATCH 13/28] target/riscv: Convert RV64D "
` [Qemu-devel] [PATCH 14/28] target/riscv: Convert RV priv "
` [Qemu-devel] [PATCH 15/28] target/riscv: Convert quadrant 0 of RVXC "
` [Qemu-devel] [PATCH 16/28] target/riscv: Convert quadrant 1 "
` [Qemu-devel] [PATCH 17/28] target/riscv: Convert quadrant 2 "
` [Qemu-devel] [PATCH 18/28] target/riscv: Remove gen_jalr()
` [Qemu-devel] [PATCH 19/28] target/riscv: Replace gen_branch() with trans_branch()
` [Qemu-devel] [PATCH 20/28] target/riscv: Replace gen_load() with trans_load()
` [Qemu-devel] [PATCH 21/28] target/riscv: Replace gen_store() with trans_store()
` [Qemu-devel] [PATCH 22/28] target/riscv: Move gen_arith_imm() decoding into trans_* functions
` [Qemu-devel] [PATCH 23/28] target/riscv: make ADD/SUB/OR/XOR/AND insn use arg lists
` [Qemu-devel] [PATCH 24/28] target/riscv: Remove shift and slt insn manual decoding
` [Qemu-devel] [PATCH 25/28] target/riscv: Remove manual decoding of RV32/64M insn
` [Qemu-devel] [PATCH 26/28] target/riscv: Remove gen_system()
` [Qemu-devel] [PATCH 27/28] target/riscv: Remove decode_RV32_64G()
` [Qemu-devel] [PATCH 28/28] target/riscv: Replace gen_exception_illegal with return false

[Qemu-devel] [PATCH] linux-user: Fix crashes in ioctl(SIOCGIFCONF) when ifc_buf is NULL
 2018-10-13 18:34 UTC  (4+ messages)

[Qemu-devel] [PATCH v5 00/10] linux-user: strace improvements
 2018-10-13 18:27 UTC  (2+ messages)
  ` [Qemu-devel] [PATCH v5 09/10] linux-user/strace: Improve bind() output

[Qemu-devel] [PATCH] oslib-posix: Use MAP_STACK in qemu_alloc_stack() on OpenBSD
 2018-10-13 18:23 UTC  (11+ messages)

[Qemu-devel] [RFC] Require Python 3 for building QEMU
 2018-10-13 18:20 UTC  (3+ messages)

[Qemu-devel] Assertion error when installing OpenBSD 6.3 in Linux 4.8.12
 2018-10-13 16:50 UTC 

[Qemu-devel] [PATCH 00/31] Replace some unwise uses of error_report() & friends
 2018-10-13 16:33 UTC  (4+ messages)
` [Qemu-devel] [PATCH 14/31] numa: Fix QMP command set-numa-node error handling

[Qemu-devel] [PATCH v2 0/2] kvm "fake DAX" device
 2018-10-13 16:29 UTC  (8+ messages)
` [Qemu-devel] [PATCH v2 1/2] libnvdimm: nd_region flush callback support
` [Qemu-devel] [PATCH v2 2/2] virtio-pmem: Add virtio pmem driver

[Qemu-devel] [PATCH v3 0/6] Avocado: more multi-arch tests
 2018-10-13 15:56 UTC  (8+ messages)
` [Qemu-devel] [PATCH v3 1/6] tests/acceptance: Rename the generic BootLinuxConsole test as test_x86_64_pc
` [Qemu-devel] [RFC PATCH v3 2/6] tests/acceptance: Add a kludge to not use the default console
` [Qemu-devel] [PATCH v3 3/6] tests/acceptance: Add test_mips_4kc_malta in BootLinuxConsole
` [Qemu-devel] [PATCH v3 4/6] tests/acceptance: Add test_mipsel_5kc_malta "
` [Qemu-devel] [PATCH v3 5/6] tests/acceptance: Add test_sh4_r2d "
` [Qemu-devel] [RFC PATCH v3 6/6] tests/acceptance: Add test_sh4_r2d in BootLinuxTracing

[Qemu-devel] [PATCH v4 0/3] block nodes graph visualization
 2018-10-13 13:55 UTC  (3+ messages)
` [Qemu-devel] [PATCH v4 1/3] qapi: add x-debug-query-block-graph

[Qemu-devel] [PATCH 0/7] qcow2 check improvements
 2018-10-13 12:58 UTC  (13+ messages)
` [Qemu-devel] [PATCH v2 7/7] block/qcow2-refcount: fix out-of-file L2 entries to be read-as-zero

[Qemu-devel] [PATCH v7 0/7] target/mips: Limited support for the R5900
 2018-10-13 11:11 UTC  (8+ messages)
` [Qemu-devel] [PATCH v7 1/7] target/mips: Define R5900 instructions and CPU preprocessor constants
` [Qemu-devel] [PATCH v7 2/7] target/mips: Support R5900 specific three-operand MULT and MULTU
` [Qemu-devel] [PATCH v7 3/7] target/mips: Support R5900 instructions MOVN, MOVZ and PREF from MIPS IV
` [Qemu-devel] [PATCH v7 4/7] target/mips: R5900 DMULT[U], DDIV[U], LL[D] and SC[D] are user only
` [Qemu-devel] [PATCH v7 5/7] target/mips: Define the R5900 CPU
` [Qemu-devel] [PATCH v7 6/7] linux-user/mips: Recognise the R5900 CPU model
` [Qemu-devel] [PATCH v7 7/7] elf: Toshiba/Sony rather than MIPS are the implementors of the R5900

[Qemu-devel] [PATCH v2 0/7] Acceptance Tests: basic architecture support
 2018-10-13 11:08 UTC  (3+ messages)
` [Qemu-devel] [PATCH v2 7/7] Acceptance Tests: change the handling of tests for specific archs

[Qemu-devel] [PATCH 0/2] scsi-disk: fix bugs in rerror/werror
 2018-10-13  9:53 UTC  (3+ messages)
` [Qemu-devel] [PATCH 1/2] scsi-disk: fix double completion of failing passthrough requests
` [Qemu-devel] [PATCH 2/2] scsi-disk: fix rerror/werror=ignore

[Qemu-devel] [PATCH] block: change some function return type to bool
 2018-10-13  8:52 UTC 

[Qemu-devel] [PATCH] hw: scsi-disk: make it more QOMconventional
 2018-10-13  8:39 UTC 

[Qemu-devel] [PATCH] hw: edu: drop DO_UPCAST
 2018-10-13  8:09 UTC  (2+ messages)

[Qemu-devel] [RFC 0/5] Improve balloon handling of pagesizes other than 4kiB
 2018-10-13  6:41 UTC  (20+ messages)
` [Qemu-devel] [RFC 1/5] virtio-balloon: Remove unnecessary MADV_WILLNEED on deflate
` [Qemu-devel] [RFC 2/5] virtio-balloon: Corrections to address verification
` [Qemu-devel] [RFC 3/5] virtio-balloon: Rework ballon_page() interface
` [Qemu-devel] [RFC 5/5] virtio-balloon: Safely handle BALLOON_PAGE_SIZE < host page size

[Qemu-devel] [PATCH] hw: ne2000: make it more QOMconventional
 2018-10-13  6:31 UTC 

[Qemu-devel] [PATCH] hw: AC97: make it more QOMconventional
 2018-10-13  6:08 UTC 

[Qemu-devel] [PATCH 1/1] i386: Add new model of Cascadelake-Server
 2018-10-13  4:38 UTC 

[Qemu-devel] [PATCH v4 0/3] Bootstrap Python venv and acceptance/functional tests
 2018-10-13  3:37 UTC  (9+ messages)
` [Qemu-devel] [PATCH v4 1/3] Bootstrap Python venv for tests
` [Qemu-devel] [PATCH v4 2/3] Acceptance tests: add make rule for running them
` [Qemu-devel] [PATCH v4 3/3] Travis support for the acceptance tests

[Qemu-devel] [PATCH] virtio: Provide version-specific variants of virtio PCI devices
 2018-10-13  2:54 UTC 

[Qemu-devel] [PATCH v3 0/8] tests/vm: Improvements when KVM is not available
 2018-10-13  0:40 UTC  (9+ messages)
` [Qemu-devel] [PATCH v3 1/8] tests/vm: Extract the kvm_available() handy function
` [Qemu-devel] [PATCH v3 2/8] tests/vm: Do not abuse parallelism when KVM is not available
` [Qemu-devel] [PATCH v3 3/8] tests/vm: Do not use the -smp option with a single cpu
` [Qemu-devel] [PATCH v3 4/8] tests/vm: Display remaining seconds to wait for a VM to start
` [Qemu-devel] [PATCH v3 5/8] tests/vm: Add a BaseVM::arch property
` [Qemu-devel] [PATCH v3 6/8] tests/vm: Let kvm_available() work in cross environments
` [Qemu-devel] [PATCH v3 7/8] tests/vm: Do not use -enable-kvm if HOST != TARGET architecture
` [Qemu-devel] [PATCH v3 8/8] tests/vm: Do not abuse parallelism when "

[Qemu-devel] [PATCH] tests/vm: Use subprocess.Popen() with to uncompress XZ files
 2018-10-13  0:30 UTC 

[Qemu-devel] [RFC PATCH v1 0/8] multi-process QEMU
 2018-10-12 23:48 UTC  (9+ messages)
` [Qemu-devel] [RFC PATCH v1 1/8] multi-process QEMU: build system for remote device process
` [Qemu-devel] [RFC PATCH v1 2/8] multi-process QEMU: define proxy-link object
` [Qemu-devel] [RFC PATCH v1 3/8] multi-process QEMU: setup PCI host bridge for remote device
` [Qemu-devel] [RFC PATCH v1 4/8] multi-process QEMU: setup a machine for remote device process
` [Qemu-devel] [RFC PATCH v1 5/8] multi-process QEMU: setup memory manager for remote device
` [Qemu-devel] [RFC PATCH v1 6/8] multi-process QEMU: remote process initialization
` [Qemu-devel] [RFC PATCH v1 7/8] multi-process QEMU: introduce proxy object
` [Qemu-devel] [RFC PATCH v1 8/8] multi-process QEMU: synchronize RAM between QEMU & remote device

[Qemu-devel] [PATCH v3 0/3] Linux usermode emulation user mode USB driver support
 2018-10-12 19:07 UTC  (3+ messages)
` [Qemu-devel] [PATCH v3 2/3] linux-user: Define ordinary usbfs ioctls

[Qemu-devel] [PATCH v4 0/3] Dynamic TLB sizing
 2018-10-12 19:04 UTC  (4+ messages)
` [Qemu-devel] [PATCH v4 1/3] cputlb: do not evict empty entries to the vtlb
` [Qemu-devel] [PATCH v4 2/3] tcg: introduce dynamic TLB sizing
` [Qemu-devel] [PATCH v4 3/3] tcg/i386: enable "

[Qemu-devel] [PATCH v5 00/28] Misc MIPS fixes and improvements for October 2018
 2018-10-12 18:41 UTC  (35+ messages)
` [Qemu-devel] [PATCH v5 01/28] elf: Fix PT_MIPS_XXX constants
` [Qemu-devel] [PATCH v5 02/28] elf: Add MIPS_ABI_FP_XXX constants
` [Qemu-devel] [PATCH v5 03/28] elf: Add Mips_elf_abiflags_v0 structure
` [Qemu-devel] [PATCH v5 04/28] linux-user: Add MIPS-specific prctl() options
` [Qemu-devel] [PATCH v5 05/28] linux-user: Add infrastructure for handling MIPS-specific prctl()
` [Qemu-devel] [PATCH v5 06/28] linux-user: Add fields that correspond to kernel arch_elf_state
` [Qemu-devel] [PATCH v5 07/28] linux-user: Add the field for kernel thread info flags
` [Qemu-devel] [PATCH v5 08/28] target/mips: Add CPO PWBase register
` [Qemu-devel] [PATCH v5 09/28] target/mips: Add CPO PWField register
` [Qemu-devel] [PATCH v5 10/28] target/mips: Add CPO PWSize register
` [Qemu-devel] [PATCH v5 11/28] target/mips: Add CPO PWCtl register
` [Qemu-devel] [PATCH v5 12/28] target/mips: Add reset state for PWSize and PWField registers
` [Qemu-devel] [PATCH v5 13/28] target/mips: Implement hardware page table walker
` [Qemu-devel] [PATCH v5 14/28] target/mips: Extend WatchHi registers
` [Qemu-devel] [PATCH v5 15/28] target/mips: Add CPO MemoryMapID register
` [Qemu-devel] [PATCH v5 16/28] target/mips: Add CP0 SAARI and SAAR registers
` [Qemu-devel] [PATCH v5 17/28] target/mips: Add bit definitions for DSP R3 ASE
` [Qemu-devel] [PATCH v5 18/28] target/mips: Add availability control "
` [Qemu-devel] [PATCH v5 19/28] target/mips: Improve DSP R2/R3-related naming
` [Qemu-devel] [PATCH v5 20/28] target/mips: Fix emulation of microMIPS R6 <SELEQZ|SELNEZ>.<D|S>
` [Qemu-devel] [PATCH v5 21/28] target/mips: Add opcodes for nanoMIPS EVA instructions
` [Qemu-devel] [PATCH v5 22/28] target/mips: Add CP0 Config2 to DisasContext
` [Qemu-devel] [PATCH v5 23/28] target/mips: Implement emulation of nanoMIPS EVA instructions
` [Qemu-devel] [PATCH v5 24/28] hw/mips: Update ITU to utilise SAARI/SAAR registers
` [Qemu-devel] [PATCH v5 25/28] hw/mips: Add Data Scratch Pad RAM
` [Qemu-devel] [PATCH v5 26/28] target/mips: Add DEC feature to mips32r6-generic CPU
` [Qemu-devel] [PATCH v5 27/28] target/mips: Add MSA ASE to MIPS64R2-generic CPU
` [Qemu-devel] [PATCH v5 28/28] target/mips: Add I6500 core configuration

[Qemu-devel] [PATCH v2 0/3] use object link instead of qdev property
 2018-10-12 18:40 UTC  (6+ messages)
` [Qemu-devel] [PATCH v2 2/3] audio: use object link instead of qdev property to pass wm8750 reference
    ` [Qemu-devel] [PATCH v2 2/3] audio: use object link instead ofqdev "

[Qemu-devel] [PATCH v2] linux-user: Suppress address-of-packed-member warnings in __get/put_user_e
 2018-10-12 18:33 UTC  (2+ messages)

[Qemu-devel] [PATCH] linux-user/sparc/signal.c: Remove unnecessary comment
 2018-10-12 18:34 UTC  (2+ messages)

[Qemu-devel] [PATCH] Makefile: Install new vgabios binaries
 2018-10-12 18:24 UTC  (2+ messages)

[Qemu-devel] [PATCH v2 00/12] arm: Add first models of Xilinx Versal SoC
 2018-10-12 17:52 UTC  (3+ messages)
` [Qemu-devel] [PATCH v2 06/12] net: cadence_gem: Add support for selecting the DMA MemoryRegion

[Qemu-devel] [PATCH v2 0/8] block: Add auto-read-only option
 2018-10-12 17:32 UTC  (15+ messages)
` [Qemu-devel] [PATCH v2 1/8] block: Update flags in bdrv_set_read_only()
` [Qemu-devel] [PATCH v2 2/8] block: Add auto-read-only option
` [Qemu-devel] [PATCH v2 3/8] block: Require auto-read-only for existing fallbacks
` [Qemu-devel] [PATCH v2 5/8] file-posix: Support auto-read-only option
` [Qemu-devel] [PATCH v2 6/8] curl: "
` [Qemu-devel] [PATCH v2 7/8] gluster: "
` [Qemu-devel] [PATCH v2 8/8] iscsi: "

[Qemu-devel] [PULL 0/3] Ui 20181012 patches
 2018-10-12 16:23 UTC  (2+ messages)

[Qemu-devel] [PATCH v5 0/5] Connect a PCIe host and graphics support to RISC-V
 2018-10-12 16:12 UTC  (7+ messages)

[Qemu-devel] [PULL 0/5] Vga 20181012 patches
 2018-10-12 15:45 UTC  (2+ messages)

[Qemu-devel] [PATCH v5 0/9] Clock framework API
 2018-10-12 15:26 UTC  (2+ 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).