qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-09-23 09:12:44 to 2019-09-23 18:55:33 UTC [more...]

[PATCH 0/4] Make it possible to compile with CONFIG_ARM_V7M=n
 2019-09-23 18:51 UTC  (18+ messages)
` [PATCH 1/4] target/arm: Make cpu_register() and set_feature() available for other files
` [PATCH 2/4] target/arm: Move cortex-m related functions to new file v7m.c
` [PATCH 3/4] hw/arm: Move armv7m_nvic.c to hw/arm/ and always enable it for arm builds

[Qemu-devel] [PATCH v3] ui: add an embedded Barrier client
 2019-09-23 18:51 UTC  (3+ messages)

[PATCH v2 00/16] testing/next (docker/podman, tcg, build fixes)
 2019-09-23 18:47 UTC  (3+ messages)
` [PATCH v2 05/16] podman: fix command invocation

[Qemu-devel] [PATCH] podman: fix command invocation
 2019-09-23 18:46 UTC  (2+ messages)

[Qemu-devel] [RFC QEMU v2 0/2] arm/virt: Account for guest pause time
 2019-09-23 18:36 UTC  (3+ messages)
` [Qemu-devel] [RFC QEMU v2 1/2] arm/virt: Initialize generic timer scale factor dynamically

[Qemu-devel] [PATCH 0/2] q35: mch: allow to lock down 128K RAM at default SMBASE address
 2019-09-23 18:35 UTC  (6+ messages)
` [Qemu-devel] [PATCH 1/2] q35: implement 128K SMRAM "
    ` [edk2-devel] "

Migration failure when running nested VMs
 2019-09-23 18:32 UTC  (5+ messages)

[Qemu-devel] [PATCH v3 00/16] qapi: Schema language cleanups & doc improvements
 2019-09-23 18:29 UTC  (7+ messages)
` [Qemu-devel] [PATCH v3 10/16] qapi: Permit omitting all flat union branches
` [PATCH v3 00/16] qapi: Schema language cleanups & doc improvements

[PATCH] migration/postcopy: Recognise the recovery states as 'in_postcopy'
 2019-09-23 18:23 UTC  (2+ messages)

[PATCH v3 00/20] Move rom and notdirty handling to cputlb
 2019-09-23 18:18 UTC  (27+ messages)
` [PATCH v3 02/20] exec: Split out variable page size support to exec-vary.c
` [PATCH v3 08/20] cputlb: Disable __always_inline__ without optimization
` [PATCH v3 09/20] cputlb: Replace switches in load/store_helper with callback
` [PATCH v3 11/20] exec: Adjust notdirty tracing
` [PATCH v3 13/20] cputlb: Move NOTDIRTY handling from I/O path to TLB path
` [PATCH v3 18/20] cputlb: Remove tb_invalidate_phys_page_range is_cpu_write_access
` [PATCH v3 19/20] cputlb: Pass retaddr to tb_invalidate_phys_page_fast

[PATCH v3 0/6] docker: misc cleanups
 2019-09-23 18:17 UTC  (8+ messages)
` [PATCH v3 1/6] docker: remove debian8-mxe definitions
` [PATCH v3 2/6] docker: removed unused debian8 partial image
` [PATCH v3 3/6] docker: remove 'deprecated' image definitions
` [PATCH v3 4/6] docker: remove unused debian-ports
` [PATCH v3 5/6] docker: remove unused debian-sid
` [PATCH v3 6/6] docker: move tests from python2 to python3

[Qemu-devel] [PATCH v1 0/2] RISC-V: Convert to do_transaction_failed hook
 2019-09-23 17:53 UTC  (3+ messages)
`  "

[PATCH v1 0/6] RISC-V: Add more machine memory
 2019-09-23 17:51 UTC  (6+ messages)
` [PATCH v1 4/6] riscv/sifive_u: Add the start-in-flash property

[PATCH 0/3] docker: misc cleanups
 2019-09-23 17:22 UTC  (4+ messages)
` [PATCH 3/3] docker: remove unused debian-sid and debian-ports

[Qemu-devel] [PATCH v5 0/5] iotests: use python logging
 2019-09-23 17:21 UTC  (13+ messages)
` [Qemu-devel] [PATCH v5 1/5] iotests: remove 'linux' from default supported platforms
  `  "
` [Qemu-devel] [PATCH v5 2/5] iotests: add script_initialize
  `  "
` [Qemu-devel] [PATCH v5 3/5] iotest 258: use script_main
  `  "
` [Qemu-devel] [PATCH v5 4/5] iotests: specify protocol support via initialization info
  `  "
` [Qemu-devel] [PATCH v5 5/5] iotests: use python logging for iotests.log()
  `  "

[PATCH] docker: move tests from python2 to python3
 2019-09-23 17:19 UTC  (5+ messages)

[Qemu-devel] [PATCH] xen-block: treat XenbusStateUnknown the same as XenbusStateClosed
 2019-09-23 17:08 UTC  (5+ messages)
` [Qemu-block] "
`  "

[PATCH 0/7] target/alpha: Fix linux-user exception for CVTTQ
 2019-09-23 16:44 UTC  (12+ messages)
` [PATCH 1/7] target/alpha: Use array for FPCR_DYN conversion
` [PATCH 2/7] target/alpha: Fix SWCR_MAP_UMZ
` [PATCH 5/7] target/alpha: Write to fpcr_flush_to_zero once
` [PATCH 6/7] target/alpha: Mask IOV exception with INV for user-only
` [PATCH 7/7] target/alpha: Tidy helper_fp_exc_raise_s

[Qemu-devel] [PATCH v7 0/3] 9p: Fix file ID collisions
 2019-09-23 16:50 UTC  (8+ messages)

[PATCH 0/2] kvm: clear dirty bitmaps from all overlapping memslots
 2019-09-23 16:49 UTC  (6+ messages)

illegal hardware instruction during MIPS-I ELF linux useremulation
 2019-09-23 16:41 UTC  (2+ messages)

[RFC v2 0/9] error: auto propagated local_err
 2019-09-23 16:12 UTC  (9+ messages)
` [RFC v2 1/9] "
` [RFC v2 2/9] qapi/error: add (Error **errp) cleaning APIs
` [RFC v2 3/9] errp: rename errp to errp_in where it is IN-argument
` [RFC v2 4/9] hw/core/loader-fit: fix freeing errp in fit_load_fdt
` [RFC v2 5/9] net/net: fix local variable shadowing in net_client_init
` [RFC v2 6/9] scripts: add coccinelle script to use auto propagated errp
` [RFC v2 8/9] fix-compilation: empty goto
` [RFC v2 9/9] fix-compilation: includes

[PATCH 0/2] migration test tweeks
 2019-09-23 16:20 UTC  (9+ messages)
` [PATCH 1/2] tests/migration: Fail on unexpected migration states
` [PATCH 2/2] tests/migration/postcopy: trim migration bandwidth

[PATCH v2 0/5] docker: misc cleanups
 2019-09-23 16:14 UTC  (5+ messages)
` [PATCH v2 1/5] docker: move tests from python2 to python3

[Qemu-devel] [PATCH v24 00/22] Add RX archtecture support
 2019-09-23 15:49 UTC  (3+ messages)
` [Qemu-devel] [PATCH v24 06/22] target/rx: CPU definition
  `  "

[Qemu-devel] [PATCH v31 0/8] QEMU AVR 8 bit cores
 2019-09-23 15:41 UTC  (5+ messages)
`  "

[Qemu-devel] [RFC PATCH 0/2] hw/char/bcm2835_aux: Provide full 16550 UART support
 2019-09-23 15:39 UTC  (3+ messages)
`  "

[PATCH] hw/ptimer: Assert next_event is newer than last_event
 2019-09-23 15:11 UTC  (5+ messages)

[Qemu-devel] [PATCH] xen-bus: only set the xen device frontend state if it is missing
 2019-09-23 15:03 UTC  (2+ messages)
`  "

[Qemu-devel] [PATCH v3 00/22] Add virtual device fuzzing support
 2019-09-23 14:55 UTC  (5+ messages)
` [Qemu-devel] [PATCH v3 16/22] fuzz: add fuzzer skeleton
` [Qemu-devel] [PATCH v3 22/22] fuzz: add documentation to docs/devel/

[Qemu-devel] [PATCH v9 0/3] NBD reconnect
 2019-09-23 14:53 UTC  (3+ messages)
` [Qemu-devel] [PATCH v9 1/3] qemu-coroutine-sleep: introduce qemu_co_sleep_wake
  `  "

[Qemu-devel] [Bug 1746943] [NEW] qemu-aarch64-static: qemu: uncaught target signal 11 for ps/top cmd
 2019-09-23 14:37 UTC  (2+ messages)
` [Bug 1746943] "

illegal hardware instruction during MIPS-I ELF linux user emulation
 2019-09-23 14:50 UTC  (6+ messages)
`  "

[PATCH v10 0/9] discard blockstats
 2019-09-23 14:45 UTC  (11+ messages)
` [PATCH v10 1/9] qapi: group BlockDeviceStats fields
` [PATCH v10 2/9] qapi: add unmap to BlockDeviceStats
` [PATCH v10 3/9] block: add empty account cookie type
` [PATCH v10 4/9] ide: account UNMAP (TRIM) operations
` [PATCH v10 5/9] scsi: store unmap offset and nb_sectors in request struct
` [PATCH v10 6/9] scsi: move unmap error checking to the complete callback
` [PATCH v10 7/9] scsi: account unmap operations
` [PATCH v10 8/9] file-posix: account discard operations
` [PATCH v10 9/9] qapi: query-blockstat: add driver specific file-posix stats

[Qemu-devel] [RFC 2 PATCH 00/16] APIC ID fixes for AMD EPYC CPU models
 2019-09-23 14:38 UTC  (4+ messages)
` [Qemu-devel] [RFC 2 PATCH 06/16] hw/core: Add core complex id in X86CPU topology
  `  "

[Qemu-devel] [Bug 1776486] [NEW] detect error when kernel and initrd images exceed ram size
 2019-09-23 14:25 UTC  (2+ messages)
` [Bug 1776486] "

[PULL 0/5] s390x update
 2019-09-23 14:26 UTC  (2+ messages)

[Qemu-devel] [Bug 1814128] [NEW] qemu-user fails to set up a reasonable brk for static-pie
 2019-09-23 14:17 UTC  (2+ messages)
` [Bug 1814128] "

[Qemu-devel] [Bug 1812861] [NEW] QEMU in user-mode emulation mode crashes when the user program jumps to an invalid address
 2019-09-23 14:07 UTC  (2+ messages)
` [Bug 1812861] "

[Qemu-devel] [Bug 1838913] [NEW] Single-step exceptions incorrectly generated and incorrectly routed to EL1 when ELD is EL2 (TDE = 1) (qemu version 3.1)
 2019-09-23 14:12 UTC  (2+ messages)
` [Bug 1838913] Re: Single-step exceptions "

[Qemu-devel] [PATCH] nbd: Grab aio context lock in more places
 2019-09-23 14:14 UTC  (3+ messages)
`  "

[Qemu-devel] [Bug 1686350] [NEW] [KVM] The qemu ‘-cpu’ option not have skylake server cpu model
 2019-09-23 13:57 UTC  (2+ messages)
` [Bug 1686350] "

[Qemu-devel] [Bug 1681404] [NEW] hw/ppc: Aborted (core dumped)
 2019-09-23 13:58 UTC  (2+ messages)
` [Bug 1681404] "

[PATCH] Disallow colons in the parameter of "-accel"
 2019-09-23 14:03 UTC  (5+ messages)

[Qemu-devel] [PATCH v3] virtio-mmio: implement modern (v2) personality (virtio-1)
 2019-09-23 13:58 UTC  (3+ messages)
` [Qemu-devel] [PATCH v3] virtio-mmio: implement modern (v2), "

[Qemu-devel] [Bug 1216845] [NEW] qemu-system-arm semihosting always calls exit(0)
 2019-09-23 13:43 UTC  (2+ messages)
` [Bug 1216845] "

[PULL 00/30] s390x/tcg update
 2019-09-23 13:54 UTC  (2+ messages)

[PULL 0/7] Python (acceptance tests) queue - 2019-09-23
 2019-09-23 13:40 UTC  (8+ messages)
` [PULL 1/7] Acceptance test machine_m68k_nextcube.py: relax the error code pattern
` [PULL 2/7] Acceptance test x86_cpu_model_versions: shutdown VMs
` [PULL 3/7] Acceptance test x86_cpu_model_versions: fix mismatches between test and messages
` [PULL 4/7] Acceptance test x86_cpu_model_versions: split into smaller tests
` [PULL 5/7] tests/acceptance: Refactor and improve reporting in linux_ssh_mips_malta.py
` [PULL 6/7] tests/acceptance: Add new test cases "
` [PULL 7/7] Acceptance tests: use avocado.utils.ssh for SSH interaction

[PATCH] .travis.yml: Test the release tarball
 2019-09-23 13:44 UTC  (2+ messages)

[Qemu-devel] [PATCH v2 00/11] RFC crypto/luks: encryption key managment using amend interface
 2019-09-23 13:24 UTC  (4+ messages)
` [Qemu-devel] [PATCH v2 01/11] qcrypto: add suport for amend options
  `  "

[PATCH v4 00/24] Audio: Mixeng-free 5.1/7.1 audio support
 2019-09-23 13:12 UTC  (5+ messages)
` [PATCH v4 15/24] audio: add mixing-engine option (documentation)
` [PATCH v4 21/24] paaudio: channel-map option

[Qemu-devel] [PATCH 0/3] Audio: misc fixes for "Audio 20190821 patches", part two
 2019-09-23 13:17 UTC  (3+ messages)
` [Qemu-devel] [PATCH 3/3] audio: paaudio: ability to specify stream name

[PATCH v2] hw/arm/boot: Use the IEC binary prefix definitions
 2019-09-23 13:11 UTC 

[Qemu-devel] [PATCH] vl.c: Report unknown machines correctly
 2019-09-23 13:03 UTC  (2+ messages)

[Qemu-devel] [PATCH v2 00/16] qapi: Schema language cleanups & doc improvements
 2019-09-23 13:00 UTC  (12+ messages)
` [Qemu-devel] [PATCH v2 13/16] docs/devel/qapi-code-gen: Rewrite compatibility considerations
` [Qemu-devel] [PATCH v2 15/16] docs/devel/qapi-code-gen: Improve QAPI schema language doc

[Qemu-devel] [PATCH 00/19] qapi: Frontend fixes and cleanups
 2019-09-23 12:55 UTC  (11+ messages)
` [Qemu-devel] [PATCH 05/19] tests/qapi-schema: Demonstrate insufficient 'if' checking
` [Qemu-devel] [PATCH 13/19] qapi: Normalize 'if' in check_exprs(), like other sugar
` [Qemu-devel] [PATCH 18/19] qapi: Fix excessive QAPISchemaEntity.check() recursion

[Bug 1842774] Re: Enhanced Hardware Support - Finalize Naming
 2019-09-23 12:38 UTC 

[Bug 1842916] Re: [18.04 FEAT] Enhanced Hardware Support - Finalize Naming
 2019-09-23 12:38 UTC 

[Qemu-devel] [PATCH v9 0/9] discard blockstats
 2019-09-23 12:38 UTC  (3+ messages)
`  "

[PATCH v2 0/4] mirror: Do not dereference invalid pointers
 2019-09-23 11:57 UTC  (5+ messages)
` [PATCH v2 1/4] "
` [PATCH v2 2/4] blkdebug: Allow taking/unsharing permissions
` [PATCH v2 3/4] iotests: Add @error to wait_until_completed
` [PATCH v2 4/4] iotests: Add test for failing mirror complete

[Qemu-devel] [PATCH] Replace '-machine accel=xyz' with '-accel xyz'
 2019-09-23 11:52 UTC  (4+ messages)

[PATCH v3 0/2] Allow memory_region_register_iommu_notifier() to fail
 2019-09-23 11:43 UTC  (4+ messages)
` [PATCH v3 1/2] vfio: Turn the container error into an Error handle

[Qemu-devel] [PATCH v6 0/4] 9p: Fix file ID collisions
 2019-09-23 11:27 UTC  (7+ messages)

[Qemu-devel] [PATCH v2 00/29] Tame a few "touch this, recompile the world" headers
 2019-09-23 11:21 UTC  (13+ messages)
` [Qemu-devel] [PATCH v2 27/29] Include sysemu/sysemu.h a lot less
        ` [Qemu-devel] Is network backend netmap worth keeping? (was: [PATCH v2 27/29] Include sysemu/sysemu.h a lot less)
          ` [Qemu-devel] Is network backend netmap worth keeping?

[PULL] Request pull for IPMI changes
 2019-09-23 10:41 UTC  (2+ messages)

[PATCH] hw/arm/boot: Use the IEC binary prefix definitions
 2019-09-23 10:17 UTC  (5+ messages)

[Qemu-devel] [PATCH v6 0/8] Add Qemu to SeaBIOS LCHS interface
 2019-09-23  9:50 UTC  (2+ messages)

[PULL 0/4] Block layer patches
 2019-09-23  9:49 UTC  (2+ messages)

[Qemu-devel] [RFC] contrib: add vhost-user-sim
 2019-09-23  9:33 UTC  (3+ 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).