qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-06-14 17:35:15 to 2019-06-16 18:50:15 UTC [more...]

[Qemu-devel] [PATCH v20 00/24] Add RX archtecture support
 2019-06-16 18:33 UTC  (34+ messages)
` [Qemu-devel] [PATCH v20 01/24] target/rx: TCG translation
` [Qemu-devel] [PATCH v20 02/24] target/rx: TCG helper
` [Qemu-devel] [PATCH v20 03/24] target/rx: CPU definition
` [Qemu-devel] [PATCH v20 04/24] target/rx: Follow the change of tcg
` [Qemu-devel] [PATCH v20 05/24] target/rx: simplify rx_cpu_class_by_name
` [Qemu-devel] [PATCH v20 06/24] target/rx: RX disassembler
` [Qemu-devel] [PATCH v20 07/24] target/rx: Disassemble rx_index_addr into a string
` [Qemu-devel] [PATCH v20 08/24] target/rx: Replace operand with prt_ldmi in disassembler
` [Qemu-devel] [PATCH v20 09/24] target/rx: Use prt_ldmi for XCHG_mr disassembly
` [Qemu-devel] [PATCH v20 10/24] target/rx: Emit all disassembly in one prt()
` [Qemu-devel] [PATCH v20 11/24] target/rx: Collect all bytes during disassembly
` [Qemu-devel] [PATCH v20 12/24] target/rx: Dump bytes for each insn "
` [Qemu-devel] [PATCH v20 13/24] hw/intc: RX62N interrupt controller (ICUa)
` [Qemu-devel] [PATCH v20 14/24] hw/timer: RX62N internal timer modules
` [Qemu-devel] [PATCH v20 15/24] hw/char: RX62N serial communication interface (SCI)
` [Qemu-devel] [PATCH v20 16/24] hw/rx: RX Target hardware definition
` [Qemu-devel] [PATCH v20 17/24] target/rx: Move rx_load_image to rx-virt
` [Qemu-devel] [PATCH v20 18/24] hw/rx: Honor -accel qtest
` [Qemu-devel] [PATCH v20 19/24] hw/rx: Restrict the RX62N microcontroller to the RX62N CPU core
` [Qemu-devel] [PATCH v20 20/24] qemu/bitops.h: Add extract8 and extract16
` [Qemu-devel] [PATCH v20 21/24] hw/registerfields.h: Add 8bit and 16bit register macros
` [Qemu-devel] [PATCH v20 22/24] Add rx-softmmu
` [Qemu-devel] [PATCH v20 23/24] MAINTAINERS: Add RX
` [Qemu-devel] [PATCH v20 24/24] BootLinuxConsoleTest: Test the RX-Virt machine

[Qemu-devel] [Bug 1832916] [NEW] linux-user does not check PROT_EXEC
 2019-06-16 17:53 UTC  (2+ messages)
` [Qemu-devel] [Bug 1832916] "

[Qemu-devel] [PATCH v3 0/5] virtio: fix some issues of "started" and "start_on_kick" flag
 2019-06-16 17:27 UTC  (3+ messages)
` [Qemu-devel] [PATCH v3 2/5] virtio: Set "start_on_kick" for legacy devices

[Qemu-devel] [PATCH] spapr/xive: Add proper rollback to kvmppc_xive_connect()
 2019-06-16 17:22 UTC 

[Qemu-devel] [PATCH v3 0/2] x86: Enable user wait instructions
 2019-06-16 15:35 UTC  (3+ messages)
` [Qemu-devel] [PATCH v3 1/2] x86/cpu: Add support for UMONITOR/UMWAIT/TPAUSE
` [Qemu-devel] [PATCH v3 2/2] target/i386: Add support for save/load IA32_UMWAIT_CONTROL MSR

[Qemu-devel] [RFC PATCH 0/2] target: Build with CONFIG_SEMIHOSTING disabled
 2019-06-16 15:29 UTC  (7+ messages)

[Qemu-devel] [PATCH 6/6] Added MSP detection support for stack pointer swap helpers
 2019-06-16 14:23 UTC 

[Qemu-devel] [PATCH 4/6] Add missing BUSCR/PCR CR defines, and BUSCR/PCR/CAAR CR to m68k_move_to/from
 2019-06-16 14:23 UTC 

[Qemu-devel] [PATCH 3/6] Improved comments on m68k_move_to/from helpers
 2019-06-16 14:22 UTC 

[Qemu-devel] [PATCH 5/6] MOVEC insn. doesnt generate exception if wrong CR is accessed
 2019-06-16 14:23 UTC 

[Qemu-devel] [PATCH 1/6] m68k cpu instantiation comments improvements
 2019-06-16 14:22 UTC 

[Qemu-devel] [PATCH 2/6] Cascade m68k_features by m680xx_cpu_initfn() to improve readability
 2019-06-16 14:22 UTC 

[Qemu-devel] [PATCH 0/6] target/m68k: Overhaul of MOVEC instruction to support exception/MSP
 2019-06-16 14:22 UTC 

[Qemu-devel] Mapping of the guests user and kernel pages to host memory
 2019-06-16 13:48 UTC 

[Qemu-devel] [PATCH v3 00/15] target/ppc: remove getVSR()/putVSR() and further tidy-up
 2019-06-16 13:18 UTC  (17+ messages)
` [Qemu-devel] [PATCH v3 01/15] target/ppc: remove getVSR()/putVSR() from fpu_helper.c
` [Qemu-devel] [PATCH v3 02/15] target/ppc: remove getVSR()/putVSR() from mem_helper.c
` [Qemu-devel] [PATCH v3 03/15] target/ppc: remove getVSR()/putVSR() from int_helper.c
` [Qemu-devel] [PATCH v3 04/15] target/ppc: introduce separate VSX_CMP macro for xvcmp* instructions
` [Qemu-devel] [PATCH v3 05/15] target/ppc: introduce GEN_VSX_HELPER_X3 macro to fpu_helper.c
` [Qemu-devel] [PATCH v3 06/15] target/ppc: introduce separate generator and helper for xscvqpdp
` [Qemu-devel] [PATCH v3 07/15] target/ppc: introduce GEN_VSX_HELPER_X2 macro to fpu_helper.c
` [Qemu-devel] [PATCH v3 08/15] target/ppc: introduce GEN_VSX_HELPER_X2_AB "
` [Qemu-devel] [PATCH v3 09/15] target/ppc: introduce GEN_VSX_HELPER_X1 "
` [Qemu-devel] [PATCH v3 10/15] target/ppc: introduce GEN_VSX_HELPER_R3 "
` [Qemu-devel] [PATCH v3 11/15] target/ppc: introduce GEN_VSX_HELPER_R2 "
` [Qemu-devel] [PATCH v3 12/15] target/ppc: introduce GEN_VSX_HELPER_R2_AB "
` [Qemu-devel] [PATCH v3 13/15] target/ppc: decode target register in VSX_VECTOR_LOAD_STORE_LENGTH at translation time
` [Qemu-devel] [PATCH v3 14/15] target/ppc: decode target register in VSX_EXTRACT_INSERT "
` [Qemu-devel] [PATCH v3 15/15] target/ppc: improve VSX_FMADD with new GEN_VSX_HELPER_VSX_MADD macro

[Qemu-devel] [PATCH preliminary 0/7] target-i386/kvm: live migration support for nested VMX
 2019-06-16 12:38 UTC  (13+ messages)
` [Qemu-devel] [PATCH 1/7] KVM: i386: Use symbolic constant for #DB/#BP exception constants
` [Qemu-devel] [PATCH 2/7] KVM: i386: Re-inject #DB to guest with updated DR6
` [Qemu-devel] [PATCH 3/7] KVM: i386: Add support for KVM_CAP_EXCEPTION_PAYLOAD
` [Qemu-devel] [PATCH 4/7] linux-headers: import improved definition of KVM_GET/SET_NESTED_STATE structs
` [Qemu-devel] [PATCH 5/7] vmstate: Add support for kernel integer types
` [Qemu-devel] [PATCH 6/7] KVM: i386: Add support for save and restore nested state
` [Qemu-devel] [PATCH 7/7] Revert "target/i386: kvm: add VMX migration blocker"

[Qemu-devel] [PATCH V1] Introducing virtio-example
 2019-06-16 12:04 UTC  (3+ messages)

[Qemu-devel] [PATCH v7 0/2] Add Arm SBSA Reference Machine
 2019-06-16 11:41 UTC  (4+ messages)
` [Qemu-devel] [PATCH v7 2/2] hw/arm: Add arm SBSA reference machine, devices part

[Qemu-devel] [PATCH] RISC-V: Fix a memory leak when realizing a sifive_e
 2019-06-16  8:15 UTC  (2+ messages)

[Qemu-devel] [PATCH v2 00/15] target/ppc: remove getVSR()/putVSR() and further tidy-up
 2019-06-16  8:01 UTC  (9+ messages)
` [Qemu-devel] [PATCH v2 01/15] target/ppc: remove getVSR()/putVSR() from fpu_helper.c
` [Qemu-devel] [PATCH v2 02/15] target/ppc: remove getVSR()/putVSR() from mem_helper.c

[Qemu-devel] [Bug 1574572] [NEW] config 20 sriov direct bond ports,vm create failed
 2019-06-16  4:17 UTC  (2+ messages)
` [Qemu-devel] [Bug 1574572] "

[Qemu-devel] [Bug 1529226] [NEW] qemu-i386-user on 32-bit Linux: uncaught target signal 11
 2019-06-16  4:17 UTC  (2+ messages)
` [Qemu-devel] [Bug 1529226] "

[Qemu-devel] [PATCH v3 00/15] monitor: Split monitor.c in core/HMP/QMP/misc
 2019-06-15 20:31 UTC  (4+ messages)

[Qemu-devel] [PATCH] i386: Fix signedness of hyperv_spinlock_attempts
 2019-06-15 20:05 UTC 

[Qemu-devel] [PATCH] block/replication.c: Fix crash issue after failover
 2019-06-15 19:05 UTC  (3+ messages)

[Qemu-devel] [PATCH] nvme: do not advertise support for unsupported arbitration mechanism
 2019-06-15 18:08 UTC  (3+ messages)
  ` [Qemu-devel] [Qemu-block] "

[Qemu-devel] [PATCH v2 00/23] Support disabling TCG on ARM
 2019-06-15 15:43 UTC  (24+ messages)
` [Qemu-devel] [PATCH v2 01/23] target/arm: Makefile cleanup (Aarch64)
` [Qemu-devel] [PATCH v2 02/23] target/arm: Makefile cleanup (ARM)
` [Qemu-devel] [PATCH v2 03/23] target/arm: Makefile cleanup (KVM)
` [Qemu-devel] [PATCH v2 04/23] target/arm: Makefile cleanup (softmmu)
` [Qemu-devel] [PATCH v2 05/23] target/arm: Add copyright boilerplate
` [Qemu-devel] [PATCH v2 06/23] target/arm: Fix multiline comment syntax
` [Qemu-devel] [PATCH v2 07/23] target/arm: Declare some function publicly
` [Qemu-devel] [PATCH v2 08/23] target/arm: Move all v7m insn helpers into their own file
` [Qemu-devel] [PATCH v2 09/23] target/arm: Move code around
` [Qemu-devel] [PATCH v2 10/23] target/arm: Move the v7-M Security State helpers to v7m_helper
` [Qemu-devel] [PATCH v2 11/23] target/arm: Declare v7m_cpacr_pass() publicly
` [Qemu-devel] [PATCH v2 12/23] target/arm: Move v7m exception handling routines to v7m_helper
` [Qemu-devel] [PATCH v2 13/23] target/arm: Make the v7-M Security State routines
` [Qemu-devel] [PATCH v2 14/23] target/arm: Move the DC ZVA helper into op_helper
` [Qemu-devel] [PATCH v2 15/23] target/arm: Make ARM TLB filling routine static
` [Qemu-devel] [PATCH v2 16/23] target/arm: Make arm_deliver_fault() static
` [Qemu-devel] [PATCH v2 17/23] target/arm: Fix coding style issues
` [Qemu-devel] [PATCH v2 18/23] target/arm: Move CPU state dumping routines to helper.c
` [Qemu-devel] [PATCH v2 19/23] target/arm: Move watchpoints APIs "
` [Qemu-devel] [PATCH v2 20/23] target/arm: Define TCG dependent functions when TCG is enabled
` [Qemu-devel] [PATCH v2 21/23] target/arm: Do not build TCG objects when TCG is off
` [Qemu-devel] [RFC PATCH v2 22/23] target/arm: Restrict semi-hosting to TCG
` [Qemu-devel] [NOTFORMERGE PATCH v2 23/23] Missing symbols when building with --disable-tcg

[Qemu-devel] [PATCH] fix microphone lag with PA
 2019-06-15 15:38 UTC 

[Qemu-devel] [PATCH] target/ppc: fix compile error in kvmppc_define_rtas_kernel_token()
 2019-06-15  8:12 UTC 

[Qemu-devel] [PATCH v3] net: cadence_gem: fix compilation error when debug is on
 2019-06-15  6:16 UTC  (3+ messages)

[Qemu-devel] [PATCH] MAINTAINERS: Change maintership of Xen code under hw/9pfs
 2019-06-15  5:43 UTC  (9+ messages)

[Qemu-devel] [PATCH v2] net: cadence_gem: fix compilation error when debug is on
 2019-06-15  5:10 UTC  (5+ messages)

[Qemu-devel] [PATCH] net: cadence_gem: clear RX control descriptor
 2019-06-15  5:17 UTC 

[Qemu-devel] [Bug 1722074] [NEW] warning: host doesn't support requested feature: CPUID.01H:ECX.vmx
 2019-06-15  4:17 UTC  (2+ messages)
` [Qemu-devel] [Bug 1722074] "

[Qemu-devel] [Bug 1832914] [NEW] Wrong error log when drive is specified qcow but qcow2 image file used
 2019-06-14 21:28 UTC 

[Qemu-devel] [PATCH] hw: Nuke hw_compat_4_0_1 and pc_compat_4_0_1
 2019-06-14 23:22 UTC  (2+ messages)

[Qemu-devel] [PATCH 0/2] target/arm: Support single-precision only FPUs
 2019-06-14 21:45 UTC  (5+ messages)
` [Qemu-devel] [PATCH 2/2] target/arm: Only implement doubles if the FPU supports them

[Qemu-devel] [Bug 1831477] [NEW] update edk2 submodule & binaries to edk2-stable201905
 2019-06-14 20:24 UTC  (2+ messages)
` [Qemu-devel] [Bug 1831477] "

[Qemu-devel] [PATCH v5 00/42] block: Deal with filters
 2019-06-14 20:28 UTC  (5+ messages)
` [Qemu-devel] [PATCH v5 21/42] block: Use CAFs for debug breakpoints

[Qemu-devel] [PULL 0/6] update edk2 submodule & binaries to edk2-stable201905
 2019-06-14 20:23 UTC  (7+ messages)
` [Qemu-devel] [PULL 1/6] roms/Makefile.edk2: define edk2-stable201905 network feature test macros
` [Qemu-devel] [PULL 2/6] roms/edk2: update submodule from edk2-stable201903 to edk2-stable201905
` [Qemu-devel] [PULL 3/6] roms/Makefile.edk2: remove edk2-stable201903 network feature test macros
` [Qemu-devel] [PULL 4/6] roms/Makefile.edk2: update input file list for "pc-bios/edk2-licenses.txt"
` [Qemu-devel] [PULL 5/6] pc-bios: refresh edk2 build artifacts for edk2-stable201905
` [Qemu-devel] [PULL 6/6] pc-bios: update the README file with edk2-stable201905 information

[Qemu-devel] [PATCH v8 0/7] backup-top filter driver for backup
 2019-06-14 20:03 UTC  (7+ messages)
` [Qemu-devel] [PATCH v8 4/7] block: introduce backup-top filter driver

[Qemu-devel] [PATCH v3 00/50] tcg plugin support
 2019-06-14 19:48 UTC  (45+ messages)
` [Qemu-devel] [PATCH v3 01/50] trace: expand mem_info:size_shift to 3 bits
` [Qemu-devel] [PATCH v3 04/50] translate-all: use cpu_in_exclusive_work_context() in tb_flush
` [Qemu-devel] [PATCH v3 06/50] configure: add --enable-plugins (MOVE TO END)
` [Qemu-devel] [PATCH v3 11/50] cputlb: document get_page_addr_code
` [Qemu-devel] [PATCH v3 13/50] plugin-gen: add module for TCG-related code
` [Qemu-devel] [PATCH v3 15/50] tcg: add MO_HADDR to TCGMemOp
` [Qemu-devel] [PATCH v3 16/50] atomic_template: fix indentation in GEN_ATOMIC_HELPER
` [Qemu-devel] [PATCH v3 17/50] atomic_template: add inline trace/plugin helpers
` [Qemu-devel] [PATCH v3 18/50] cpu_ldst_useronly_template: remove redundant #ifndef CODE_ACCESS
` [Qemu-devel] [PATCH v3 19/50] tcg: let plugins instrument memory accesses
` [Qemu-devel] [PATCH v3 20/50] translate-all: notify plugin code of tb_flush
` [Qemu-devel] [PATCH v3 21/50] *-user: notify plugin of exit
` [Qemu-devel] [PATCH v3 22/50] *-user: plugin syscalls
` [Qemu-devel] [PATCH v3 23/50] cpu: hook plugin vcpu events
` [Qemu-devel] [PATCH v3 24/50] plugin-gen: add plugin_insn_append
` [Qemu-devel] [PATCH v3 25/50] translator: add translator_ld{ub, sw, uw, l, q}
` [Qemu-devel] [PATCH v3 26/50] target/arm: call qemu_plugin_insn_append
` [Qemu-devel] [PATCH v3 27/50] target/ppc: fetch code with translator_ld
` [Qemu-devel] [PATCH v3 28/50] target/sh4: "
` [Qemu-devel] [PATCH v3 29/50] target/i386: "
` [Qemu-devel] [PATCH v3 30/50] target/hppa: "
` [Qemu-devel] [PATCH v3 31/50] target/m68k: "
` [Qemu-devel] [PATCH v3 32/50] target/alpha: "
` [Qemu-devel] [PATCH v3 33/50] target/riscv: "
` [Qemu-devel] [PATCH v3 34/50] target/sparc: "
` [Qemu-devel] [PATCH v3 35/50] target/xtensa: "
` [Qemu-devel] [PATCH v3 36/50] target/openrisc: "
` [Qemu-devel] [PATCH v3 37/50] translator: inject instrumentation from plugins
` [Qemu-devel] [PATCH v3 38/50] plugin: add API symbols to qemu-plugins.symbols
` [Qemu-devel] [PATCH v3 39/50] vl: support -plugin option
` [Qemu-devel] [PATCH v3 41/50] tests/plugin: add sample plugins
` [Qemu-devel] [PATCH v3 42/50] tests/tcg: enable plugin testing
` [Qemu-devel] [PATCH v3 43/50] tests/plugin: add a hotblocks plugin
` [Qemu-devel] [PATCH v3 44/50] plugin: add qemu_plugin_insn_disas helper
` [Qemu-devel] [PATCH v3 45/50] tests/plugin: add instruction execution breakdown
` [Qemu-devel] [PATCH v3 46/50] tests/plugin: add hotpages plugin to breakdown memory access patterns
` [Qemu-devel] [PATCH v3 47/50] accel/stubs: reduce headers from tcg-stub
` [Qemu-devel] [PATCH v3 48/50] include/exec: wrap cpu_ldst.h in CONFIG_TCG
` [Qemu-devel] [PATCH v3 49/50] include/exec/cpu-defs.h: fix typo
` [Qemu-devel] [PATCH v3 50/50] TODO: API changes to make?

[Qemu-devel] [PATCH 0/6] update edk2 submodule & binaries to edk2-stable201905
 2019-06-14 19:43 UTC  (4+ messages)

[Qemu-devel] [PATCH 0/5] travis-ci: Build EDK2 roms
 2019-06-14 18:44 UTC  (6+ messages)
` [Qemu-devel] [PATCH 5/5] .travis.yml: Build and install "

[Qemu-devel] [PATCH] migration: Improve accuracy of vCPU throttling with per-vCPU timers
 2019-06-14 17:36 UTC  (2+ messages)

[Qemu-devel] [PATCH v4 0/6] Multifd compression support
 2019-06-14 17:33 UTC  (4+ messages)
` [Qemu-devel] [PATCH v4 5/6] migration: Make no compression operations into its own structure

[Qemu-devel] [PATCH 0/2] spapr/xive: rework the mapping the KVM memory regions
 2019-06-14 17:41 UTC  (5+ messages)
` [Qemu-devel] [PATCH 1/2] "
` [Qemu-devel] [PATCH 2/2] spapr/xive: simplify spapr_irq_init_device() to remove the emulated init

[Qemu-devel] [PATCH] roms/edk2-build.sh: Allow to run edk2-build.sh from command line
 2019-06-14 17:35 UTC  (5+ messages)

[Qemu-devel] [PATCH] helpers: build vhost-user-gpu only for softmmu
 2019-06-14 17:49 UTC 

[Qemu-devel] [PATCH v3] qapi: Add InetSocketAddress member keep-alive
 2019-06-14 17:31 UTC 

[Qemu-devel] [PATCH v2] qapi: InitSocketAddress: add keepalive option
 2019-06-14 17:25 UTC  (3+ messages)

[Qemu-devel] [Bug 1832877] [NEW] qemu-bridge-helper undocumented and broken
 2019-06-14 17:13 UTC  (2+ messages)
` [Qemu-devel] [Bug 1832877] "


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