qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-06-17 15:47:24 to 2019-06-17 23:23:30 UTC [more...]

[Qemu-devel] [PATCH v3 00/50] tcg plugin support
 2019-06-17 23:22 UTC  (57+ messages)
` [Qemu-devel] [PATCH v3 14/50] tcg: add tcg_gen_st_ptr
` [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 39/50] vl: support -plugin option
` [Qemu-devel] [PATCH v3 40/50] linux-user: "
` [Qemu-devel] [PATCH v3 44/50] plugin: add qemu_plugin_insn_disas helper
` [Qemu-devel] [PATCH v3 47/50] accel/stubs: reduce headers from tcg-stub

[Qemu-devel] [PULL 00/16] Monitor patches for 2019-06-17
 2019-06-17 22:49 UTC  (20+ messages)
` [Qemu-devel] [PULL 01/16] monitor: Fix return type of monitor_fdset_dup_fd_find
` [Qemu-devel] [PULL 02/16] monitor: Remove unused password prompting fields
` [Qemu-devel] [PULL 03/16] monitor: Split monitor_init in HMP and QMP function
` [Qemu-devel] [PULL 04/16] monitor: Make MonitorQMP a child class of Monitor
` [Qemu-devel] [PULL 05/16] monitor: Create MonitorHMP with readline state
` [Qemu-devel] [PULL 06/16] monitor: Remove Monitor.cmd_table indirection
` [Qemu-devel] [PULL 07/16] monitor: Rename HMP command type and tables
` [Qemu-devel] [PULL 08/16] Move monitor.c to monitor/misc.c
` [Qemu-devel] [PULL 09/16] monitor: Move {hmp, qmp}.c to monitor/{hmp, qmp}-cmds.c
` [Qemu-devel] [PULL 10/16] monitor: Create monitor-internal.h with common definitions
` [Qemu-devel] [PULL 11/16] monitor: Split out monitor/qmp.c
` [Qemu-devel] [PULL 12/16] monitor: Split out monitor/hmp.c
` [Qemu-devel] [PULL 13/16] monitor: Split out monitor/monitor.c
` [Qemu-devel] [PULL 14/16] monitor: Split Monitor.flags into separate bools
` [Qemu-devel] [PULL 15/16] monitor: Replace monitor_init() with monitor_init_{hmp, qmp}()
` [Qemu-devel] [PULL 16/16] vl: Deprecate -mon pretty=... for HMP monitors

[Qemu-devel] [PATCH 0/6] Six minor M-profile bugfixes
 2019-06-17 20:04 UTC  (13+ messages)
` [Qemu-devel] [PATCH 1/6] target/arm: NS BusFault on vector table fetch escalates to NS HardFault
` [Qemu-devel] [PATCH 2/6] arm v8M: Forcibly clear negative-priority exceptions on deactivate
` [Qemu-devel] [PATCH 3/6] target/arm: v8M: Check state of exception being returned from
` [Qemu-devel] [PATCH 4/6] target/arm: Use _ra versions of cpu_stl_data() in v7M helpers
` [Qemu-devel] [PATCH 5/6] hw/timer/armv7m_systick: Forbid non-privileged accesses
` [Qemu-devel] [PATCH 6/6] target/arm: Execute Thumb instructions when their condbits are 0xf

[Qemu-devel] [RFC PATCH v2 24/35] multi-process: add qdev_proxy_add to create proxy devices
 2019-06-17 19:47 UTC  (3+ messages)

[Qemu-devel] [RFC PATCH v2 01/35] multi-process: memory: alloc RAM from file at offset
 2019-06-17 19:46 UTC  (3+ messages)

[Qemu-devel] [PATCH 0/3] tricore: Convert to translate_loop
 2019-06-17 19:07 UTC  (9+ messages)
` [Qemu-devel] [PATCH 1/3] target/tricore: Use DisasContextBase API
` [Qemu-devel] [PATCH 2/3] target-tricore: Make env a member of DisasContext
` [Qemu-devel] [PATCH 3/3] target/tricore: Use translate_loop

[Qemu-devel] [PATCH] target/arm: Check for dp support for dp VFM, not sp
 2019-06-17 19:03 UTC  (2+ messages)

[Qemu-devel] [RFC PATCH v2 20/35] multi-process: Add QMP & extend HMP commands to list remote info
 2019-06-17 19:18 UTC  (2+ messages)

[Qemu-devel] [RFC PATCH v2 30/35] multi-process: handle heartbit messages in remote process
 2019-06-17 18:16 UTC 

[Qemu-devel] [PATCH v4] virtio-scsi: restart DMA after iothread
 2019-06-17 18:27 UTC  (5+ messages)

[Qemu-devel] [RFC PATCH v2 09/35] multi-process: setup PCI host bridge for remote device
 2019-06-17 18:15 UTC 

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

[Qemu-devel] [Bug 1830872] [NEW] AARCH64 to ARMv7 mistranslation in TCG
 2019-06-17 18:21 UTC  (2+ messages)
` [Qemu-devel] [Bug 1830872] "

[Qemu-devel] [RFC PATCH v2 34/35] multi-process: add the concept description to docs/devel/qemu-multiprocess
 2019-06-17 18:17 UTC 

[Qemu-devel] [RFC PATCH v2 35/35] multi-process: add configure and usage information
 2019-06-17 18:17 UTC 

[Qemu-devel] [RFC PATCH v2 33/35] multi-process: Extend block_resize command to support remote block device
 2019-06-17 18:17 UTC 

[Qemu-devel] [RFC PATCH v2 29/35] multi-process: add heartbeat timer and signal handler
 2019-06-17 18:16 UTC 

[Qemu-devel] [RFC PATCH v2 27/35] multi-process: remote: add create_done condition
 2019-06-17 18:16 UTC 

[Qemu-devel] [RFC PATCH v2 28/35] multi-process: add processing of remote drive and device command line
 2019-06-17 18:16 UTC 

[Qemu-devel] [RFC PATCH v2 25/35] multi-process: remote: add setup_devices and setup_drive msg processing
 2019-06-17 18:16 UTC 

[Qemu-devel] [RFC PATCH v2 18/35] multi-process: create IOHUB object to handle irq
 2019-06-17 18:16 UTC 

[Qemu-devel] [RFC PATCH v2 26/35] multi-process: remote: use fd for socket from parent process
 2019-06-17 18:16 UTC 

[Qemu-devel] [RFC PATCH v2 22/35] multi-process: Extend monitor commands to remove device from remote process
 2019-06-17 18:16 UTC 

[Qemu-devel] [RFC PATCH v2 32/35] multi-process: Extend drive_del command to delete drive from remote process
 2019-06-17 18:16 UTC 

[Qemu-devel] [RFC PATCH v2 17/35] multi-process: Synchronize remote memory
 2019-06-17 18:16 UTC 

[Qemu-devel] [RFC PATCH v2 19/35] multi-process: store info about the remote process
 2019-06-17 18:16 UTC 

[Qemu-devel] [RFC PATCH v2 21/35] multi-process: Extend monitor commands to add a device to remote process
 2019-06-17 18:16 UTC 

[Qemu-devel] [RFC PATCH v2 31/35] multi-process: Extend drive_add to add drive to remote device
 2019-06-17 18:16 UTC 

[Qemu-devel] [RFC PATCH v2 10/35] multi-process: setup a machine object for remote device process
 2019-06-17 18:15 UTC 

[Qemu-devel] [RFC PATCH v2 13/35] multi-process: introduce proxy object
 2019-06-17 18:15 UTC 

[Qemu-devel] [RFC PATCH v2 16/35] multi-process: Add LSI device proxy object
 2019-06-17 18:16 UTC 

[Qemu-devel] [RFC PATCH v2 23/35] multi-process: configure remote side devices
 2019-06-17 18:16 UTC 

[Qemu-devel] [RFC PATCH v2 12/35] multi-process: remote process initialization
 2019-06-17 18:15 UTC 

[Qemu-devel] [RFC PATCH v2 11/35] multi-process: setup memory manager for remote device
 2019-06-17 18:15 UTC 

[Qemu-devel] [RFC PATCH v2 15/35] multi-process: PCI BAR read handling for proxy & remote endpoints
 2019-06-17 18:16 UTC 

[Qemu-devel] [RFC PATCH v2 04/35] multi-process: Add stub functions to facilate build of multi-process
 2019-06-17 18:15 UTC 

[Qemu-devel] [RFC PATCH v2 02/35] multi-process: util: Add qemu_thread_cancel() to cancel running thread
 2019-06-17 18:15 UTC 

[Qemu-devel] [RFC PATCH v2 08/35] multi-process: add functions to synchronize proxy and remote endpoints
 2019-06-17 18:15 UTC 

[Qemu-devel] [RFC PATCH v2 14/35] multi-process: PCI BAR write handling for proxy & remote endpoints
 2019-06-17 18:15 UTC 

[Qemu-devel] [RFC PATCH v2 05/35] multi-process: Add config option for multi-process QEMU
 2019-06-17 18:15 UTC 

[Qemu-devel] [RFC PATCH v2 06/35] multi-process: build system for remote device process
 2019-06-17 18:15 UTC 

[Qemu-devel] [RFC PATCH v2 07/35] multi-process: define proxy-link object
 2019-06-17 18:15 UTC 

[Qemu-devel] [RFC PATCH v2 03/35] multi-process: add a command line option for debug file
 2019-06-17 18:15 UTC 

[Qemu-devel] [RFC PATCH v2 00/35] Initial support of multi-process qemu
 2019-06-17 18:14 UTC 

[Qemu-devel] [PATCH] tcg: Fix mmap lock assert on translation failure
 2019-06-17 18:10 UTC  (4+ messages)

[Qemu-devel] [PATCH 0/4] Fix build of Xen support + cleanup
 2019-06-17 18:09 UTC  (14+ messages)
` [Qemu-devel] [PATCH 1/4] xen: Fix build with public headers
` [Qemu-devel] [PATCH 2/4] xen: Import other xen/io/*.h
` [Qemu-devel] [PATCH 3/4] xen: Import Xen public headers used by xen-hvm.c
      ` [Qemu-devel] [Xen-devel] "
` [Qemu-devel] [PATCH 4/4] xen: Avoid VLA
` [Qemu-devel] [Xen-devel] [PATCH 0/4] Fix build of Xen support + cleanup

[Qemu-devel] [QEMU PATCH v3 0/9]: KVM: i386: Add support for save and restore of nested state
 2019-06-17 17:56 UTC  (10+ messages)
` [Qemu-devel] [QEMU PATCH v3 1/9] KVM: Introduce kvm_arch_destroy_vcpu()
` [Qemu-devel] [QEMU PATCH v3 2/9] KVM: i386: Use symbolic constant for #DB/#BP exception constants
` [Qemu-devel] [QEMU PATCH v3 3/9] KVM: i386: Re-inject #DB to guest with updated DR6
` [Qemu-devel] [QEMU PATCH v3 4/9] KVM: i386: Block migration for vCPUs exposed with nested virtualization
` [Qemu-devel] [QEMU PATCH v3 5/9] linux-headers: i386: Modify struct kvm_nested_state to have explicit fields for data
` [Qemu-devel] [QEMU PATCH v3 6/9] vmstate: Add support for kernel integer types
` [Qemu-devel] [QEMU PATCH v3 7/9] KVM: i386: Add support for save and restore nested state
` [Qemu-devel] [QEMU PATCH v3 8/9] KVM: i386: Add support for KVM_CAP_EXCEPTION_PAYLOAD
` [Qemu-devel] [QEMU PATCH v3 9/9] KVM: i386: Remove VMX migration blocker

[Qemu-devel] [PATCH] i386: Fix signedness of hyperv_spinlock_attempts
 2019-06-17 17:49 UTC  (5+ messages)

[Qemu-devel] [PATCH preliminary 0/7] target-i386/kvm: live migration support for nested VMX
 2019-06-17 17:44 UTC  (13+ messages)
` [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 6/7] KVM: i386: Add support for save and restore nested state

[Qemu-devel] [PATCH] RISC-V: Fix a memory leak when realizing a sifive_e
 2019-06-17 17:18 UTC  (3+ messages)

[Qemu-devel] [PATCH v1 3/4] disas/riscv: Fix `rdinstreth` constraint
 2019-06-17 17:05 UTC  (3+ messages)

[Qemu-devel] [PATCH 0/4] block: drop bs->job
 2019-06-17 16:58 UTC  (3+ messages)
` [Qemu-devel] [PATCH 4/4] "

[Qemu-devel] [PATCH] riscv: sifive_test: Add reset functionality
 2019-06-17 17:12 UTC  (2+ messages)

[Qemu-devel] [PATCH] hw/arm/msf2-som: Exit when the cpu is not the expected one
 2019-06-17 17:20 UTC  (3+ messages)

[Qemu-devel] [QEMU] [PATCH v3 0/8] Add Qemu to SeaBIOS LCHS interface
 2019-06-17 16:45 UTC  (9+ messages)
` [Qemu-devel] [QEMU] [PATCH v3 1/8] block: Refactor macros - fix tabbing
` [Qemu-devel] [QEMU] [PATCH v3 2/8] block: Support providing LCHS from user
` [Qemu-devel] [QEMU] [PATCH v3 4/8] scsi: Propagate unrealize() callback to scsi-hd
` [Qemu-devel] [QEMU] [PATCH v3 5/8] bootdevice: Gather LCHS from all relevant devices
` [Qemu-devel] [QEMU] [PATCH v3 7/8] bootdevice: FW_CFG interface for LCHS values
` [Qemu-devel] [QEMU] [PATCH v3 8/8] hd-geo-test: Add tests for lchs override
` [Qemu-devel] [SeaBIOS] [QEMU] [PATCH v3 0/8] Add Qemu to SeaBIOS LCHS interface

[Qemu-devel] [Bug 1833101] [NEW] vexpress-a9 (but not -a15) creates two pl111 LCDs due to duplicate sysbus_create_simple("pl111", ...) calls
 2019-06-17 16:31 UTC  (2+ messages)
` [Qemu-devel] [Bug 1833101] "

[Qemu-devel] [PATCH v5 0/6] Add a valid_cpu_types property
 2019-06-17 16:27 UTC  (13+ messages)
` [Qemu-devel] [PATCH v5 1/6] machine: Convert the valid cpu types to use cpu_model

[Qemu-devel] [PATCH v4 00/11] tests/vm: serial console autoinstall, misc fixes
 2019-06-17 16:15 UTC  (18+ messages)
` [Qemu-devel] [PATCH v4 02/11] tests/vm: use ssh with pty unconditionally
` [Qemu-devel] [PATCH v4 03/11] tests/vm: run test builds on snapshot
` [Qemu-devel] [PATCH v4 04/11] tests/vm: proper guest shutdown
` [Qemu-devel] [PATCH v4 05/11] tests/vm: add vm-boot-{ssh, serial}-<guest> targets
` [Qemu-devel] [PATCH v4 06/11] tests/vm: serial console support helpers
` [Qemu-devel] [PATCH v4 07/11] tests/vm: openbsd autoinstall, using serial console
` [Qemu-devel] [PATCH v4 09/11] tests/vm: netbsd "
` [Qemu-devel] [PATCH v4 10/11] tests/vm: fedora "

[Qemu-devel] [PULL 0/4] docs queue
 2019-06-17 16:10 UTC  (4+ messages)
` [Qemu-devel] [PULL 3/4] docs/specs/index.rst: Fix minor syntax issues
` [Qemu-devel] [PULL 4/4] docs: Build and install specs manual

[Qemu-devel] [PATCH 0/4] qapi: block-dirty-bitmap-remove transaction action
 2019-06-17 16:03 UTC  (4+ messages)

[Qemu-devel] [PATCH v8 0/7] backup-top filter driver for backup
 2019-06-17 16:25 UTC  (12+ messages)
` [Qemu-devel] [PATCH v8 4/7] block: introduce backup-top filter driver

[Qemu-devel] [QEMU] [PATCH v2 0/8] Add Qemu to SeaBIOS LCHS interface
 2019-06-17 15:13 UTC  (6+ messages)
` [Qemu-devel] [QEMU] [PATCH v2 7/8] bootdevice: FW_CFG interface for LCHS values

[Qemu-devel] [PATCH v2] target/i386: define a new MSR based feature word - FEAT_CORE_CAPABILITY
 2019-06-17 15:36 UTC 

[Qemu-devel] [RFC PATCH 0/2] target: Build with CONFIG_SEMIHOSTING disabled
 2019-06-17 15:33 UTC  (4+ messages)
` [Qemu-devel] [RFC PATCH 1/2] target/arm: Add stubs to build "

[Qemu-devel] [PATCH v2 00/23] Support disabling TCG on ARM
 2019-06-17 14:52 UTC  (8+ messages)
` [Qemu-devel] [PATCH v2 18/23] target/arm: Move CPU state dumping routines to helper.c
  ` [Qemu-devel] [Qemu-arm] "
` [Qemu-devel] [PATCH v2 19/23] target/arm: Move watchpoints APIs "
  ` [Qemu-devel] [Qemu-arm] "
` [Qemu-devel] [PATCH v2 21/23] target/arm: Do not build TCG objects when TCG is off
  ` [Qemu-devel] [Qemu-arm] "

[Qemu-devel] [SeaBIOS] [PATCH v2 0/5] Add Qemu to SeaBIOS LCHS interface
 2019-06-17 15:04 UTC  (5+ messages)
` [Qemu-devel] [SeaBIOS] [PATCH v2 1/5] geometry: Read LCHS from fw_cfg
` [Qemu-devel] [SeaBIOS] [PATCH v2 2/5] boot: Reorder functions in boot.c
` [Qemu-devel] [SeaBIOS] [PATCH v2 4/5] config: Add toggle for bootdevice information
` [Qemu-devel] [SeaBIOS] [PATCH v2 5/5] geometry: Apply LCHS values for boot devices

[Qemu-devel] [PATCH] helpers: build vhost-user-gpu only for softmmu
 2019-06-17 15:00 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).