qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-10-31 10:48:01 to 2017-11-01 07:17:19 UTC [more...]

[Qemu-devel] [PATCH v6 00/13] Add support for the ZynqMP Generic QSPI
 2017-11-01  7:16 UTC  (13+ messages)
` [Qemu-devel] [PATCH v6 01/13] m25p80: Add support for continuous read out of RDSR and READ_FSR
` [Qemu-devel] [PATCH v6 02/13] m25p80: Add support for SST READ ID 0x90/0xAB commands
` [Qemu-devel] [PATCH v6 03/13] m25p80: Add support for BRRD/BRWR and BULK_ERASE (0x60)
` [Qemu-devel] [PATCH v6 04/13] m25p80: Add support for n25q512a11 and n25q512a13
` [Qemu-devel] [PATCH v6 05/13] xilinx_spips: Move FlashCMD, XilinxQSPIPS and XilinxSPIPSClass
` [Qemu-devel] [PATCH v6 06/13] xilinx_spips: Update striping to be big-endian bit order
` [Qemu-devel] [PATCH v6 07/13] xilinx_spips: Add support for RX discard and RX drain
` [Qemu-devel] [PATCH v6 08/13] xilinx_spips: Make tx/rx_data_bytes more generic and reusable
` [Qemu-devel] [PATCH v6 09/13] xilinx_spips: Add support for zero pumping
` [Qemu-devel] [PATCH v6 10/13] xilinx_spips: Add support for 4 byte addresses in the LQSPI
` [Qemu-devel] [PATCH v6 11/13] xilinx_spips: Don't set TX FIFO UNDERFLOW at cmd done
` [Qemu-devel] [PATCH v6 13/13] xlnx-zcu102: Add support for the ZynqMP QSPI

[Qemu-devel] [PATCH 0/3] hw/arm: Mark the "fsl, imx" devices with user_creatable = false
 2017-11-01  6:58 UTC  (4+ messages)
` [Qemu-devel] [PATCH 1/3] hw/arm: Mark the "fsl, imx6" device "
` [Qemu-devel] [PATCH 2/3] hw/arm: Mark the "fsl, imx25" "
` [Qemu-devel] [PATCH 3/3] hw/arm: Mark the "fsl, imx31" "

[Qemu-devel] KVM "fake DAX" flushing interface - discussion
 2017-11-01  6:46 UTC  (17+ messages)

[Qemu-devel] question: I found a qemu crash when attach virtio-scsi disk
 2017-11-01  6:42 UTC 

[Qemu-devel] we allow passing -machine type=foo more than once but are confused about which to use
 2017-11-01  6:22 UTC  (2+ messages)

[Qemu-devel] [Bug 1728615] [NEW] qemu-io crashes with SIGABRT and Assertion `c->entries[i].offset != 0' failed
 2017-11-01  6:13 UTC  (2+ messages)

[Qemu-devel] What is the best commit for record-replay?
 2017-11-01  5:14 UTC  (14+ messages)

[Qemu-devel] [RFCPATCH00/20] replay additions
 2017-10-31 16:41 UTC  (23+ messages)
` [Qemu-devel] [RFCPATCH02/20] blkreplay: create temporary overlay for underlaying devices
` [Qemu-devel] [RFCPATCH03/20] replay: disable default snapshot for record/replay
` [Qemu-devel] [RFCPATCH04/20] replay: fix processing async events
` [Qemu-devel] [RFCPATCH05/20] replay: fixed replay_enable_events
` [Qemu-devel] [RFCPATCH06/20] replay: fix save/load vm for non-empty queue
` [Qemu-devel] [RFCPATCH07/20] replay: added replay log format description
` [Qemu-devel] [RFCPATCH08/20] replay: make safe vmstop at record/replay
` [Qemu-devel] [RFCPATCH09/20] replay: save prior value of the host clock
` [Qemu-devel] [RFCPATCH10/20] icount: fixed saving/restoring of icount warp timers
` [Qemu-devel] [RFCPATCH11/20] target/arm/arm-powertctl: drop BQL assertions
` [Qemu-devel] [RFCPATCH12/20] cpus: push BQL lock to qemu_*_wait_io_event
` [Qemu-devel] [RFCPATCH13/20] cpus: only take BQL for sleeping threads
` [Qemu-devel] [RFCPATCH14/20] replay/replay.c: bump REPLAY_VERSION again
` [Qemu-devel] [RFCPATCH15/20] replay/replay-internal.c: track holding of replay_lock
` [Qemu-devel] [RFCPATCH16/20] replay: make locking visible outside replay code
` [Qemu-devel] [RFCPATCH17/20] replay: push replay_mutex_lock up the call tree
` [Qemu-devel] [RFCPATCH18/20] cpu-exec: don't overwrite exception_index
` [Qemu-devel] [RFCPATCH19/20] cpu-exec: reset exit flag before calling cpu_exec_nocache
` [Qemu-devel] [RFCPATCH20/20] replay: don't destroy mutex at exit

[Qemu-devel] [PATCH] aarch64: advertise the GIC system register interface
 2017-11-01  2:09 UTC  (8+ messages)

[Qemu-devel] [RFC PATCH 00/26] replay additions
 2017-10-31 18:31 UTC  (29+ messages)
` [Qemu-devel] [RFC PATCH 01/26] block: implement bdrv_snapshot_goto for blkreplay
` [Qemu-devel] [RFC PATCH 02/26] blkreplay: create temporary overlay for underlaying devices
` [Qemu-devel] [RFC PATCH 03/26] replay: disable default snapshot for record/replay
` [Qemu-devel] [RFC PATCH 04/26] replay: fix processing async events
` [Qemu-devel] [RFC PATCH 05/26] replay: fixed replay_enable_events
` [Qemu-devel] [RFC PATCH 06/26] replay: fix save/load vm for non-empty queue
` [Qemu-devel] [RFC PATCH 07/26] replay: added replay log format description
` [Qemu-devel] [RFC PATCH 08/26] replay: make safe vmstop at record/replay
` [Qemu-devel] [RFC PATCH 09/26] replay: save prior value of the host clock
` [Qemu-devel] [RFC PATCH 10/26] icount: fixed saving/restoring of icount warp timers
` [Qemu-devel] [RFC PATCH 11/26] target/arm/arm-powertctl: drop BQL assertions
` [Qemu-devel] [RFC PATCH 12/26] cpus: push BQL lock to qemu_*_wait_io_event
` [Qemu-devel] [RFC PATCH 13/26] cpus: only take BQL for sleeping threads
` [Qemu-devel] [RFC PATCH 14/26] replay/replay.c: bump REPLAY_VERSION again
` [Qemu-devel] [RFC PATCH 15/26] replay/replay-internal.c: track holding of replay_lock
` [Qemu-devel] [RFC PATCH 16/26] replay: make locking visible outside replay code
` [Qemu-devel] [RFC PATCH 17/26] replay: push replay_mutex_lock up the call tree
` [Qemu-devel] [RFC PATCH 18/26] cpu-exec: don't overwrite exception_index
` [Qemu-devel] [RFC PATCH 19/26] cpu-exec: reset exit flag before calling cpu_exec_nocache
` [Qemu-devel] [RFC PATCH 20/26] replay: don't destroy mutex at exit
` [Qemu-devel] [RFC PATCH 21/26] replay: check return values of fwrite
` [Qemu-devel] [RFC PATCH 22/26] scripts/qemu-gdb: add simple tcg lock status helper
` [Qemu-devel] [RFC PATCH 23/26] util/qemu-thread-*: add qemu_lock, locked and unlock trace events
` [Qemu-devel] [RFC PATCH 24/26] scripts/analyse-locks-simpletrace.py: script to analyse lock times
` [Qemu-devel] [RFC PATCH 25/26] scripts/replay-dump.py: replay log dumper
` [Qemu-devel] [RFC PATCH 26/26] scripts/qemu-gdb/timers.py: new helper to dump timer state

[Qemu-devel] [PULL 0/2] Ide patches
 2017-10-31 23:02 UTC  (3+ messages)
` [Qemu-devel] [PULL 1/2] hw/ide/ahci: Move allwinner code into a separate file
` [Qemu-devel] [PULL 2/2] ide: avoid referencing NULL dev in rotational rate setting

[Qemu-devel] [Bug 1719196] Please test proposed package
 2017-10-31 22:43 UTC  (2+ messages)
` [Qemu-devel] [Bug 1719196] Re: [arm64 ocata] newly created instances are unable to raise network interfaces

[Qemu-devel] [PATCH v4] arm: implement cache/shareability attribute bits for PAR registers
 2017-10-31 22:38 UTC 

[Qemu-devel] [PATCH v2 0/4] ppc: adding some RTAS calls in tests/libqos
 2017-10-31 20:43 UTC  (5+ messages)
` [Qemu-devel] [PATCH v2 1/4] tests: adding 'check_exception' RTAS implementation
` [Qemu-devel] [PATCH v2 2/4] tests: adding 'set_indicator' RTAS call
` [Qemu-devel] [PATCH v2 3/4] tests: ibm, configure-connector RTAS call implementation
` [Qemu-devel] [PATCH v2 4/4] tests/rtas-test.c: fix Apple endian.h include

[Qemu-devel] Block format 'raw' does not support the option 'locking' when disable image locking with option locking=off
 2017-10-31 20:00 UTC  (6+ messages)

[Qemu-devel] [RFC v2 00/33] Migration: postcopy failure recovery
 2017-10-31 18:57 UTC  (8+ messages)
` [Qemu-devel] [RFC v2 10/33] migration: allow dst vm pause on postcopy

[Qemu-devel] (no subject)
 2017-10-31 18:38 UTC  (5+ messages)
` [Qemu-devel] [PATCH 3/4] multiboot: load elf sections and section headers

[Qemu-devel] [PATCH v2] don't hardcode EL1 in extended_addresses_enabled
 2017-10-31 18:15 UTC  (8+ messages)

[Qemu-devel] [PULL] qemu-sparc update
 2017-10-31 17:50 UTC 

[Qemu-devel] [PATCH 0/2] Fix eepro100 simple transmission, add i82559 chipset
 2017-10-31 17:50 UTC  (4+ messages)
` [Qemu-devel] [PATCH 1/2] Fix eepro100 simple transmission mode
` [Qemu-devel] [PATCH 2/2] Add i82559a eepro100 interface

[Qemu-devel] [PATCH v3 5/5] RFC: fw_cfg: add DMA write operation in sysfs
 2017-10-31 17:06 UTC  (4+ messages)

[Qemu-devel] [PATCH 0/2] Add 8-byte wide AMD flash support, partial interleaving
 2017-10-31 17:00 UTC  (4+ messages)
` [Qemu-devel] [PATCH 1/2] Add 8-byte access to AMD CFI devices
` [Qemu-devel] [PATCH 2/2] Add support for flash interleaving of AMD chips

[Qemu-devel] [PATCH] io: Fix QIOChannelFile when creating and opening read-write
 2017-10-31 16:49 UTC  (2+ messages)

[Qemu-devel] unfaithful emulation of system calls
 2017-10-31 16:47 UTC  (2+ messages)

[Qemu-devel] [Bug 1318091] [NEW] Perfctr MSRs not available to Guest OS on AMD Phenom II
 2017-10-31 16:28 UTC  (2+ messages)
` [Qemu-devel] [Bug 1318091] "

[Qemu-devel] [PATCH] Make scrolling work again
 2017-10-31 16:23 UTC  (2+ messages)

[Qemu-devel] [PATCH v2 0/1] linux: Buffers/caches in VirtIO Balloon driver stats
 2017-10-31 16:15 UTC  (6+ messages)
` [Qemu-devel] [PATCH v2 1/1] virtio_balloon: include buffers and cached memory statistics

[Qemu-devel] [RFC PATCH] vl: only display available accelerators
 2017-10-30  4:13 UTC  (2+ messages)

[Qemu-devel] [PULL 0/5] target-arm queue
 2017-10-31 15:33 UTC  (7+ messages)
` [Qemu-devel] [PULL 1/5] fix WFI/WFE length in syndrome register
` [Qemu-devel] [PULL 2/5] xlnx-zcu102: Specify the max number of CPUs
` [Qemu-devel] [PULL 3/5] msf2: Remove dead code reported by Coverity
` [Qemu-devel] [PULL 4/5] msf2: Wire up SYSRESETREQ in SoC for system reset
` [Qemu-devel] [PULL 5/5] hw/pci-host/gpex: Improve INTX to gsi routing error checking

[Qemu-devel] [PATCH] Enable 8-byte wide MMIO for 16550 serial devices
 2017-10-31 15:24 UTC 

[Qemu-devel] [PATCH v4 0/5] fw_cfg: add DMA operations & etc/vmcoreinfo support
 2017-10-31 15:19 UTC  (6+ messages)
` [Qemu-devel] [PATCH v4 1/5] fw_cfg: fix the command line module name
` [Qemu-devel] [PATCH v4 2/5] fw_cfg: add DMA register
` [Qemu-devel] [PATCH v4 3/5] fw_cfg: do DMA read operation
` [Qemu-devel] [PATCH v4 4/5] crash: export paddr_vmcoreinfo_note()
` [Qemu-devel] [PATCH v4 5/5] fw_cfg: write vmcoreinfo details

[Qemu-devel] [RISU PATCH 0/7] Add @Group support and some aarch64.risu cleanups
 2017-10-31 14:54 UTC  (8+ messages)
` [Qemu-devel] [RISU PATCH 1/7] aarch64.risu: document naming conventions
` [Qemu-devel] [RISU PATCH 2/7] aarch64.risu: remove duplicate AdvSIMD Scalar 3 same block
` [Qemu-devel] [RISU PATCH 3/7] aarch64.risu: remove duplicate AdvSIMD scalar 2 reg misc block
` [Qemu-devel] [RISU PATCH 4/7] aarch64.risu: update AdvancedSIMD across lanes
` [Qemu-devel] [RISU PATCH 5/7] risugen/risugen_$arch: factor out instruction selection
` [Qemu-devel] [RISU PATCH 6/7] risugen: support @GroupName in risu files
` [Qemu-devel] [RISU PATCH 7/7] aarch64.risu: clean-up and annotate with groups

[Qemu-devel] [PATCH v2 0/2] ui/cocoa.m: enable guest to see control-alt key combinations
 2017-10-31 14:52 UTC  (4+ messages)
` [Qemu-devel] [PATCH v2 2/2] ui/cocoa.m: send ctrl-alt key combinations to guest if not used by QEMU

[Qemu-devel] 'make help' generate unrelated files
 2017-10-31 14:33 UTC  (3+ messages)

[Qemu-devel] [PULL 00/12] NBD patches prior to 2.11 soft freeze
 2017-10-31 14:27 UTC  (2+ messages)

[Qemu-devel] [RFC 3/6] possible_cpus: add CPUArchId::type field
 2017-10-31 14:01 UTC  (4+ messages)
` [Qemu-devel] [RFC v2 "

[Qemu-devel] [PATCH v6 00/25] block: Fix some filename generation issues
 2017-10-31 13:52 UTC  (11+ messages)
` [Qemu-devel] [PATCH v6 10/25] block: Add bdrv_dirname()
` [Qemu-devel] [PATCH v6 11/25] blkverify: Make bdrv_dirname() return NULL
` [Qemu-devel] [PATCH v6 12/25] quorum: "
` [Qemu-devel] [PATCH v6 14/25] block/nfs: Implement bdrv_dirname()
` [Qemu-devel] [PATCH v6 15/25] block: Use bdrv_dirname() for relative filenames

[Qemu-devel] [PATCH] docker: add python stdlib dependency (required by keycodemapdb)
 2017-10-31 13:33 UTC  (2+ messages)

[Qemu-devel] [PATCH v3] arm: implement cache/shareability attribute bits for PAR registers
 2017-10-31 13:29 UTC  (3+ messages)

[Qemu-devel] [PATCH v2 3/4] fw_cfg: write vmcoreinfo details
 2017-10-31 13:15 UTC  (2+ messages)

[Qemu-devel] [PULL 0/2] hmp queue
 2017-10-31 13:11 UTC  (2+ messages)

[Qemu-devel] [RFC PATCH 00/26] replay additions
 2017-10-31 12:48 UTC  (28+ messages)
` [Qemu-devel] [RFC PATCH 01/26] block: implement bdrv_snapshot_goto for blkreplay
` [Qemu-devel] [RFC PATCH 02/26] blkreplay: create temporary overlay for underlaying devices
` [Qemu-devel] [RFC PATCH 03/26] replay: disable default snapshot for record/replay
` [Qemu-devel] [RFC PATCH 04/26] replay: fix processing async events
` [Qemu-devel] [RFC PATCH 05/26] replay: fixed replay_enable_events
` [Qemu-devel] [RFC PATCH 06/26] replay: fix save/load vm for non-empty queue
` [Qemu-devel] [RFC PATCH 07/26] replay: added replay log format description
` [Qemu-devel] [RFC PATCH 08/26] replay: make safe vmstop at record/replay
` [Qemu-devel] [RFC PATCH 09/26] replay: save prior value of the host clock
` [Qemu-devel] [RFC PATCH 10/26] icount: fixed saving/restoring of icount warp timers
` [Qemu-devel] [RFC PATCH 11/26] target/arm/arm-powertctl: drop BQL assertions
` [Qemu-devel] [RFC PATCH 12/26] cpus: push BQL lock to qemu_*_wait_io_event
` [Qemu-devel] [RFC PATCH 13/26] cpus: only take BQL for sleeping threads
` [Qemu-devel] [RFC PATCH 14/26] replay/replay.c: bump REPLAY_VERSION again
` [Qemu-devel] [RFC PATCH 15/26] replay/replay-internal.c: track holding of replay_lock
` [Qemu-devel] [RFC PATCH 16/26] replay: make locking visible outside replay code
` [Qemu-devel] [RFC PATCH 17/26] replay: push replay_mutex_lock up the call tree
` [Qemu-devel] [RFC PATCH 18/26] cpu-exec: don't overwrite exception_index
` [Qemu-devel] [RFC PATCH 19/26] cpu-exec: reset exit flag before calling cpu_exec_nocache
` [Qemu-devel] [RFC PATCH 20/26] replay: don't destroy mutex at exit
` [Qemu-devel] [RFC PATCH 21/26] replay: check return values of fwrite
` [Qemu-devel] [RFC PATCH 22/26] scripts/qemu-gdb: add simple tcg lock status helper
` [Qemu-devel] [RFC PATCH 23/26] util/qemu-thread-*: add qemu_lock, locked and unlock trace events
` [Qemu-devel] [RFC PATCH 24/26] scripts/analyse-locks-simpletrace.py: script to analyse lock times
` [Qemu-devel] [RFC PATCH 25/26] scripts/replay-dump.py: replay log dumper
` [Qemu-devel] [RFC PATCH 26/26] scripts/qemu-gdb/timers.py: new helper to dump timer state

[Qemu-devel] [PATCH 0/7] linux-user fixes, mostly for hppa
 2017-10-31 12:53 UTC  (8+ messages)
` [Qemu-devel] [PATCH 1/7] linux-user: Restrict usage of sa_restorer
` [Qemu-devel] [PATCH 2/7] linux-user/hppa: Fix TARGET_SA_* defines
` [Qemu-devel] [PATCH 3/7] linux-user/hppa: Fix cpu_clone_regs
` [Qemu-devel] [PATCH 4/7] linux-user/hppa: Fix typo for TARGET_NR_epoll_wait
` [Qemu-devel] [PATCH 5/7] linux-user/hppa: Fix TARGET_MAP_TYPE
` [Qemu-devel] [PATCH 6/7] linux-user/hppa: Fix TARGET_F_RDLCK, TARGET_F_WRLCK, TARGET_F_UNLCK
` [Qemu-devel] [PATCH 7/7] linux-user: Handle TARGET_MAP_STACK and TARGET_MAP_HUGETLB

[Qemu-devel] [PATCH v5 00/13] Add support for the ZynqMP Generic QSPI
 2017-10-31 11:55 UTC  (5+ messages)
` [Qemu-devel] [PATCH v5 01/13] m25p80: Add support for continuous read out of RDSR and READ_FSR

[Qemu-devel] [Bug 1728325] [NEW] POWER8: Wrong behaviour with float-to-int punning
 2017-10-31 10:38 UTC  (2+ messages)
` [Qemu-devel] [Bug 1728325] "


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