qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-09-23 22:25:27 to 2019-09-24 13:13:23 UTC [more...]

[PULL 0/4] NBD patches for 2019-09-24
 2019-09-24 12:39 UTC  (2+ messages)
` [PULL 2/4] nbd/server: attach client channel to the export's AioContext

[Bug 1845185] [NEW] Cannot build qemu utils (qemu-img.exe, qemu-edid.exe, qemu-io.exe) statically with MSYS2 on Windows because intl and iconv libs are not loaded
 2019-09-24 10:48 UTC 

[PULL 00/37] QAPI patches for 2019-09-24
 2019-09-24 12:33 UTC  (29+ messages)
` [PULL 01/37] qapi: Make visit_next_list()'s comment less confusing
` [PULL 02/37] make check-unit: use after free in test-opts-visitor
` [PULL 03/37] scripts/git.orderfile: Match QAPI schema more precisely
` [PULL 04/37] qapi: Drop check_type()'s redundant parameter @allow_optional
` [PULL 05/37] qapi: Drop support for boxed alternate arguments
` [PULL 06/37] docs/devel/qapi-code-gen: Minor specification fixes
` [PULL 07/37] tests/qapi-schema: Demonstrate bad reporting of funny characters
` [PULL 08/37] qapi: Restrict strings to printable ASCII
` [PULL 09/37] qapi: Drop support for escape sequences other than \\
` [PULL 10/37] qapi: Permit 'boxed' with empty type
` [PULL 11/37] qapi: Permit alternates with just one branch
` [PULL 12/37] qapi: Permit omitting all flat union branches
` [PULL 13/37] qapi: Adjust frontend errors to say enum value, not member
` [PULL 15/37] docs/devel/qapi-code-gen: Rewrite compatibility considerations
` [PULL 16/37] docs/devel/qapi-code-gen: Rewrite introduction to schema
` [PULL 18/37] qapi: Tweak code to match docs/devel/qapi-code-gen.txt
` [PULL 19/37] tests/qapi-schema: Cover unknown pragma
` [PULL 20/37] tests/qapi-schema: Delete two redundant tests
` [PULL 24/37] tests/qapi-schema: Demonstrate suboptimal lexical errors
` [PULL 25/37] qapi: Use quotes more consistently in frontend error messages
` [PULL 26/37] qapi: Improve reporting of lexical errors
` [PULL 29/37] qapi: Reject blank 'if' conditions in addition to empty ones
` [PULL 31/37] qapi: Normalize 'if' in check_exprs(), like other sugar
` [PULL 32/37] qapi: Simplify check_keys()
` [PULL 33/37] qapi: Clean up around check_known_keys()
` [PULL 34/37] qapi: Delete useless check_exprs() code for simple union kind
` [PULL 35/37] qapi: Fix to .check() empty structs just once
` [PULL 37/37] qapi: Assert .visit() and .check_clash() run only after .check()

[PATCH 0/2] RTC support for QEMU RISC-V virt machine
 2019-09-24 12:18 UTC  (7+ messages)
` [PATCH 1/2] hw: timer: Add Goldfish RTC device
` [PATCH 2/2] riscv: virt: Use "

[PATCH v4 0/9] target/arm/kvm: enable SVE in guests
 2019-09-24 11:31 UTC  (10+ messages)
` [PATCH v4 1/9] target/arm/monitor: Introduce qmp_query_cpu_model_expansion
` [PATCH v4 2/9] tests: arm: Introduce cpu feature tests
` [PATCH v4 3/9] target/arm: Allow SVE to be disabled via a CPU property
` [PATCH v4 4/9] target/arm/cpu64: max cpu: Introduce sve<N> properties
` [PATCH v4 5/9] target/arm/kvm64: Add kvm_arch_get/put_sve
` [PATCH v4 6/9] target/arm/kvm64: max cpu: Enable SVE when available
` [PATCH v4 7/9] target/arm/kvm: scratch vcpu: Preserve input kvm_vcpu_init features
` [PATCH v4 8/9] target/arm/cpu64: max cpu: Support sve properties with KVM
` [PATCH v4 9/9] target/arm/kvm: host cpu: Add support for sve<N> properties

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

[PULL 0/7] xen queue 2019-09-24
 2019-09-24 11:30 UTC  (8+ messages)
` [PULL 1/7] xen-bus: check whether the frontend is active during device reset
` [PULL 2/7] xen / notify: introduce a new XenWatchList abstraction
` [PULL 3/7] xen: introduce separate XenWatchList for XenDevice objects
` [PULL 4/7] xen: perform XenDevice clean-up in XenBus watch handler
` [PULL 5/7] MAINTAINERS: update my email address
` [PULL 6/7] xen-block: treat XenbusStateUnknown the same as XenbusStateClosed
` [PULL 7/7] xen-bus: only set the xen device frontend state if it is missing

[PATCH 0/4] Make it possible to compile with CONFIG_ARM_V7M=n
 2019-09-24 11:24 UTC  (19+ messages)
` [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 v4 00/10] Multi-phase reset mechanism
 2019-09-24 11:21 UTC  (6+ messages)
` [Qemu-devel] [PATCH v4 02/10] hw/core: create Resettable QOM interface
        `  "

[Bug 1824704] Re: -k tr not working after v20171217! turkish keyboard dont working
 2019-09-24 11:09 UTC  (4+ messages)

[PATCH] ui: fix keymap file search in input-barrier object
 2019-09-24 11:10 UTC  (2+ messages)

[PATCH 0/4] xics: Eliminate unnecessary class
 2019-09-24 11:00 UTC  (23+ messages)
` [PATCH 1/4] xics: Eliminate 'reject', 'resend' and 'eoi' class hooks
` [PATCH 2/4] xics: Merge reset and realize hooks
` [PATCH 3/4] xics: Rename misleading ics_simple_*() functions
` [PATCH 4/4] xics: Merge TYPE_ICS_BASE and TYPE_ICS_SIMPLE classes

[RFC v2 0/9] error: auto propagated local_err
 2019-09-24 10:35 UTC  (7+ messages)
` [RFC v2 6/9] scripts: add coccinelle script to use auto propagated errp
  ` [RFC v2 7/9] Use auto-propagated errp

[Qemu-devel] [PATCH 0/3] migration/postcopy: unsentmap is not necessary
 2019-09-24 10:19 UTC  (7+ messages)
` [Qemu-devel] [PATCH 1/3] migration/postcopy: not necessary to do discard when canonicalizing bitmap
  `  "
` [Qemu-devel] [PATCH 2/3] migration/postcopy: unsentmap is not necessary for postcopy
  `  "
` [Qemu-devel] [PATCH 3/3] migration: remove sent parameter in get_queued_page_not_dirty
  `  "

[Qemu-devel] [PULL] RISC-V Patches for the 4.2 Soft Freeze, Part 1, v3
 2019-09-24 10:17 UTC  (3+ messages)
` [Qemu-devel] [PULL 11/48] riscv: Resolve full path of the given bios image
  `  "

[Qemu-devel] [PATCH v4 00/10] qcow2-bitmaps: rewrite reopening logic
 2019-09-24 10:12 UTC  (5+ messages)
` [Qemu-devel] [PATCH v4 01/10] block: switch reopen queue from QSIMPLEQ to QTAILQ
  `  "
` [Qemu-devel] [PATCH v4 02/10] block: reverse order for reopen commits
  `  "

[PATCH v3 0/2] Allow memory_region_register_iommu_notifier() to fail
 2019-09-24  9:42 UTC  (8+ messages)
` [PATCH v3 1/2] vfio: Turn the container error into an Error handle

[PATCH v1 0/6] RISC-V: Add more machine memory
 2019-09-24  9:32 UTC  (12+ messages)
` [PATCH v1 4/6] riscv/sifive_u: Add the start-in-flash property
` [PATCH v1 5/6] riscv/virt: Add the PFlash CFI01 device

illegal hardware instruction during MIPS-I ELF linux useremulation
 2019-09-24  9:36 UTC  (5+ messages)

[Qemu-devel] [PATCH v7 0/3] 9p: Fix file ID collisions
 2019-09-24  9:31 UTC  (4+ messages)

[Qemu-devel] [PATCH v9 0/3] NBD reconnect
 2019-09-24  9:27 UTC  (8+ messages)
` [Qemu-devel] [PATCH v9 2/3] block/nbd: nbd reconnect
  `  "
` [Qemu-devel] [PATCH v9 3/3] iotests: test "
  `  "
` [PATCH v9 4/3] "

[PATCH] docker: move tests from python2 to python3
 2019-09-24  9:06 UTC  (6+ messages)
    ` Debian support lifetime (was Re: [PATCH] docker: move tests from python2 to python3)

[Qemu-devel] [PATCH v6 0/4] 9p: Fix file ID collisions
 2019-09-24  9:03 UTC  (6+ messages)
        ` git format.from (was: 9p: Fix file ID collisions)

[PATCH] qemu-pr-helper: fix crash in mpath_reconstruct_sense
 2019-09-24  8:44 UTC  (2+ messages)

[PATCH] target/i386/kvm: Silence warning from Valgrind about uninitialized bytes
 2019-09-24  8:42 UTC  (2+ messages)

[PATCH v4 0/2] Allow memory_region_register_iommu_notifier() to fail
 2019-09-24  8:25 UTC  (3+ messages)
` [PATCH v4 1/2] vfio: Turn the container error into an Error handle
` [PATCH v4 2/2] memory: allow memory_region_register_iommu_notifier() to fail

[PULL 0/7] Python (acceptance tests) queue - 2019-09-23
 2019-09-24  8:10 UTC  (3+ messages)

[PATCH v4 00/16] Move rom and notdirty handling to cputlb
 2019-09-24  8:05 UTC  (23+ messages)
` [PATCH v4 01/16] exec: Use TARGET_PAGE_BITS_MIN for TLB flags
` [PATCH v4 02/16] cputlb: Disable __always_inline__ without optimization
` [PATCH v4 03/16] qemu/compiler.h: Add optimize_away
` [PATCH v4 04/16] cputlb: Use optimize_away in load/store_helpers
` [PATCH v4 05/16] cputlb: Split out load/store_memop
` [PATCH v4 06/16] cputlb: Introduce TLB_BSWAP
` [PATCH v4 07/16] exec: Adjust notdirty tracing
` [PATCH v4 08/16] cputlb: Move ROM handling from I/O path to TLB path
` [PATCH v4 09/16] cputlb: Move NOTDIRTY "
` [PATCH v4 10/16] cputlb: Partially inline memory_region_section_get_iotlb
` [PATCH v4 11/16] cputlb: Merge and move memory_notdirty_write_{prepare, complete}
  ` [PATCH v4 11/16] cputlb: Merge and move memory_notdirty_write_{prepare,complete}
` [PATCH v4 12/16] cputlb: Handle TLB_NOTDIRTY in probe_access
` [PATCH v4 13/16] cputlb: Remove cpu->mem_io_vaddr
` [PATCH v4 14/16] cputlb: Remove tb_invalidate_phys_page_range is_cpu_write_access
` [PATCH v4 15/16] cputlb: Pass retaddr to tb_invalidate_phys_page_fast
` [PATCH v4 16/16] cputlb: Pass retaddr to tb_check_watchpoint

[PATCH V2] target/riscv: Bugfix reserved bits in PTE for RV64
 2019-09-24  8:02 UTC  (2+ messages)

[Qemu-devel] [PATCH v3 00/22] Add virtual device fuzzing support
 2019-09-24  7:49 UTC  (3+ messages)
` [Qemu-devel] [PATCH v3 18/22] fuzz: expose fuzz target name

[PATCH] target/riscv: Bugfix reserved bits in PTE for RV64
 2019-09-24  7:43 UTC  (3+ messages)

KVM call for 2019-10-08
 2019-09-24  7:33 UTC 

[Qemu-devel] KVM call for 2019-09-24
 2019-09-24  7:32 UTC  (2+ messages)
`  "

[PATCH] migration/postcopy: Recognise the recovery states as 'in_postcopy'
 2019-09-24  7:29 UTC  (3+ messages)

[PATCH 0/2] migration test tweeks
 2019-09-24  7:25 UTC  (5+ messages)
` [PATCH 1/2] tests/migration: Fail on unexpected migration states
` [PATCH 2/2] tests/migration/postcopy: trim migration bandwidth

[PULL 00/16] Audio 20190924 patches
 2019-09-24  6:19 UTC  (17+ messages)
` [PULL 01/16] audio: fix buffer-length typo in documentation
` [PULL 02/16] audio: fix ALSA period-length "
` [PULL 03/16] audio: api for mixeng code free backends
` [PULL 04/16] alsaaudio: port to the new audio backend api
` [PULL 05/16] coreaudio: "
` [PULL 06/16] dsoundaudio: "
` [PULL 07/16] noaudio: "
` [PULL 08/16] ossaudio: "
` [PULL 09/16] paaudio: "
` [PULL 10/16] sdlaudio: "
` [PULL 11/16] spiceaudio: "
` [PULL 12/16] wavaudio: "
` [PULL 13/16] audio: remove remains of the old "
` [PULL 14/16] audio: unify input and output mixeng buffer management
` [PULL 15/16] audio: common rate control code for timer based outputs
` [PULL 16/16] audio: split ctl_* functions into enable_* and volume_*

[Bug 1842774] Re: Enhanced Hardware Support - Finalize Naming
 2019-09-24  5:37 UTC 

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

[Qemu-devel] [PATCH v2] numa: Introduce MachineClass::auto_enable_numa for implicit NUMA node
 2019-09-24  3:34 UTC  (2+ messages)
`  "

[PATCH 0/2] kvm: clear dirty bitmaps from all overlapping memslots
 2019-09-24  2:53 UTC  (7+ messages)

illegal hardware instruction during MIPS-I ELF linux user emulation
 2019-09-24  2:23 UTC  (5+ messages)
`  "
    ` illegal hardware instruction during MIPS-I ELF linux useremulation

[Qemu-devel] [PATCH v8 00/13] Add migration support for VFIO device
 2019-09-24  2:19 UTC  (8+ messages)
` [Qemu-devel] [PATCH v8 01/13] vfio: KABI for migration interface
                `  "

[Qemu-devel] vhost, iova, and dirty page tracking
 2019-09-24  2:02 UTC  (17+ messages)

[Qemu-devel] [PATCH 0/4] target/arm: Support for Data Cache Clean up to PoP
 2019-09-24  1:16 UTC  (8+ messages)
` [Qemu-devel] [PATCH 1/4] tcg: cputlb: Add probe_read
` [Qemu-devel] [PATCH 2/4] Memory: Enable writeback for given memory region
` [Qemu-devel] [PATCH 4/4] target/arm: Add support for DC CVAP & DC CVADP ins

[PATCH v4 0/2] target/i386: cpu.h marcos clean up
 2019-09-24  1:02 UTC  (3+ messages)
` [PATCH v4 1/2] target/i386: clean up comments over 80 chars per line
` [PATCH v4 2/2] target/i386: drop the duplicated definition of cpuid AVX512_VBMI marco

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

Migration failure when running nested VMs
 2019-09-24  0:19 UTC  (5+ messages)

[PATCH v2 00/16] testing/next (docker/podman, tcg, build fixes)
 2019-09-23 23:00 UTC  (4+ messages)
` [PATCH v2 04/16] tests/docker: reduce scary warnings from failed inspect


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