qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-03-26 15:10:36 to 2018-03-27 11:34:04 UTC [more...]

[Qemu-devel] [PATCH v1 00/14] fp-test + hostfloat
 2018-03-27 11:33 UTC  (10+ messages)
` [Qemu-devel] [PATCH v1 01/14] tests: add fp-bench, a collection of simple floating-point microbenchmarks
` [Qemu-devel] [PATCH v1 02/14] tests: add fp-test, a floating point test suite
` [Qemu-devel] [PATCH v1 03/14] softfloat: fix {min, max}nummag for same-abs-value inputs
` [Qemu-devel] [PATCH v1 04/14] fp-test: add muladd variants

[Qemu-devel] [PATCH 0/8] migration: improve and cleanup compression
 2018-03-27 11:17 UTC  (22+ messages)
` [Qemu-devel] [PATCH 1/8] migration: stop compressing page in migration thread
` [Qemu-devel] [PATCH 2/8] migration: stop allocating and freeing memory frequently
` [Qemu-devel] [PATCH 3/8] migration: support to detect compression and decompression errors
` [Qemu-devel] [PATCH 4/8] migration: introduce control_save_page()

[Qemu-devel] [PATCH v2 0/6] Extend vhost-user to support VFIO based accelerators
 2018-03-27 11:06 UTC  (4+ messages)
` [Qemu-devel] [PATCH v2 6/6] vhost-user: add VFIO based accelerators support

[Qemu-devel] [PULL 0/1] decodetree: fix 16-bit insns
 2018-03-27 10:54 UTC  (2+ messages)

[Qemu-devel] [PATCH v1] RISC-V: RISC-V TCG backend work in progress
 2018-03-27 10:52 UTC  (4+ messages)

[Qemu-devel] [PATCH v2 0/4] Monitor: OOB related patches
 2018-03-27 10:41 UTC  (8+ messages)
` [Qemu-devel] [PATCH v2 1/4] qmp: cleanup qmp queues properly
` [Qemu-devel] [PATCH v2 2/4] monitor: new parameter "x-oob"
` [Qemu-devel] [PATCH v2 3/4] tests: Add parameter to qtest_init_without_qmp_handshake
` [Qemu-devel] [PATCH v2 4/4] tests: qmp-test: add test for new "x-oob"

[Qemu-devel] [PATCH v6 00/26] RISC-V: Fixes and cleanups for QEMU 2.12
 2018-03-27 10:21 UTC  (12+ messages)
` [Qemu-devel] [PATCH v6 06/26] RISC-V: Mark ROM read-only after copying in code
  ` [Qemu-devel] [patches] Re: [PATCH v6 00/26] RISC-V: Fixes and cleanups for QEMU 2.12

[Qemu-devel] [PATCH v4 for 2.12 0/3] fix bitmaps migration through shared storage
 2018-03-27 10:11 UTC  (5+ messages)

[Qemu-devel] [PATCH v2 00/14] fp-test + hardfloat
 2018-03-27 10:06 UTC  (17+ messages)
` [Qemu-devel] [PATCH v2 01/14] tests: add fp-bench, a collection of simple floating-point microbenchmarks
` [Qemu-devel] [PATCH v2 02/14] tests: add fp-test, a floating point test suite
` [Qemu-devel] [PATCH v2 03/14] softfloat: fix {min, max}nummag for same-abs-value inputs
` [Qemu-devel] [PATCH v2 04/14] fp-test: add muladd variants
` [Qemu-devel] [PATCH v2 05/14] softfloat: add float{32, 64}_is_{de, }normal
` [Qemu-devel] [PATCH v2 06/14] target/tricore: use float32_is_denormal
` [Qemu-devel] [PATCH v2 07/14] fpu: introduce hardfloat
` [Qemu-devel] [PATCH v2 08/14] hardfloat: support float32/64 addition and subtraction
` [Qemu-devel] [PATCH v2 09/14] hardfloat: support float32/64 multiplication
` [Qemu-devel] [PATCH v2 10/14] hardfloat: support float32/64 division
` [Qemu-devel] [PATCH v2 11/14] hardfloat: support float32/64 fused multiply-add
` [Qemu-devel] [PATCH v2 12/14] hardfloat: support float32/64 square root
` [Qemu-devel] [PATCH v2 13/14] hardfloat: support float32/64 comparison
` [Qemu-devel] [PATCH v2 14/14] hardfloat: support float32_to_float64

[Qemu-devel] [PATCH for-2.12] tests: Silence false positive warning on generated test name
 2018-03-27 10:05 UTC  (2+ messages)

[Qemu-devel] [qemu-devel][PATCH v1 1/2] ssi.c: Check if slave already attached to a parent bus
 2018-03-27  7:21 UTC  (2+ messages)
` [Qemu-devel] [qemu-devel][PATCH v1 2/2] xilinx_spi: use qdev_init_gpio_out for gpio init

[Qemu-devel] [PATCH 0/5] dma/i82374: avoid double creation of i82374 device
 2018-03-27  9:43 UTC  (10+ messages)
` [Qemu-devel] [PATCH for-2.12 1/5] hw/dma/i82374: Avoid double creation of the 82374 controller
` [Qemu-devel] [PATCH for-2.13 2/5] hw/dma/i8257: Define I8257_CHANNEL_COUNT
` [Qemu-devel] [PATCH for-2.13 3/5] hw/dma/i8257: Split i8257_dma_init() by master/slave
` [Qemu-devel] [PATCH for-2.13 /5] hw/dma/i8257: Rename i8257_dma_init() -> i8257_dma_init_cascaded()
` [Qemu-devel] [PATCH for-2.13 5/5] hw/dma/i8257: Rename i8257_dma_init(false) -> i8257_dma_init_pc_at()
` [Qemu-devel] [PATCH for-2.13 4/5] hw/dma/i8257: Rename i8257_dma_init() -> i8257_dma_init_cascaded()

[Qemu-devel] [PATCH v2] xen-pvdevice: Introduce a simplistic xen-pvdevice save state
 2018-03-27  9:42 UTC  (2+ messages)

[Qemu-devel] [PATCH for 2.13 v2 00/20] linux-user: move arch specific parts to arch directories
 2018-03-27  9:33 UTC  (5+ messages)
` [Qemu-devel] [PATCH for 2.13 v2 09/20] linux-user: move s390x signal.c parts to s390x directory

[Qemu-devel] [PATCH v2 for-2.12] gdbstub: send a termination packet instead of crashing gdb
 2018-03-27  9:31 UTC  (2+ messages)

[Qemu-devel] [PULL 00/19] Block layer patches
 2018-03-27  9:27 UTC  (2+ messages)

[Qemu-devel] [PULL 00/16] Misc fixes for QEMU 2.12.0-rc1
 2018-03-27  9:27 UTC  (5+ messages)
` [Qemu-devel] [PULL 06/16] fdc: Exit if ISA controller does not support DMA

[Qemu-devel] [RFC for-2.13 00/12] target/ppc: Assorted cpu cleanups (esp. hash64 MMU)
 2018-03-27  8:56 UTC  (22+ messages)
` [Qemu-devel] [RFC for-2.13 01/12] target/ppc: Standardize instance_init and realize function names
` [Qemu-devel] [RFC for-2.13 02/12] target/ppc: Simplify cpu valid check in ppc_cpu_realize
  ` [Qemu-devel] [Qemu-ppc] "
` [Qemu-devel] [RFC for-2.13 03/12] target/ppc: Pass cpu instead of env to ppc_create_page_sizes_prop()
` [Qemu-devel] [RFC for-2.13 04/12] target/ppc: Avoid taking "env" parameter to mmu-hash64 functions
` [Qemu-devel] [RFC for-2.13 05/12] target/ppc: Remove fallback 64k pagesize information
` [Qemu-devel] [RFC for-2.13 06/12] target/ppc: Move page size setup to helper function
` [Qemu-devel] [RFC for-2.13 07/12] target/ppc: Split page size information into a separate allocation
` [Qemu-devel] [RFC for-2.13 08/12] target/ppc: Make hash64_opts field mandatory for 64-bit hash MMUs
` [Qemu-devel] [RFC for-2.13 09/12] target/ppc: Move 1T segment and AMR options to PPCHash64Options
` [Qemu-devel] [RFC for-2.13 10/12] target/ppc: Fold ci_large_pages flag into PPCHash64Options
` [Qemu-devel] [RFC for-2.13 11/12] target/ppc: Remove unnecessary POWERPC_MMU_V3 flag from mmu_model
` [Qemu-devel] [RFC for-2.13 12/12] target/ppc: Get rid of POWERPC_MMU_VER() macros

[Qemu-devel] [PATCH for 2.13 00/19] linux-user: move arch specific parts from main.c to arch directories
 2018-03-27  8:50 UTC  (22+ messages)
` [Qemu-devel] [PATCH for 2.13 01/19] linux-user: create a dummy per arch cpu_loop.c
` [Qemu-devel] [PATCH for 2.13 02/19] linux-user: move i386/x86_64 cpu loop to i386 directory
` [Qemu-devel] [PATCH for 2.13 03/19] linux-user: move aarch64 cpu loop to aarch64 directory
` [Qemu-devel] [PATCH for 2.13 04/19] linux-user: move arm cpu loop to arm directory
` [Qemu-devel] [PATCH for 2.13 05/19] linux-user: move sparc/sparc64 cpu loop to sparc directory
` [Qemu-devel] [PATCH for 2.13 06/19] linux-user: move ppc/ppc64 cpu loop to ppc directory
` [Qemu-devel] [PATCH for 2.13 07/19] linux-user: move mips/mips64 cpu loop to mips directory
` [Qemu-devel] [PATCH for 2.13 08/19] linux-user: move nios2 cpu loop to nios2 directory
` [Qemu-devel] [PATCH for 2.13 09/19] linux-user: move openrisc cpu loop to openrisc directory
` [Qemu-devel] [PATCH for 2.13 10/19] linux-user: move sh4 cpu loop to sh4 directory
` [Qemu-devel] [PATCH for 2.13 11/19] linux-user: move cris cpu loop to cris directory
` [Qemu-devel] [PATCH for 2.13 12/19] linux-user: move microblaze cpu loop to microblaze directory
` [Qemu-devel] [PATCH for 2.13 13/19] linux-user: move m68k cpu loop to m68k directory
` [Qemu-devel] [PATCH for 2.13 14/19] linux-user: move alpha cpu loop to alpha directory
` [Qemu-devel] [PATCH for 2.13 15/19] linux-user: move s390x cpu loop to s390x directory
` [Qemu-devel] [PATCH for 2.13 16/19] linux-user: move tilegx cpu loop to tilegx directory
` [Qemu-devel] [PATCH for 2.13 17/19] linux-user: move riscv cpu loop to riscv directory
` [Qemu-devel] [PATCH for 2.13 18/19] linux-user: move hppa cpu loop to hppa directory
` [Qemu-devel] [PATCH for 2.13 19/19] linux-user: move xtensa cpu loop to xtensa directory

[Qemu-devel] [PATCH] virtio-serial: fix heap-over-flow
 2018-03-27  8:23 UTC 

[Qemu-devel] [PATCH for-2.12] tcg: Mark muluh_i64 and mulsh_i64 as 64-bit ops
 2018-03-27  5:45 UTC  (2+ messages)

[Qemu-devel] [PULL 0/2] Ide patches
 2018-03-27  4:56 UTC  (3+ messages)
` [Qemu-devel] [PULL 1/2] ide: fix invalid TRIM range abortion for macio
` [Qemu-devel] [PULL 2/2] macio: fix NULL pointer dereference when issuing IDE trim

[Qemu-devel] [Bug 1187334] [NEW] crash on hot-unplug of vmxnet3
 2018-03-27  4:17 UTC  (2+ messages)
` [Qemu-devel] [Bug 1187334] "

[Qemu-devel] [PATCH RESEND v10] vhost: used_memslots refactoring
 2018-03-27  4:14 UTC 

[Qemu-devel] [PATCH] scsi-disk: Don't enlarge min_io_size to max_io_size
 2018-03-27  3:44 UTC  (4+ messages)

[Qemu-devel] [PATCH v2 0/1] iotests: fix test case 185
 2018-03-27  3:33 UTC  (6+ messages)
` [Qemu-devel] [PATCH v2 1/1] "

[Qemu-devel] [PATCH v2 0/5] coccinelle: re-run scripts from scripts/coccinelle
 2018-03-27  3:10 UTC  (3+ messages)
` [Qemu-devel] [PATCH v2 4/5] qdict: remove useless cast

[Qemu-devel] [PATCH 0/4] coccinelle: re-run scripts from scripts/coccinelle
 2018-03-27  3:01 UTC  (3+ messages)
` [Qemu-devel] [PATCH 3/4] qdict: remove useless cast

[Qemu-devel] [PATCH for-2.12 0/8] Monitor: some oob related patches (fixes, new param, tests)
 2018-03-27  2:30 UTC  (22+ messages)
` [Qemu-devel] [PATCH for-2.12 1/8] qmp: fix qmp_capabilities error regression
` [Qemu-devel] [PATCH for-2.12 2/8] qmp: cleanup qmp queues properly
` [Qemu-devel] [PATCH for-2.12 3/8] monitor: new parameter "x-oob"
` [Qemu-devel] [PATCH for-2.12 4/8] qapi: restrict allow-oob value to be "true"
` [Qemu-devel] [PATCH for-2.12 6/8] tests: add oob-test for qapi-schema
` [Qemu-devel] [PATCH for-2.12 7/8] tests: introduce qtest_init_with_qmp_format()
` [Qemu-devel] [PATCH for-2.12 8/8] tests: qmp-test: add test for new "x-oob"

[Qemu-devel] PATCH [02/02] leon3: add smp cpu index to asr17
 2018-03-27  2:25 UTC 

[Qemu-devel] [PATCH 01/02] leon3: change the handling for ASI_LEON_NOCACHE to be aware of if the MMU is enabled or not
 2018-03-27  2:25 UTC 

[Qemu-devel] [PATCH] iotests: fix wait_until_completed()
 2018-03-27  2:21 UTC  (3+ messages)

[Qemu-devel] [PATCH] qmp-test: fix response leak
 2018-03-26 21:57 UTC  (3+ messages)

[Qemu-devel] [PULL 0/4] target/xtensa fixes for 2.12
 2018-03-26 21:44 UTC 

[Qemu-devel] [PATCH 0/2] block/file-posix: Fix fully preallocated truncate
 2018-03-26 20:30 UTC  (2+ messages)

[Qemu-devel] [PULL 0/4] Block patches for 2.12.0-rc1
 2018-03-26 20:20 UTC  (5+ messages)
` [Qemu-devel] [PULL 1/4] qcow2-bitmap: add qcow2_reopen_bitmaps_rw_hint()
` [Qemu-devel] [PULL 2/4] qcow2: fix bitmaps loading when bitmaps already exist
` [Qemu-devel] [PULL 3/4] iotests: enable shared migration cases in 169
` [Qemu-devel] [PULL 4/4] vmdk: return ERROR when cluster sector is larger than vmdk limitation

[Qemu-devel] [PATCH] i386/kvm: add support for KVM_CAP_X86_DISABLE_EXITS
 2018-03-26 19:43 UTC  (4+ messages)

[Qemu-devel] [PATCH v3 00/38] RFC: monitor: add asynchronous command type
 2018-03-26 19:31 UTC  (22+ messages)
` [Qemu-devel] [PATCH v3 02/38] qmp-shell: learn to send commands with quoted arguments
` [Qemu-devel] [PATCH v3 06/38] monitor: no need to remove desc before replacing it
` [Qemu-devel] [PATCH v3 25/38] qmp: remove need for qobject_from_jsonf()
` [Qemu-devel] [PATCH v3 26/38] qmp: fold do_qmp_dispatch() in qmp_dispatch()
` [Qemu-devel] [PATCH v3 27/38] QmpSession: keep a queue of pending commands
` [Qemu-devel] [PATCH v3 28/38] QmpSession: return orderly
` [Qemu-devel] [PATCH v3 29/38] qmp: introduce asynchronous command type
` [Qemu-devel] [PATCH v3 30/38] scripts: learn 'async' qapi commands
` [Qemu-devel] [PATCH v3 31/38] qmp: add qmp_return_is_cancelled()
` [Qemu-devel] [PATCH v3 32/38] monitor: add qmp_return_get_monitor()
` [Qemu-devel] [PATCH v3 33/38] console: graphic_hw_update return true if async
` [Qemu-devel] [PATCH v3 34/38] console: add graphic_hw_update_done()
` [Qemu-devel] [PATCH v3 35/38] console: make screendump asynchronous
` [Qemu-devel] [PATCH v3 36/38] monitor: start making qmp_human_monitor_command() asynchronous
` [Qemu-devel] [PATCH v3 37/38] monitor: teach HMP about asynchronous commands
` [Qemu-devel] [PATCH v3 38/38] hmp: call the asynchronous QMP screendump to fix outdated/glitches

[Qemu-devel] [PATCH v2] target/xtensa: fix timers test
 2018-03-26 18:51 UTC  (2+ messages)

[Qemu-devel] [PATCH for-2.12] maint: Add .mailmap entries for patches claiming list authorship
 2018-03-26 18:50 UTC  (2+ messages)
` [Qemu-devel] [Qemu-trivial] "

[Qemu-devel] nbd BLOCK_STATUS with -m32
 2018-03-26 18:44 UTC  (2+ messages)

[Qemu-devel] [PATCH] WHPX fixes an issue with CPUID 1 not returning CPUID_EXT_HYPERVISOR
 2018-03-26 18:31 UTC  (2+ messages)

[Qemu-devel] [PULL 0/2] Net patches
 2018-03-26 18:18 UTC  (8+ messages)

[Qemu-devel] qemu-nbd
 2018-03-26 18:14 UTC 

[Qemu-devel] [PATCH 5.5/7] dirty-bitmap: drop unused bdrv_undo_clear_dirty_bitmap
 2018-03-26 17:04 UTC  (4+ messages)

[Qemu-devel] [PULL 00/34] Misc patches for 2018-03-06
 2018-03-26 17:02 UTC  (3+ messages)
` [Qemu-devel] [PULL 25/34] Fixing WHPX casing to match SDK

[Qemu-devel] [PULL for-2.12 0/1] target/hppa: Fix for glibc 2.27
 2018-03-26 16:50 UTC  (2+ messages)
` [Qemu-devel] [PULL 1/1] target/hppa: Include priv level in user-only iaoq

[Qemu-devel] [PATCH v3] qemu-doc: Rework the network options chapter to make "-net" less prominent
 2018-03-26 16:42 UTC  (2+ messages)

[Qemu-devel] [PATCH 00/14] Generalize Dallas/Maxim I2C RTC devices v2
 2018-03-26 16:34 UTC  (4+ messages)
` [Qemu-devel] [PATCH 01/14] tests: more thorough tests of ds1338

[Qemu-devel] [PATCH v3] vmdk: return ERROR when cluster sector is larger than vmdk limitation
 2018-03-26 16:29 UTC  (2+ messages)

[Qemu-devel] [PATCH v5 4/5] virtio-balloon: VIRTIO_BALLOON_F_FREE_PAGE_HINT
 2018-03-26 15:35 UTC  (12+ messages)
  ` [Qemu-devel] [virtio-dev] "

[Qemu-devel] [PATCH] dma/i82374: avoid double creation of i82374 device
 2018-03-26 15:20 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).