qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-10-24 14:44:10 to 2016-10-24 20:56:45 UTC [more...]

[Qemu-devel] [PATCH v2 0/6] jobs: fix transactional race condition
 2016-10-24 20:56 UTC  (4+ messages)
` [Qemu-devel] [PATCH v2 1/6] blockjob: fix dead pointer in txn list
` [Qemu-devel] [PATCH v2 2/6] blockjob: add .clean property
` [Qemu-devel] [PATCH v2 3/6] blockjob: add .start field

[Qemu-devel] [Bug 1013691] [NEW] ppc64 + virtio-scsi: only first scsi disk shows up in the guest
 2016-10-24 20:38 UTC  (2+ messages)
` [Qemu-devel] [Bug 1013691] "

[Qemu-devel] [Bug 1017793] Re: S3 Trio64V+ support
 2016-10-24 20:42 UTC 

[Qemu-devel] Assertion failure on qcow2 disk with cluster_size != 64k
 2016-10-24 20:32 UTC  (4+ messages)

[Qemu-devel] [Bug 1543057] [NEW] Warnings are treated as errors
 2016-10-24 20:14 UTC  (2+ messages)
` [Qemu-devel] [Bug 1543057] "

[Qemu-devel] [PATCH 0/7] ipmi: Various little IPMI fixes
 2016-10-24 20:10 UTC  (8+ messages)
` [Qemu-devel] [PATCH 1/7] ipmi: Remove hotplug from IPMI BMCs
` [Qemu-devel] [PATCH 2/7] ipmi_bmc_sim: Remove an unnecessary mutex
` [Qemu-devel] [PATCH 3/7] ipmi: chassis poweroff should use qemu_system_shutdown_request()
` [Qemu-devel] [PATCH 4/7] ipmi: Implement shutdown via ACPI overtemp
` [Qemu-devel] [PATCH 5/7] ipmi: fix build config variable name for ipmi_bmc_extern.o
` [Qemu-devel] [PATCH 6/7] ipmi: Add graceful shutdown handling to the external BMC
` [Qemu-devel] [PATCH 7/7] acpi/ipmi: Initialize the fwinfo before fetching it

[Qemu-devel] target-ppc: gdbstub breakpoints get stuck in an infinite loop on next/continue
 2016-10-24 20:08 UTC  (5+ messages)

[Qemu-devel] [PATCH v2] target-i386: Print warning when mixing [+-]foo and foo=(on|off)
 2016-10-24 19:53 UTC 

[Qemu-devel] [PULL v2 00/16] x86 and CPU queue, 2016-10-24
 2016-10-24 19:52 UTC  (17+ messages)
` [Qemu-devel] [PULL v2 01/16] pc: acpi: x2APIC support for MADT table and _MAT method
` [Qemu-devel] [PULL v2 02/16] pc: acpi: x2APIC support for SRAT table
` [Qemu-devel] [PULL v2 03/16] acpi: cphp: Force switch to modern cpu hotplug if APIC ID > 254
` [Qemu-devel] [PULL v2 04/16] pc: Leave max apic_id_limit only in legacy cpu hotplug code
` [Qemu-devel] [PULL v2 05/16] pc: apic_common: Extend APIC ID property to 32bit
` [Qemu-devel] [PULL v2 06/16] pc: apic_common: Restore APIC ID to initial ID on reset
` [Qemu-devel] [PULL v2 07/16] pc: apic_common: Reset APIC ID to initial ID when switching into x2APIC mode
` [Qemu-devel] [PULL v2 08/16] pc: kvm_apic: Pass APIC ID depending on xAPIC/x2APIC mode
` [Qemu-devel] [PULL v2 09/16] pc: Clarify FW_CFG_MAX_CPUS usage comment
` [Qemu-devel] [PULL v2 10/16] Increase MAX_CPUMASK_BITS from 255 to 288
` [Qemu-devel] [PULL v2 11/16] pc: Add 'etc/boot-cpus' fw_cfg file for machine with more than 255 CPUs
` [Qemu-devel] [PULL v2 12/16] pc: Require IRQ remapping and EIM if there could be x2APIC CPUs
` [Qemu-devel] [PULL v2 13/16] pc: q35: Bump max_cpus to 288
` [Qemu-devel] [PULL v2 14/16] exec: split cpu_exec_init()
` [Qemu-devel] [PULL v2 15/16] exec: move cpu_exec_init() calls to realize functions
` [Qemu-devel] [PULL v2 16/16] exec: call cpu_exec_exit() from a CPU unrealize common function

[Qemu-devel] [PATCH 00/38] char: fixes and improvements (was "[PATCH 0/9] Fix mux regression")
 2016-10-24 19:51 UTC  (3+ messages)
` [Qemu-devel] [PATCH 08/38] mux: split mux_chr_update_read_handler()

[Qemu-devel] [PATCH 0/2] less confusing block file names
 2016-10-24 19:47 UTC  (10+ messages)
` [Qemu-devel] [PATCH 1/2] block: Rename raw_bsd to raw.c
` [Qemu-devel] [PATCH 2/2] block: rename raw-{posix, win32} to file-*.c

[Qemu-devel] [PATCH v2 0/2] block: allow blockdev-add for NFS
 2016-10-24 19:27 UTC  (3+ messages)
` [Qemu-devel] [PATCH v2 1/2] block/nfs: Introduce runtime_opts in NFS
` [Qemu-devel] [PATCH v2 2/2] qapi: allow blockdev-add for NFS

[Qemu-devel] [PULL 00/32] target-arm queue
 2016-10-24 19:11 UTC  (34+ messages)
` [Qemu-devel] [PULL 01/32] migration: Remove static allocation of xzblre cache buffer
` [Qemu-devel] [PULL 02/32] exec.c: Remove static allocation of sub_section of sub_page
` [Qemu-devel] [PULL 03/32] translate-all.c: Compute L1 page table properties at runtime
` [Qemu-devel] [PULL 04/32] cpu: Support a target CPU having a variable page size
` [Qemu-devel] [PULL 05/32] migration/savevm.c: migrate non-default "
` [Qemu-devel] [PULL 06/32] target-arm: Make page size a runtime setting
` [Qemu-devel] [PULL 07/32] hw/arm/virt: Set minimum_page_bits to 12
` [Qemu-devel] [PULL 08/32] hw/ptimer: Add "wraparound after one period" policy
` [Qemu-devel] [PULL 09/32] tests: ptimer: Add tests for "
` [Qemu-devel] [PULL 10/32] hw/ptimer: Add "continuous trigger" policy
` [Qemu-devel] [PULL 11/32] tests: ptimer: Add tests for "
` [Qemu-devel] [PULL 12/32] hw/ptimer: Add "no immediate "
` [Qemu-devel] [PULL 13/32] tests: ptimer: Add tests for "
` [Qemu-devel] [PULL 14/32] hw/ptimer: Add "no immediate reload" policy
` [Qemu-devel] [PULL 15/32] tests: ptimer: Add tests for "
` [Qemu-devel] [PULL 16/32] hw/ptimer: Add "no counter round down" policy
` [Qemu-devel] [PULL 17/32] tests: ptimer: Add tests for "
` [Qemu-devel] [PULL 18/32] tests: ptimer: Change the copyright comment
` [Qemu-devel] [PULL 19/32] tests: ptimer: Replace 10000 with 1
` [Qemu-devel] [PULL 20/32] arm_mptimer: Convert to use ptimer
` [Qemu-devel] [PULL 21/32] tests: Add tests for the ARM MPTimer
` [Qemu-devel] [PULL 22/32] ACPI: Add IORT Structure definition
` [Qemu-devel] [PULL 23/32] ARM: Virt: ACPI: Build an IORT table with RC and ITS nodes
` [Qemu-devel] [PULL 24/32] timer: a9gtimer: remove loop to auto-increment comparator
` [Qemu-devel] [PULL 25/32] i2c: Fix SMBus read transactions to avoid double events
` [Qemu-devel] [PULL 26/32] timer: stm32f2xx_timer: add check for prescaler value
` [Qemu-devel] [PULL 27/32] hw/arm: QOM'ify musicpal.c
` [Qemu-devel] [PULL 28/32] hw/arm: QOM'ify pxa2xx_gpio.c
` [Qemu-devel] [PULL 29/32] hw/arm: QOM'ify strongarm.c
` [Qemu-devel] [PULL 30/32] hw/display: QOM'ify pl110.c
` [Qemu-devel] [PULL 31/32] target-arm: Implement new HLT trap for semihosting
` [Qemu-devel] [PULL 32/32] i2c: Add asserts for second smbus i2c_start_transfer()

[Qemu-devel] [PATCHv3 00/12] pseries: Consolidate guest device tree construction
 2016-10-24 19:10 UTC  (7+ messages)
` [Qemu-devel] [PATCHv3 01/12] pseries: Split device tree construction from device tree load
` [Qemu-devel] [PATCHv3 02/12] pseries: Remove rtas_addr and fdt_addr fields from machinestate
` [Qemu-devel] [PATCHv3 07/12] pseries: Consolidate construction of /chosen device tree node

[Qemu-devel] [PULL 00/17] x86 and CPU queue, 2016-10-24
 2016-10-24 19:09 UTC  (5+ messages)

[Qemu-devel] [PATCH v2 00/18] tcg field extract primitives
 2016-10-24 19:04 UTC  (2+ messages)

[Qemu-devel] [PATCH 0/2] allow blockdev-add for NFS
 2016-10-24 18:52 UTC  (5+ messages)
` [Qemu-devel] [PATCH 1/2] block/nfs: Introduce runtime_opts in NFS

[Qemu-devel] [PATCH] tests: Remove unneeded "-vnc none" option
 2016-10-24 18:50 UTC  (3+ messages)

[Qemu-devel] [PATCH v5 0/4] fdc: Use separate qdev device for drives
 2016-10-24 18:44 UTC  (2+ messages)

[Qemu-devel] [PULL 00/23] Block layer patches
 2016-10-24 18:36 UTC  (25+ messages)
` [Qemu-devel] [PULL 01/23] block: failed qemu-img command should return non-zero exit code
` [Qemu-devel] [PULL 02/23] qcow2: Support BDRV_REQ_MAY_UNMAP
` [Qemu-devel] [PULL 03/23] block: Remove "options" indirection from blockdev-add
` [Qemu-devel] [PULL 04/23] block: improve error handling in raw_open
` [Qemu-devel] [PULL 05/23] qapi: fix memory leak in bdrv_image_info_specific_dump
` [Qemu-devel] [PULL 06/23] throttle: Correct access to wrong BlockBackendPublic structures
` [Qemu-devel] [PULL 07/23] qemu-iotests: Test I/O in a single drive from a throttling group
` [Qemu-devel] [PULL 08/23] qemu-nbd: Add --fork option
` [Qemu-devel] [PULL 09/23] iotests: Remove raciness from 162
` [Qemu-devel] [PULL 10/23] iotests: Do not rely on unavailable domains in 162
` [Qemu-devel] [PULL 11/23] quorum: change child_iter to children_read
` [Qemu-devel] [PULL 12/23] quorum: do not allocate multiple iovecs for FIFO strategy
` [Qemu-devel] [PULL 13/23] block: Hide HBitmap in block dirty bitmap interface
` [Qemu-devel] [PULL 14/23] HBitmap: Introduce "meta" bitmap to track bit changes
` [Qemu-devel] [PULL 15/23] tests: Add test code for meta bitmap
` [Qemu-devel] [PULL 16/23] block: Support meta dirty bitmap
` [Qemu-devel] [PULL 17/23] block: Add two dirty bitmap getters
` [Qemu-devel] [PULL 18/23] block: Assert that bdrv_release_dirty_bitmap succeeded
` [Qemu-devel] [PULL 19/23] hbitmap: serialization
` [Qemu-devel] [PULL 20/23] block: BdrvDirtyBitmap serialization interface
` [Qemu-devel] [PULL 21/23] tests: Add test code for hbitmap serialization
` [Qemu-devel] [PULL 22/23] block: More operations for meta dirty bitmap
` [Qemu-devel] [PULL 23/23] block/replication: Clarify 'top-id' parameter usage

[Qemu-devel] [PATCH v8 00/37] cmpxchg atomic operations
 2016-10-24 18:27 UTC  (40+ messages)
` [Qemu-devel] [PATCH v8 01/37] atomics: Add parameters to macros
` [Qemu-devel] [PATCH v8 02/37] atomics: add atomic_xor
` [Qemu-devel] [PATCH v8 03/37] atomics: add atomic_op_fetch variants
` [Qemu-devel] [PATCH v8 04/37] atomics: Add __nocheck atomic operations
` [Qemu-devel] [PATCH v8 05/37] exec: Avoid direct references to Int128 parts
` [Qemu-devel] [PATCH v8 06/37] int128: Use __int128 if available
` [Qemu-devel] [PATCH v8 07/37] int128: Add int128_make128
` [Qemu-devel] [PATCH v8 09/37] linux-user: enable parallel code generation on clone
` [Qemu-devel] [PATCH v8 10/37] cputlb: Replace SHIFT with DATA_SIZE
` [Qemu-devel] [PATCH v8 11/37] cputlb: Move probe_write out of softmmu_template.h
` [Qemu-devel] [PATCH v8 12/37] cputlb: Remove includes from softmmu_template.h
` [Qemu-devel] [PATCH v8 13/37] cputlb: Move most of iotlb code out of line
` [Qemu-devel] [PATCH v8 14/37] cputlb: Tidy some macros
` [Qemu-devel] [PATCH v8 15/37] tcg: Add atomic helpers
` [Qemu-devel] [PATCH v8 16/37] tcg: Add atomic128 helpers
` [Qemu-devel] [PATCH v8 17/37] tcg: Add CONFIG_ATOMIC64
` [Qemu-devel] [PATCH v8 18/37] tcg: Emit barriers with parallel_cpus
` [Qemu-devel] [PATCH v8 19/37] target-i386: emulate LOCK'ed cmpxchg using cmpxchg helpers
` [Qemu-devel] [PATCH v8 20/37] target-i386: emulate LOCK'ed OP instructions using atomic helpers
` [Qemu-devel] [PATCH v8 21/37] target-i386: emulate LOCK'ed INC using atomic helper
` [Qemu-devel] [PATCH v8 22/37] target-i386: emulate LOCK'ed NOT "
` [Qemu-devel] [PATCH v8 23/37] target-i386: emulate LOCK'ed NEG using cmpxchg helper
` [Qemu-devel] [PATCH v8 24/37] target-i386: emulate LOCK'ed XADD using atomic helper
` [Qemu-devel] [PATCH v8 25/37] target-i386: emulate LOCK'ed BTX ops using atomic helpers
` [Qemu-devel] [PATCH v8 26/37] target-i386: emulate XCHG using atomic helper
` [Qemu-devel] [PATCH v8 27/37] target-i386: remove helper_lock()
` [Qemu-devel] [PATCH v8 28/37] tests: add atomic_add-bench
` [Qemu-devel] [PATCH v8 29/37] target-arm: Rearrange aa32 load and store functions
` [Qemu-devel] [PATCH v8 30/37] target-arm: emulate LL/SC using cmpxchg helpers
` [Qemu-devel] [PATCH v8 31/37] target-arm: emulate SWP with atomic_xchg helper
` [Qemu-devel] [PATCH v8 32/37] target-arm: emulate aarch64's LL/SC using cmpxchg helpers
` [Qemu-devel] [PATCH v8 33/37] linux-user: remove handling of ARM's EXCP_STREX
` [Qemu-devel] [PATCH v8 34/37] linux-user: remove handling of aarch64's EXCP_STREX
` [Qemu-devel] [PATCH v8 35/37] target-arm: remove EXCP_STREX + cpu_exclusive_{test, info}
` [Qemu-devel] [PATCH v8 36/37] target-alpha: Introduce MMU_PHYS_IDX
` [Qemu-devel] [PATCH v8 37/37] target-alpha: Emulate LL/SC using cmpxchg helpers

[Qemu-devel] [PATCH v17 00/14] PTimer fixes/features and ARM MPTimer conversion
 2016-10-24 18:19 UTC  (3+ messages)

[Qemu-devel] [PATCH] hw/i2c/bitbang_i2c: Handle NACKs from devices
 2016-10-24 18:12 UTC 

[Qemu-devel] [PATCH v8 00/36] block: Image locking series
 2016-10-24 18:03 UTC  (4+ messages)

[Qemu-devel] [PULL 00/35] cmpxchg atomic operations
 2016-10-24 18:02 UTC  (4+ messages)

[Qemu-devel] [PATCH v7 00/22] qcow2: persistent dirty bitmaps
 2016-10-24 17:30 UTC  (23+ messages)
` [Qemu-devel] [PATCH 12/22] qcow2-bitmap: add IN_USE flag
` [Qemu-devel] [PATCH 15/22] qcow2-bitmap: add autoclear bit
` [Qemu-devel] [PATCH 16/22] qmp: add persistent flag to block-dirty-bitmap-add
` [Qemu-devel] [PATCH 17/22] qmp: add autoload parameter "

[Qemu-devel] [RESEND PATCH v3 kernel 0/7] Extend virtio-balloon for fast (de)inflating & fast live migration
 2016-10-24 16:53 UTC  (7+ messages)
` [Qemu-devel] [RESEND PATCH v3 kernel 1/7] virtio-balloon: rework deflate to add page to a list
` [Qemu-devel] [RESEND PATCH v3 kernel 2/7] virtio-balloon: define new feature bit and page bitmap head
` [Qemu-devel] [RESEND PATCH v3 kernel 3/7] mm: add a function to get the max pfn

[Qemu-devel] [PATCHv5 00/12] Cleanups to qtest PCI handling
 2016-10-24 16:50 UTC  (3+ messages)
` [Qemu-devel] [PATCHv5 11/12] tests: Don't assume structure of PCI IO base in ahci-test

[Qemu-devel] [PATCH 0/2] tests: silence error_report in tests
 2016-10-24 16:31 UTC  (3+ messages)
` [Qemu-devel] [PATCH 1/2] qemu-error: remove dependency of stubs on monitor
` [Qemu-devel] [PATCH 2/2] tests: send error_report to test log

[Qemu-devel] [PATCH 0/4] POWER9 TCG enablements - part7
 2016-10-24 16:16 UTC  (5+ messages)
` [Qemu-devel] [PATCH 2/4] target-ppc: add vmul10[u, eu, cu, ecu]q instructions
` [Qemu-devel] [PATCH 3/4] target-ppc: add vrldnmi and vrlwmi instructions

[Qemu-devel] [PATCH v2] i2c: Add asserts for second smbus i2c_start_transfer()
 2016-10-24 15:50 UTC  (2+ messages)

[Qemu-devel] [PATCHv2 00/12] pseries: Consolidate guest device tree construction
 2016-10-24  2:20 UTC  (5+ messages)
` [Qemu-devel] [PATCHv2 07/12] pseries: Consolidate construction of /chosen device tree node

[Qemu-devel] [PATCH v3 0/3] Live migration optimization for Thunderx platform
 2016-10-24 15:51 UTC  (9+ messages)
` [Qemu-devel] [PATCH v3 1/3] cutils: Set __builtin_prefetch optional parameters
` [Qemu-devel] [PATCH v3 2/3] utils: Add helper to read arm MIDR_EL1 register
` [Qemu-devel] [PATCH v3 3/3] utils: Add prefetch for Thunderx platform

[Qemu-devel] [PATCH v5 00/17] ppc/pnv: booting the kernel and reaching user space
 2016-10-24 15:42 UTC  (3+ messages)
` [Qemu-devel] [PATCH v5 12/17] ppc/pnv: add a XICS native to each PowerNV chip

[Qemu-devel] [PATCH 0/2] qmp output visitor test improvement
 2016-10-24 15:36 UTC  (3+ messages)
` [Qemu-devel] [PATCH 1/2] tests: Simplify expected error checking for qmp output
` [Qemu-devel] [PATCH 2/2] tests: Enhance qmp output to cover partial visit

[Qemu-devel] [PATCH] vhost: migration blocker only if shared log is used
 2016-10-24 15:35 UTC 

[Qemu-devel] [v2] nvic: set pending status for not active interrupts
 2016-10-24 15:25 UTC  (2+ messages)

[Qemu-devel] [RFC PATCH] memory: Don't use memcpy for ram marked as skip_dump
 2016-10-24 15:16 UTC  (5+ messages)

[Qemu-devel] [PATCH] i2c: Add asserts for second smbus i2c_start_transfer()
 2016-10-24 15:15 UTC  (2+ messages)

[Qemu-devel] [PULL 00/50] Miscellaneous patches for 2016-10-24
 2016-10-24 15:11 UTC  (2+ messages)

[Qemu-devel] [PATCH 0/4] QOM'ify work for arm
 2016-10-24 14:54 UTC  (2+ messages)

[Qemu-devel] Holding the BQL for emulate_ppc_hypercall
 2016-10-24 14:44 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).