qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-06-19 00:53:24 to 2019-06-19 18:25:15 UTC [more...]

[Qemu-devel] [PATCH 0/2] target/mips: Misc fixes and maintenance for 4.1
 2019-06-19 18:20 UTC  (3+ messages)
` [Qemu-devel] [PATCH 1/2] MAINTAINERS: Update file items for MIPS Malta board
` [Qemu-devel] [PATCH 2/2] MAINTAINERS: Consolidate MIPS disassembler-related items

[Qemu-devel] Recent python-sphinx errors out building doc
 2019-06-19 18:15 UTC  (5+ messages)

[Qemu-devel] [PATCH v2] qemu-ga: Convert invocation documentation to rST
 2019-06-19 18:01 UTC  (2+ messages)

[Qemu-devel] [QEMU PATCH v4 0/10]: target/i386: kvm: Add support for save and restore of nested state
 2019-06-19 17:37 UTC  (12+ messages)
` [Qemu-devel] [QEMU PATCH v4 01/10] target/i386: kvm: Delete VMX migration blocker on vCPU init failure
` [Qemu-devel] [QEMU PATCH v4 02/10] KVM: Introduce kvm_arch_destroy_vcpu()
` [Qemu-devel] [QEMU PATCH v4 03/10] target/i386: kvm: Use symbolic constant for #DB/#BP exception constants
` [Qemu-devel] [QEMU PATCH v4 04/10] target/i386: kvm: Re-inject #DB to guest with updated DR6
` [Qemu-devel] [QEMU PATCH v4 05/10] target/i386: kvm: Block migration for vCPUs exposed with nested virtualization
` [Qemu-devel] [QEMU PATCH v4 06/10] linux-headers: i386: Modify struct kvm_nested_state to have explicit fields for data
` [Qemu-devel] [QEMU PATCH v4 07/10] vmstate: Add support for kernel integer types
` [Qemu-devel] [QEMU PATCH v4 08/10] target/i386: kvm: Add support for save and restore nested state
` [Qemu-devel] [QEMU PATCH v4 09/10] target/i386: kvm: Add support for KVM_CAP_EXCEPTION_PAYLOAD
` [Qemu-devel] [QEMU PATCH v4 10/10] target/i386: kvm: Add nested migration blocker only when kernel lacks required capabilities

[Qemu-devel] [PATCH v2 0/3] vmdk: Add read-only support for the new seSparse format
 2019-06-19 17:12 UTC  (8+ messages)
` [Qemu-devel] [PATCH v2 1/3] vmdk: Fix comment regarding max l1_size coverage
` [Qemu-devel] [PATCH v2 2/3] vmdk: Reduce the max bound for L1 table size
` [Qemu-devel] [PATCH v2 3/3] vmdk: Add read-only support for seSparse snapshots

[Qemu-devel] [PATCH 0/3] Some fixes for make check-acceptance on a POWER host
 2019-06-19 17:24 UTC  (3+ messages)
` [Qemu-devel] [PATCH 1/3] tests/acceptance: Specify arch for QueryCPUModelExpansion

[Qemu-devel] [PATCH] gdbstub: print message on startup as gdbserver
 2019-06-19 17:01 UTC  (2+ messages)

[Qemu-devel] [PATCH] blockjob: drain all job nodes in block_job_drain
 2019-06-19 16:37 UTC  (4+ messages)

[Qemu-devel] [PATCH v12 0/5]
 2019-06-19 16:21 UTC  (11+ messages)
` [Qemu-devel] [PATCH v12 1/5] linux-user: Add support for setsockopt() options IPV6_<ADD|DROP>_MEMBERSHIP
` [Qemu-devel] [PATCH v12 2/5] linux-user: Add support for setsockopt() option SOL_ALG
` [Qemu-devel] [PATCH v12 3/5] linux-user: Add support for translation of statx() syscall
` [Qemu-devel] [PATCH v12 4/5] linux-user: Add support for strace for "
` [Qemu-devel] [PATCH v12 5/5] linux-user: Fix flock structure for MIPS O64 ABI

[Qemu-devel] [PATCH v5 00/42] block: Deal with filters
 2019-06-19 16:07 UTC  (15+ messages)
` [Qemu-devel] [PATCH v5 30/42] qemu-img: Use child access functions
` [Qemu-devel] [PATCH v5 31/42] block: Drop backing_bs()
` [Qemu-devel] [PATCH v5 32/42] block: Make bdrv_get_cumulative_perm() public
` [Qemu-devel] [PATCH v5 33/42] blockdev: Fix active commit choice
` [Qemu-devel] [PATCH v5 34/42] block: Inline bdrv_co_block_status_from_*()

[Qemu-devel] [RFC v1 0/5] RISC-V: Add firmware loading support and default
 2019-06-19 15:30 UTC  (17+ messages)
` [Qemu-devel] [RFC v1 1/5] hw/riscv: Split out the boot functions
` [Qemu-devel] [RFC v1 2/5] hw/riscv: Add support for loading a firmware
    ` [Qemu-devel] [Qemu-riscv] "
` [Qemu-devel] [RFC v1 3/5] hw/riscv: Extend the kernel loading support
` [Qemu-devel] [RFC v1 4/5] roms: Add OpenSBI version 0.3
  ` [Qemu-devel] [Qemu-riscv] "
` [Qemu-devel] [RFC v1 5/5] hw/riscv: Load OpenSBI as the default firmware
  ` [Qemu-devel] [Qemu-riscv] "

[Qemu-devel] [PATCH v2 0/9] block: Delay poll when ending drained sections
 2019-06-19 15:26 UTC  (10+ messages)
` [Qemu-devel] [PATCH v2 1/9] block: Introduce BdrvChild.parent_quiesce_counter
` [Qemu-devel] [PATCH v2 2/9] block: Add @data_objs to bdrv_drain_invoke()
` [Qemu-devel] [PATCH v2 3/9] block: Add bdrv_poll_drain_data_objs()
` [Qemu-devel] [PATCH v2 4/9] block: Move polling out of bdrv_drain_invoke()
` [Qemu-devel] [PATCH v2 5/9] block: Add @poll to bdrv_parent_drained_end_single()
` [Qemu-devel] [PATCH v2 6/9] block: Add bdrv_drained_end_no_poll()
` [Qemu-devel] [PATCH v2 7/9] block: Fix BDS children's .drained_end()
` [Qemu-devel] [PATCH v2 8/9] iotests: Add @has_quit to vm.shutdown()
` [Qemu-devel] [PATCH v2 9/9] iotests: Test commit with a filter on the chain

[Qemu-devel] [PATCH] migration: Improve accuracy of vCPU throttling with per-vCPU timers
 2019-06-19 15:23 UTC  (7+ messages)

[Qemu-devel] [RFC] spice-core: allow setting properties from QMP
 2019-06-19 15:19 UTC  (3+ messages)

[Qemu-devel] qemu processes
 2019-06-19 15:09 UTC  (5+ messages)

[Qemu-devel] [PATCH v11 0/5] linux-user: A set of miscellaneous patches
 2019-06-19 14:51 UTC  (8+ messages)
` [Qemu-devel] [PATCH v11 1/5] linux-user: Add support for setsockopt() options IPV6_<ADD|DROP>_MEMBERSHIP
` [Qemu-devel] [PATCH v11 2/5] linux-user: Add support for setsockopt() option SOL_ALG
` [Qemu-devel] [PATCH v11 3/5] linux-user: Add support for translation of statx() syscall
` [Qemu-devel] [PATCH v11 4/5] linux-user: Add support for strace for "
` [Qemu-devel] [PATCH v11 5/5] linux-user: Fix flock structure for MIPS O64 ABI

[Qemu-devel] RISC-V: Include ROM in QEMU
 2019-06-19 14:27 UTC  (5+ messages)

[Qemu-devel] [PATCH v1 0/9] Update the RISC-V specification versions
 2019-06-19 14:19 UTC  (3+ messages)

[Qemu-devel] [PATCH] riscv: sifive_test: Add reset functionality
 2019-06-19 13:42 UTC  (3+ messages)

[Qemu-devel] [PATCH] qmp: make qmp-shell work with python3
 2019-06-19 13:29 UTC  (2+ messages)

[Qemu-devel] [PATCH] memory: do not do out of bound notification
 2019-06-19 13:17 UTC  (2+ messages)

[Qemu-devel] [PATCH v10 0/3] linux-user: A set of miscellaneous patches
 2019-06-19 12:56 UTC  (5+ messages)
` [Qemu-devel] [PATCH v10 3/3] linux-user: Add support for statx() syscall

[Qemu-devel] [PATCH v2 0/5] tricore: adding new instructions and fixing issues
 2019-06-19 12:41 UTC  (12+ messages)
` [Qemu-devel] [PATCH v2 1/5] tricore: add FTOIZ instruction
` [Qemu-devel] [PATCH v2 2/5] tricore: add UTOF instruction
` [Qemu-devel] [PATCH v2 3/5] tricore: fix RRPW_INSERT instruction
` [Qemu-devel] [PATCH v2 4/5] tricore: add QSEED instruction
` [Qemu-devel] [PATCH v2 5/5] tricore: reset DisasContext before generating code

[Qemu-devel] [PATCH 0/8] target/ppc: Optimize emulation of some Altivec instructions
 2019-06-19 11:47 UTC  (10+ messages)
` [Qemu-devel] [PATCH 1/8] target/ppc: Optimize emulation of lvsl and lvsr instructions
` [Qemu-devel] [PATCH 2/8] target/ppc: Optimize emulation of vsl and vsr instructions
` [Qemu-devel] [PATCH 3/8] target/ppc: Optimize emulation of vpkpx instruction
` [Qemu-devel] [PATCH 4/8] target/ppc: Optimize emulation of vgbbd instruction
` [Qemu-devel] [PATCH 5/8] target/ppc: Optimize emulation of vclzd instruction
` [Qemu-devel] [PATCH 6/8] target/ppc: Optimize emulation of vclzw instruction
` [Qemu-devel] [PATCH 7/8] target/ppc: Optimize emulation of vclzh and vclzb instructions
` [Qemu-devel] [PATCH 8/8] target/ppc: Refactor emulation of vmrgew and vmrgow instructions

[Qemu-devel] [PATCH 0/7] ppc: Get rid of some CONFIG_KVM guards
 2019-06-19 11:13 UTC  (2+ messages)

[Qemu-devel] [PATCH v3 00/50] tcg plugin support
 2019-06-19 11:46 UTC  (12+ messages)
` [Qemu-devel] [PATCH v3 05/50] docs/devel: add plugins.rst design document
` [Qemu-devel] [PATCH v3 07/50] plugin: add user-facing API
` [Qemu-devel] [PATCH v3 08/50] plugin: add core code
` [Qemu-devel] [PATCH v3 22/50] *-user: plugin syscalls
` [Qemu-devel] [PATCH v3 27/50] target/ppc: fetch code with translator_ld

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

[Qemu-devel] [PATCH v5 00/12] Add support for io_uring
 2019-06-19 10:48 UTC  (12+ messages)
` [Qemu-devel] [PATCH v5 04/12] block/io_uring: implements interfaces "
` [Qemu-devel] [PATCH v5 05/12] stubs: add stubs for io_uring interface
` [Qemu-devel] [PATCH v5 07/12] blockdev: accept io_uring as option

[Qemu-devel] [PATCH v3 33/50] target/riscv: fetch code with translator_ld
 2019-06-19 10:49 UTC  (2+ messages)

[Qemu-devel] [PATCH] linux-user: Add strace support for statx
 2019-06-19 10:27 UTC  (2+ messages)

[Qemu-devel] [PATCH v6] qemu-io: add pattern file for write command
 2019-06-19 10:09 UTC  (2+ messages)

[Qemu-devel] [PATCH v2 0/7] Qemu virtio pmem device
 2019-06-19  9:49 UTC  (8+ messages)
` [Qemu-devel] [PATCH v2 1/7] virtio-pmem: add virtio device
` [Qemu-devel] [PATCH v2 2/7] virtio-pci: Allow to specify additional interfaces for the base type
` [Qemu-devel] [PATCH v2 3/7] virtio-pmem: sync linux headers
` [Qemu-devel] [PATCH v2 4/7] virtio-pci: Proxy for virtio-pmem
` [Qemu-devel] [PATCH v2 5/7] hmp: Handle virtio-pmem when printing memory device infos
` [Qemu-devel] [PATCH v2 6/7] numa: Handle virtio-pmem in NUMA stats
` [Qemu-devel] [PATCH v2 7/7] pc: Support for virtio-pmem-pci

[Qemu-devel] [PATCH] spapr/xive: Add proper rollback to kvmppc_xive_connect()
 2019-06-19  9:56 UTC  (3+ messages)

[Qemu-devel] [PATCH v4 0/7] tcg/ppc: Add vector opcodes
 2019-06-19  8:11 UTC  (4+ messages)

[Qemu-devel] [SeaBIOS] [PATCH v3 0/4] Add Qemu to SeaBIOS LCHS interface
 2019-06-19  9:23 UTC  (5+ messages)
` [Qemu-devel] [SeaBIOS] [PATCH v3 1/4] geometry: Read LCHS from fw_cfg
` [Qemu-devel] [SeaBIOS] [PATCH v3 2/4] boot: Reorder functions in boot.c
` [Qemu-devel] [SeaBIOS] [PATCH v3 3/4] geometry: Add boot_lchs_find_*() utility functions
` [Qemu-devel] [SeaBIOS] [PATCH v3 4/4] geometry: Apply LCHS values for boot devices

[Qemu-devel] [PULL 00/16] Monitor patches for 2019-06-17
 2019-06-19  9:20 UTC  (7+ messages)
` [Qemu-devel] [PULL 16/16] vl: Deprecate -mon pretty=... for HMP monitors

[Qemu-devel] [RFC PATCH 0/9] hw/acpi: make build_madt arch agnostic
 2019-06-19  9:04 UTC  (4+ messages)

[Qemu-devel] [PATCH v22 0/7] QEMU AVR 8 bit cores
 2019-06-19  8:37 UTC  (3+ messages)

[Qemu-devel] [PATCH v6] vfio-ccw: support async command subregion
 2019-06-19  8:26 UTC  (2+ messages)

[Qemu-devel] [PATCH v5 0/8] ARM virt: ACPI memory hotplug support
 2019-06-19  8:18 UTC  (11+ messages)
` [Qemu-devel] [PATCH v5 3/8] hw/acpi: Add ACPI Generic Event Device Support
` [Qemu-devel] [PATCH v5 4/8] hw/arm/virt: Add memory hotplug framework

[Qemu-devel] [PATCH] RISC-V: Update syscall list for 32-bit support
 2019-06-19  8:05 UTC  (2+ messages)

[Qemu-devel] [RISU RFC PATCH v1 0/7] Support for generating x86 SSE/SSE2 test images
 2019-06-19  5:04 UTC  (8+ messages)
` [Qemu-devel] [RISU RFC PATCH v1 1/7] risugen_common: add insnv, randint_constr, rand_fill
` [Qemu-devel] [RISU RFC PATCH v1 2/7] risugen_x86_asm: add module
` [Qemu-devel] [RISU RFC PATCH v1 3/7] risugen_x86_emit: "
` [Qemu-devel] [RISU RFC PATCH v1 4/7] risugen_x86: "
` [Qemu-devel] [RISU RFC PATCH v1 5/7] risugen: allow all byte-aligned instructions
` [Qemu-devel] [RISU RFC PATCH v1 6/7] x86.risu: add SSE instructions
` [Qemu-devel] [RISU RFC PATCH v1 7/7] x86.risu: add SSE2 instructions

[Qemu-devel] [PATCH v3 1/6] armv7m: Allow entry information to be returned
 2019-06-19  4:54 UTC  (6+ messages)
` [Qemu-devel] [PATCH v3 2/6] target/arm: Allow setting M mode entry and sp
` [Qemu-devel] [PATCH v3 3/6] hw/misc: Add the STM32F4xx Sysconfig device
` [Qemu-devel] [PATCH v3 4/6] hw/misc: Add the STM32F4xx EXTI device
` [Qemu-devel] [PATCH v3 5/6] hw/arm: Add the STM32F4xx SoC
` [Qemu-devel] [PATCH v3 6/6] hw/arm: Add the Netduino Plus 2

[Qemu-devel] [PATCH v3 0/6] Add the STM32F405 and Netduino Plus 2 machine
 2019-06-19  4:53 UTC 

[Qemu-devel] [PATCH v3 0/9] Introduce cpu die topology and enable CPUID.1F for i386
 2019-06-19  3:05 UTC  (2+ messages)

[Qemu-devel] [PATCH] xics/spapr: Only emulated XICS should use RTAS/hypercalls emulation
 2019-06-18 12:18 UTC  (2+ messages)

[Qemu-devel] [PATCH v2 00/21] aspeed: machine extensions and fixes
 2019-06-19  2:24 UTC  (13+ messages)
` [Qemu-devel] [PATCH v2 05/21] aspeed: introduce a configurable number of CPU per machine
` [Qemu-devel] [PATCH v2 06/21] aspeed: add support for multiple NICs
` [Qemu-devel] [PATCH v2 08/21] aspeed/timer: Status register contains reload for stopped timer
` [Qemu-devel] [PATCH v2 11/21] aspeed/timer: Ensure positive muldiv delta
` [Qemu-devel] [PATCH v2 19/21] aspeed: Add support for the swift-bmc board
` [Qemu-devel] [PATCH v2 21/21] aspeed: vic: Add support for legacy register interface

[Qemu-devel] [PATCH v3 0/2] x86: Enable user wait instructions
 2019-06-19  1:11 UTC  (4+ messages)
` [Qemu-devel] [PATCH v3 2/2] target/i386: Add support for save/load IA32_UMWAIT_CONTROL MSR

[Qemu-devel] [PATCH v1 5/5] hw/arm: Add the Netduino Plus 2
 2019-06-19  1:04 UTC  (8+ messages)

[Qemu-devel] [Bug 1832535] [NEW] [riscv/regression] Missing tlb flush introduced in refactoring
 2019-06-19  0:52 UTC  (2+ messages)
` [Qemu-devel] [Bug 1832535] "


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