qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-08-14 12:18:55 to 2019-08-15 09:02:08 UTC [more...]

[Qemu-devel] [PATCH v1] s390x/tcg: Fix VERIM with 32/64 bit elements
 2019-08-15  9:00 UTC  (4+ messages)

[Qemu-devel] [PATCH v5 00/10] Measure Tiny Code Generation Quality
 2019-08-15  8:59 UTC  (13+ messages)
` [Qemu-devel] [PATCH v5 01/10] accel: introducing TBStatistics structure
` [Qemu-devel] [PATCH v5 02/10] accel: collecting TB execution count
` [Qemu-devel] [PATCH v5 03/10] accel: collecting JIT statistics
` [Qemu-devel] [PATCH v5 04/10] accel: replacing part of CONFIG_PROFILER with TBStats
` [Qemu-devel] [PATCH v5 05/10] accel: adding TB_JIT_TIME and full replacing CONFIG_PROFILER
` [Qemu-devel] [PATCH v5 06/10] log: adding -d tb_stats to control tbstats
` [Qemu-devel] [PATCH v5 07/10] monitor: adding tb_stats hmp command
` [Qemu-devel] [PATCH v5 08/10] Adding info [tbs|tb|coverset] commands to HMP. These commands allow the exploration of TBs generated by the TCG. Understand which one hotter, with more guest/host instructions... and examine their guest, host and IR code
` [Qemu-devel] [PATCH v5 09/10] monitor: adding new info cfg command
` [Qemu-devel] [PATCH v5 10/10] linux-user: dumping hot TBs at the end of the execution

[Qemu-devel] RISC-V: Vector && DSP Extension
 2019-08-15  8:53 UTC  (5+ messages)

[Qemu-devel] [PATCH 0/4] configure: Fix libssh on Ubuntu 18.04
 2019-08-15  8:52 UTC  (16+ messages)
` [Qemu-devel] [RFC PATCH 1/4] configure: Improve libssh check
` [Qemu-devel] [PATCH 2/4] configure: Avoid using libssh deprecated API
` [Qemu-devel] [PATCH 3/4] configure: Improve checking libssh version is 0.8
` [Qemu-devel] [PATCH 4/4] configure: Log the libssh version detected

[Qemu-devel] [PATCH 00/13] RFC: luks/encrypted qcow2 key management
 2019-08-15  8:49 UTC  (16+ messages)
` [Qemu-devel] [PATCH 01/13] block-crypto: misc refactoring
` [Qemu-devel] [PATCH 02/13] qcrypto-luks: "
` [Qemu-devel] [PATCH 03/13] qcrypto-luks: refactoring: extract load/store/check/parse header functions
` [Qemu-devel] [PATCH 04/13] qcrypto-luks: refactoring: simplify the math used for keyslot locations
` [Qemu-devel] [PATCH 05/13] qcrypto-luks: clear the masterkey and password before freeing them always
` [Qemu-devel] [PATCH 06/13] qcrypto-luks: implement more rigorous header checking
` [Qemu-devel] [PATCH 07/13] block: add manage-encryption command (qmp and blockdev)
` [Qemu-devel] [PATCH 08/13] qcrypto: add the plumbing for encryption management
` [Qemu-devel] [PATCH 09/13] qcrypto-luks: implement the encryption key management
` [Qemu-devel] [PATCH 10/13] block/crypto: "
` [Qemu-devel] [PATCH 11/13] block/qcow2: implement the encryption key managment
` [Qemu-devel] [PATCH 12/13] qemu-img: implement key management
` [Qemu-devel] [PATCH 13/13] iotests : add tests for encryption "

[Qemu-devel] [PATCH v3 00/15] target/arm/kvm: enable SVE in guests
 2019-08-15  8:45 UTC  (3+ messages)

[Qemu-devel] [PATCH-for-4.2 v9 00/12] ARM virt: ACPI memory hotplug support
 2019-08-15  8:42 UTC  (3+ messages)
` [Qemu-devel] [PATCH-for-4.2 v9 01/12] hw/acpi: Make ACPI IO address space configurable

[Qemu-devel] [RFC v2] hw/sd/aspeed_sdhci: New device
 2019-08-15  8:05 UTC  (2+ messages)

[Qemu-devel] [RFC PATCH v3 00/46] rewrite MMX/SSE/SSE2/SSE3 instruction translation
 2019-08-15  8:00 UTC  (51+ messages)
` [Qemu-devel] [RFC PATCH v3 01/46] target/i386: Push rex_r into DisasContext
` [Qemu-devel] [RFC PATCH v3 02/46] target/i386: Push rex_w "
` [Qemu-devel] [RFC PATCH v3 03/46] target/i386: reduce scope of variable aflag
` [Qemu-devel] [RFC PATCH v3 04/46] target/i386: use dflag from DisasContext
` [Qemu-devel] [RFC PATCH v3 05/46] target/i386: use prefix "
` [Qemu-devel] [RFC PATCH v3 06/46] target/i386: Simplify gen_exception arguments
` [Qemu-devel] [RFC PATCH v3 07/46] target/i386: use pc_start from DisasContext
` [Qemu-devel] [RFC PATCH v3 08/46] target/i386: make variable b1 const
` [Qemu-devel] [RFC PATCH v3 09/46] target/i386: make variable is_xmm const
` [Qemu-devel] [RFC PATCH v3 10/46] target/i386: add vector register file alignment constraints
` [Qemu-devel] [RFC PATCH v3 11/46] target/i386: introduce gen_(ld, st)d_env_A0
` [Qemu-devel] [RFC PATCH v3 12/46] target/i386: introduce gen_sse_ng
` [Qemu-devel] [RFC PATCH v3 13/46] target/i386: disable unused function warning temporarily
` [Qemu-devel] [RFC PATCH v3 14/46] target/i386: introduce mnemonic aliases for several gvec operations
` [Qemu-devel] [RFC PATCH v3 15/46] target/i386: introduce function ck_cpuid
` [Qemu-devel] [RFC PATCH v3 16/46] target/i386: introduce instruction operand infrastructure
` [Qemu-devel] [RFC PATCH v3 17/46] target/i386: introduce generic operand alias
` [Qemu-devel] [RFC PATCH v3 18/46] target/i386: introduce generic either-or operand
` [Qemu-devel] [RFC PATCH v3 19/46] target/i386: introduce generic load-store operand
` [Qemu-devel] [RFC PATCH v3 20/46] target/i386: introduce tcg_temp operands
` [Qemu-devel] [RFC PATCH v3 21/46] target/i386: introduce modrm operand
` [Qemu-devel] [RFC PATCH v3 22/46] target/i386: introduce operands for decoding modrm fields
` [Qemu-devel] [RFC PATCH v3 23/46] target/i386: introduce operand for direct-only r/m field
` [Qemu-devel] [RFC PATCH v3 24/46] target/i386: introduce operand vex_v
` [Qemu-devel] [RFC PATCH v3 25/46] target/i386: introduce Ib (immediate) operand
` [Qemu-devel] [RFC PATCH v3 26/46] target/i386: introduce M* (memptr) operands
` [Qemu-devel] [RFC PATCH v3 27/46] target/i386: introduce G*, R*, E* (general register) operands
` [Qemu-devel] [RFC PATCH v3 28/46] target/i386: introduce P*, N*, Q* (MMX) operands
` [Qemu-devel] [RFC PATCH v3 29/46] target/i386: introduce H*, V*, U*, W* (SSE/AVX) operands
` [Qemu-devel] [RFC PATCH v3 30/46] target/i386: introduce code generators
` [Qemu-devel] [RFC PATCH v3 31/46] target/i386: introduce helper-based code generator macros
` [Qemu-devel] [RFC PATCH v3 32/46] target/i386: introduce gvec-based "
` [Qemu-devel] [RFC PATCH v3 33/46] target/i386: introduce sse-opcode.inc.h
` [Qemu-devel] [RFC PATCH v3 34/46] target/i386: introduce instruction translator macros
` [Qemu-devel] [RFC PATCH v3 35/46] target/i386: introduce MMX translators
` [Qemu-devel] [RFC PATCH v3 36/46] target/i386: introduce MMX code generators
` [Qemu-devel] [RFC PATCH v3 37/46] target/i386: introduce MMX instructions to sse-opcode.inc.h
` [Qemu-devel] [RFC PATCH v3 38/46] target/i386: introduce SSE translators
` [Qemu-devel] [RFC PATCH v3 39/46] target/i386: introduce SSE code generators
` [Qemu-devel] [RFC PATCH v3 40/46] target/i386: introduce SSE instructions to sse-opcode.inc.h
` [Qemu-devel] [RFC PATCH v3 41/46] target/i386: introduce SSE2 translators
` [Qemu-devel] [RFC PATCH v3 42/46] target/i386: introduce SSE2 code generators
` [Qemu-devel] [RFC PATCH v3 43/46] target/i386: introduce SSE2 instructions to sse-opcode.inc.h
` [Qemu-devel] [RFC PATCH v3 44/46] target/i386: introduce SSE3 translators
` [Qemu-devel] [RFC PATCH v3 45/46] target/i386: introduce SSE3 code generators
` [Qemu-devel] [RFC PATCH v3 46/46] target/i386: introduce SSE3 instructions to sse-opcode.inc.h

[Qemu-devel] [PATCH 0/2] Deprecate implicit filters
 2019-08-15  7:44 UTC  (7+ messages)
` [Qemu-devel] [PATCH 1/2] qapi: deprecate drive-mirror and drive-backup
    ` [Qemu-devel] [libvirt] "
` [Qemu-devel] [PATCH 2/2] qapi: deprecate implicit filters
    ` [Qemu-devel] [Qemu-block] "

[Qemu-devel] [RFC PATCH] ati-vga: Implement dummy VBlank IRQ
 2019-08-15  6:23 UTC  (2+ messages)

[Qemu-devel] [PATCH 0/3] colo: Add support for continious replication
 2019-08-15  6:14 UTC  (6+ messages)
` [Qemu-devel] [PATCH 1/3] Replication: Ignore requests after failover
` [Qemu-devel] [PATCH 2/3] net/filter.c: Add Options to insert filters anywhere in the filter list
` [Qemu-devel] [PATCH 3/3] Document the qmp commands for continious replication

[Qemu-devel] [PATCH] usb: reword -usb command-line option and mention xHCI
 2019-08-15  6:13 UTC  (4+ messages)

[Qemu-devel] [PATCH v2] target/riscv: Hardwire mcounter.TM and upper bits of [m|s]counteren
 2019-08-15  3:19 UTC  (5+ messages)

[Qemu-devel] [PULL 5/7] file-posix: Support BDRV_REQ_NO_FALLBACK for zero writes
 2019-08-15  2:44 UTC 

[Qemu-devel] [PATCH v1 0/2] Integrating qemu to Linux Perf
 2019-08-15  2:37 UTC  (3+ messages)
` [Qemu-devel] [PATCH v1 1/2] accel/tcg: adding integration with linux perf
` [Qemu-devel] [PATCH v1 2/2] tb-stats: adding TBStatistics info into perf dump

[Qemu-devel] [PATCH v9 00/11] Build ACPI Heterogeneous Memory Attribute Table (HMAT)
 2019-08-15  2:31 UTC  (14+ messages)
` [Qemu-devel] [PATCH v9 01/11] hw/arm: simplify arm_load_dtb
` [Qemu-devel] [PATCH v9 05/11] numa: Extend CLI to provide initiator information for numa nodes

[Qemu-devel] [PATCH v2 0/3] Fix MemoryRegionSection alignment and comparison
 2019-08-15  2:16 UTC  (5+ messages)
` [Qemu-devel] [PATCH v2 1/3] memory: Align MemoryRegionSections fields
` [Qemu-devel] [PATCH v2 2/3] memory: Provide an equality function for MemoryRegionSections
` [Qemu-devel] [PATCH v2 3/3] vhost: Fix memory region section comparison

[Qemu-devel] [PATCH 1/3] riscv: sifive_u: Add support for loading initrd
 2019-08-15  1:53 UTC  (3+ messages)

[Qemu-devel] [RFC PATCH v2 00/39] rewrite MMX/SSE instruction translation
 2019-08-15  0:55 UTC  (10+ messages)
` [Qemu-devel] [RFC PATCH v2 16/39] target/i386: introduce instruction operand infrastructure
` [Qemu-devel] [RFC PATCH v2 21/39] target/i386: introduce insn.h
` [Qemu-devel] [RFC PATCH v2 23/39] target/i386: introduce instruction translator macros

[Qemu-devel] current QEMU can't start pc-q35-2.12 SEV guest
 2019-08-15  0:49 UTC 

[Qemu-devel] [PATCH 0/6] Fix multifd with big number of channels
 2019-08-14 23:24 UTC  (9+ messages)
` [Qemu-devel] [PATCH 2/6] migration: Make global sem_sync semaphore by channel
` [Qemu-devel] [PATCH 3/6] migration: Make sure that all multifd channels have been created
` [Qemu-devel] [PATCH 5/6] migration: add some multifd traces

[Qemu-devel] [PATCH v3] ppc: Add support for 'mffsl' instruction
 2019-08-14 23:57 UTC  (4+ messages)

[Qemu-devel] [PATCH 1/6] tests/libqos: Make generic virtio code independent from global_qtest
 2019-08-14 19:59 UTC  (2+ messages)
` [Qemu-devel] [PATCH v2] "

[Qemu-devel] bitmaps branch rebase
 2019-08-14 19:15 UTC  (4+ messages)

[Qemu-devel] [RFC] dirty-bitmaps: add block-dirty-bitmap-persist command
 2019-08-14 18:37 UTC  (3+ messages)

[Qemu-devel] [PATCH v2] RISC-V: Ignore the S and U letters when formatting ISA strings
 2019-08-14 18:27 UTC  (2+ messages)

[Qemu-devel] [PATCH-for-4.2 v2 0/6] s390x/mmu: Storage key reference and change bit handling
 2019-08-14 18:18 UTC  (8+ messages)
` [Qemu-devel] [PATCH-for-4.2 v2 2/6] s390x/tcg: Rework MMU selection for instruction fetches
  ` [Qemu-devel] [qemu-s390x] "
` [Qemu-devel] [PATCH-for-4.2 v2 4/6] s390x/mmu: Trace the right value if setting/getting the storage key fails
  ` [Qemu-devel] [qemu-s390x] "
` [Qemu-devel] [PATCH-for-4.2 v2 6/6] s390x/mmu: Factor out storage key handling
  ` [Qemu-devel] [qemu-s390x] "

[Qemu-devel] [PATCH-4.2 v2 5/5] target/riscv: Fix Floating Point register names
 2019-08-14 18:07 UTC  (2+ messages)

[Qemu-devel] Question about libvhost-user and vhost-user-bridge.c
 2019-08-14 17:54 UTC 

[Qemu-devel] [PATCH 0/2] Fix MemoryRegionSection alignment and comparison
 2019-08-14 17:44 UTC  (6+ messages)
` [Qemu-devel] [PATCH 1/2] memory: Align and add helper for comparing MemoryRegionSections

[Qemu-devel] [PATCH] virtio-pci: Add Function Level Reset support
 2019-08-14 17:22 UTC  (3+ messages)

[Qemu-devel] [PATCH 0/4] backup: fix skipping unallocated clusters
 2019-08-14 16:54 UTC  (6+ messages)
` [Qemu-devel] [PATCH 1/4] block/dirty-bitmap: switch _next_dirty_area and _next_zero to int64_t
` [Qemu-devel] [PATCH 2/4] block/dirty-bitmap: add _next_dirty API
` [Qemu-devel] [PATCH 3/4] block/backup: use bdrv_dirty_bitmap_next_dirty
` [Qemu-devel] [PATCH 4/4] block/backup: fix and improve skipping unallocated in backup_do_cow

[Qemu-devel] [PATCH v3 00/14] Add SEV guest live migration support
 2019-08-14 16:37 UTC  (3+ messages)
` [Qemu-devel] [PATCH v3 13/14] migration/ram: add support to send encrypted pages

[Qemu-devel] [PATCH v2 0/4] qcow2: async handling of fragmented io
 2019-08-14 16:24 UTC  (12+ messages)
` [Qemu-devel] [PATCH v2 2/4] block/qcow2: refactor qcow2_co_preadv_part
` [Qemu-devel] [PATCH v2 3/4] block/qcow2: refactor qcow2_co_pwritev_part
` [Qemu-devel] [PATCH v2 4/4] block/qcow2: introduce parallel subrequest handling in read and write

[Qemu-devel] [PATCH v6 00/42] block: Deal with filters
 2019-08-14 16:04 UTC  (7+ messages)
` [Qemu-devel] [PATCH v6 25/42] mirror: "
` [Qemu-devel] [PATCH v6 30/42] qemu-img: Use child access functions

[Qemu-devel] [PATCH] test-bitmap: test set 1 bit case for bitmap_set
 2019-08-14 16:01 UTC  (3+ messages)

[Qemu-devel] [PATCH] riscv: hmp: Add a command to show virtual memory mappings
 2019-08-14 15:35 UTC  (4+ messages)

[Qemu-devel] [PATCH v4] riscv: hmp: Add a command to show virtual memory mappings
 2019-08-14 15:33 UTC 

[Qemu-devel] [PATCH] ehci: Ensure that device is not NULL before calling usb_ep_get
 2019-08-14 14:41 UTC  (6+ messages)

[Qemu-devel] CPU hotplug using SMM with QEMU+OVMF
 2019-08-14 14:04 UTC  (4+ messages)

[Qemu-devel] [PATCH 0/7] vmdk: Misc fixes
 2019-08-14 14:01 UTC  (6+ messages)
` [Qemu-devel] [PATCH 7/7] iotests: Disable 126 for some vmdk subformats
  ` [Qemu-devel] [Qemu-block] "

[Qemu-devel] [PATCH v4 0/3] Add Aspeed GPIO controller model
 2019-08-14 13:47 UTC  (8+ messages)
` [Qemu-devel] [PATCH v4 1/3] hw/gpio: Add basic Aspeed GPIO model for AST2400 and AST2500
` [Qemu-devel] [PATCH v4 2/3] aspeed: add a GPIO controller to the SoC
` [Qemu-devel] [PATCH v4 3/3] hw/gpio: Add in AST2600 specific implementation

[Qemu-devel] [PATCH] pc-bios/s390-ccw/net: fix a possible memory leak in get_uuid()
 2019-08-14  6:14 UTC 

[Qemu-devel] [PATCH-for-4.1? 0/7] vl: Allow building with CONFIG_BLUETOOTH disabled
 2019-08-14 12:47 UTC  (7+ messages)
` [Qemu-devel] [PATCH-for-4.1? 3/7] MAINTAINERS: Add an entry for the Bluetooth devices

[Qemu-devel] [PATCH v3 0/3] Add Aspeed GPIO controller model
 2019-08-14 12:46 UTC  (2+ messages)

[Qemu-devel] [PATCH v3] migration: do not rom_reset() during incoming migration
 2019-08-14 12:34 UTC  (5+ messages)
` [Qemu-devel] [PATCH v4] "


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