qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-06-17 18:05:12 to 2016-06-20 02:13:40 UTC [more...]

[Qemu-devel] [PATCH] target-ppc: Correct ppc3500_spin initial TLB size
 2016-06-20  2:15 UTC  (3+ messages)

[Qemu-devel] [PATCH v4 2/3] target-i386: add migration support for Intel LMCE
 2016-06-20  2:11 UTC  (11+ messages)

[Qemu-devel] [PATCH v2] target-ppc: Fix rlwimi, rlwinm, rlwnm
 2016-06-20  2:12 UTC  (3+ messages)

[Qemu-devel] [QEMU 0/7] Fast balloon and fast live migration
 2016-06-20  2:09 UTC  (13+ messages)
` [Qemu-devel] [QEMU 1/7] balloon: speed up inflating & deflating process
` [Qemu-devel] [QEMU 2/7] virtio-balloon: add drop cache support
` [Qemu-devel] [QEMU 4/7] balloon: get free page info from guest
` [Qemu-devel] [QEMU 6/7] kvm: Add two new arch specific functions
` [Qemu-devel] [QEMU 7/7] migration: skip free pages during live migration

[Qemu-devel] [PATCH v4 0/3] Add QEMU support for Intel local MCE
 2016-06-20  2:04 UTC  (14+ messages)
` [Qemu-devel] [PATCH v4 1/3] target-i386: KVM: add basic Intel LMCE support
` [Qemu-devel] [PATCH v4 3/3] i386: publish advised value of MSR_IA32_FEATURE_CONTROL via fw_cfg

[Qemu-devel] [PATCH] hw/intc/arm_gicv3: Add missing break
 2016-06-20  1:55 UTC 

[Qemu-devel] [PATCH] ppc: Improve emulation of THRM registers
 2016-06-20  1:27 UTC  (3+ messages)
` [Qemu-devel] [Qemu-ppc] "

[Qemu-devel] [RFC 0/8] cpu-exec: Safe work in quiescent state
 2016-06-20  1:23 UTC  (10+ messages)
` [Qemu-devel] [RFC 1/8] cpus: pass CPUState to run_on_cpu helpers
` [Qemu-devel] [RFC 2/8] cpus: Move common code out of {async_, }run_on_cpu()
` [Qemu-devel] [RFC 3/8] cpus: Add 'qemu_work_cond' usage wrappers
` [Qemu-devel] [RFC 4/8] linux-user: Rework exclusive operation mechanism
` [Qemu-devel] [RFC 5/8] linux-user: Add qemu_cpu_is_self() and qemu_cpu_kick()
` [Qemu-devel] [RFC 6/8] linux-user: Support CPU work queue
` [Qemu-devel] [RFC 7/8] cpu-exec-common: Introduce async_safe_run_on_cpu()
` [Qemu-devel] [RFC 8/8] tcg: Make tb_flush() thread safe

[Qemu-devel] [PATCH v2] fw/msr_feature_control: add support to set MSR_IA32_FEATURE_CONTROL
 2016-06-20  1:06 UTC  (3+ messages)
` [Qemu-devel] [SeaBIOS] "

[Qemu-devel] [PATCH] tests: Use '+=' to add additional tests, not '='
 2016-06-20  0:23 UTC  (2+ messages)

[Qemu-devel] [PATCH] powerpc/mm: Update the WIMG check during H_ENTER
 2016-06-20  0:23 UTC  (2+ messages)

[Qemu-devel] [PATCH] ppc64: disable gen_pause() for linux-user mode
 2016-06-20  0:22 UTC  (2+ messages)

[Qemu-devel] [PATCH 0/2] tcg: Fix i686 booting sparc64 openbios
 2016-06-20  0:11 UTC  (4+ messages)
` [Qemu-devel] [PATCH 1/2] tcg: Fix name for high-half register
` [Qemu-devel] [PATCH 2/2] tcg: Fix allocation of indirect_base registers

[Qemu-devel] [PATCH 00/10] rework exception model to support the HV mode
 2016-06-19 22:35 UTC  (21+ messages)
` [Qemu-devel] [PATCH 01/10] ppc: Fix rfi/rfid/hrfi/... emulation
    ` [Qemu-devel] [Qemu-ppc] "

[Qemu-devel] [PATCH] ppc: Improve emulation of THRM registers
 2016-06-19 22:10 UTC  (3+ messages)

[Qemu-devel] kvm_arch_put_registers and xsave
 2016-06-19 22:00 UTC  (3+ messages)

[Qemu-devel] [Bug 1585008] Re: Windows 7 guests hang on bootup when qxl video is used
 2016-06-19 21:46 UTC  (3+ messages)

[Qemu-devel] KVM VM hangs forever in R state within lock
 2016-06-19 21:28 UTC 

[Qemu-devel] [PATCH v8 00/12] 8bit AVR cores
 2016-06-19 18:33 UTC  (17+ messages)
` [Qemu-devel] [PATCH v8 01/12] target-avr: AVR cores support is added. 1. basic CPU structure 2. registers 3. no instructions
` [Qemu-devel] [PATCH v8 02/12] target-avr: adding AVR CPU features/flavors
` [Qemu-devel] [PATCH v8 03/12] target-avr: adding a sample AVR board
` [Qemu-devel] [PATCH v8 04/12] target-avr: adding instructions encodings
` [Qemu-devel] [PATCH v8 05/12] target-avr: adding AVR interrupt handling
` [Qemu-devel] [PATCH v8 06/12] target-avr: adding helpers for IN, OUT, SLEEP, WBR & unsupported instructions
` [Qemu-devel] [PATCH v8 07/12] target-avr: adding instruction decoder
` [Qemu-devel] [PATCH v8 08/12] target-avr: adding instruction translation
` [Qemu-devel] [PATCH v8 09/12] target-avr: updating translate.c to use instructions translation
` [Qemu-devel] [PATCH v8 10/12] target-avr: saving sreg, rampD, rampX, rampY, rampD, eind in HW representation saving cpu features
` [Qemu-devel] [PATCH v8 11/12] target-avr: decoder generator. currently not used by the build, can be used manually
` [Qemu-devel] [PATCH v8 12/12] target-avr: adding maintainer

[Qemu-devel] [PATCH 2/7] QEMU does not currently support host pages that are larger than guest pages, likely due to glibc using fixed mmap requests
 2016-06-19 18:24 UTC  (3+ messages)

[Qemu-devel] [PATCH v2] ppc / sparc: Add a tester for checking whether OpenBIOS runs successfully
 2016-06-19 17:28 UTC  (10+ messages)

[Qemu-devel] [PATCH 00/10] globals: Clean up validation and error checking
 2016-06-19 16:50 UTC  (10+ messages)
` [Qemu-devel] [PATCH 01/10] qdev: Don't stop applying globals on first error
` [Qemu-devel] [PATCH 06/10] machine: Add machine_register_compat_props() function
` [Qemu-devel] [PATCH 07/10] vl: Set errp to &error_abort on machine compat_props
` [Qemu-devel] [PATCH 10/10] machine: Skip global registration for non-existing classes

[Qemu-devel] [PATCH 0/5] x86: Physical address limit patches
 2016-06-19 16:13 UTC  (12+ messages)
` [Qemu-devel] [PATCH 4/5] x86: Allow physical address bits to be set

[Qemu-devel] [Bug 1594069] [NEW] SIMD instructions translated to scalar host instructions
 2016-06-19 13:14 UTC  (3+ messages)
` [Qemu-devel] [Bug 1594069] "

[Qemu-devel] [PATCH 0/2] configure: Avoid warnings on OSX
 2016-06-19 11:19 UTC  (7+ messages)
` [Qemu-devel] [PATCH 1/2] configure: Improve usermode relocation linker option probe
` [Qemu-devel] [PATCH 2/2] configure: Make AVX2 test robust to non-ELF systems

[Qemu-devel] [PATCH 5/7] TIOCGPTN and related terminal control ioctls were not converted to the guest ioctl format on x86_64 targets. Convert these ioctls to enable terminal functionality on x86_64 guests
 2016-06-19  9:59 UTC  (2+ messages)

[Qemu-devel] [PATCH 3/7] Pass select() arguments directly to do_select() on x86 platforms
 2016-06-19  9:56 UTC  (2+ messages)

[Qemu-devel] [RFC 0/9] Introduce light weight PC platform pc-lite
 2016-06-19  8:21 UTC  (3+ messages)

[Qemu-devel] [PATCH] *** Vhost-pci RFC v2 ***
 2016-06-19 14:14 UTC  (2+ messages)
` [Qemu-devel] [PATCH] Vhost-pci RFC v2: a new virtio device for inter-VM communication

[Qemu-devel] [PATCH] hw/sh4: Add dtb support
 2016-06-19  5:34 UTC 

[Qemu-devel] [PATCH RFC 0/4] range: Make it simpler & safer
 2016-06-19  3:28 UTC  (9+ messages)
` [Qemu-devel] [PATCH RFC 1/4] log: Clean up misuse of Range for -dfilter
` [Qemu-devel] [PATCH RFC 2/4] range: Eliminate direct Range member access
` [Qemu-devel] [PATCH RFC 3/4] range: Drop the previous commit's trickery
` [Qemu-devel] [PATCH RFC 4/4] range: Replace internal representation of Range

[Qemu-devel] [Bug 1591611] [NEW] chroot using qemu-x86_64-static fails on ppc64el
 2016-06-19  0:18 UTC  (4+ messages)
` [Qemu-devel] [Bug 1591611] "

[Qemu-devel] [PATCH 7/7] Add ALSA ioctls
 2016-06-19  0:15 UTC 

[Qemu-devel] [PATCH 6/7] Add radeon DRM interface ioctls
 2016-06-19  0:15 UTC 

[Qemu-devel] [PATCH 4/7] This patch adds initial user-virtualization support for the DRM (type 'd') IOCTLs in linux. With it and a corresponding architecture chroot (say aarch64), I am able to successfully run a few 2D and 3D applications with native graphics acceleration. Some notes/caveats are:
 2016-06-19  0:15 UTC 

[Qemu-devel] [PATCH 2/7] QEMU does not currently support host pages that are larger than guest pages, likely due to glibc using fixed mmap requests
 2016-06-19  0:15 UTC 

[Qemu-devel] [PATCH 1/7] Add initial x86_64 signal handlers
 2016-06-19  0:15 UTC 

[Qemu-devel] RE-SEND: [PATCH 0/7] Enable multimedia applications on x86_64 guests
 2016-06-19  0:14 UTC 

[Qemu-devel] [PATCH 7/7] Add ALSA ioctls
 2016-06-19  0:11 UTC 

[Qemu-devel] [PATCH 6/7] Add radeon DRM interface ioctls
 2016-06-19  0:11 UTC 

[Qemu-devel] [PATCH 4/7] This patch adds initial user-virtualization support for the DRM (type 'd') IOCTLs in linux. With it and a corresponding architecture chroot (say aarch64), I am able to successfully run a few 2D and 3D applications with native graphics acceleration. Some notes/caveats are:
 2016-06-19  0:11 UTC 

[Qemu-devel] [PATCH 5/7] TIOCGPTN and related terminal control ioctls were not converted to the guest ioctl format on x86_64 targets. Convert these ioctls to enable terminal functionality on x86_64 guests
 2016-06-19  0:11 UTC 

[Qemu-devel] [PATCH 3/7] Pass select() arguments directly to do_select() on x86 platforms
 2016-06-19  0:11 UTC 

[Qemu-devel] [PATCH 1/7] Add initial x86_64 signal handlers
 2016-06-19  0:11 UTC 

[Qemu-devel] [PATCH 0/7] Enable multimedia applications on x86_64 guests
 2016-06-19  0:11 UTC 

[Qemu-devel] [Bug 1593605] [NEW] windows2008r2 boot failed with uefi
 2016-06-18 21:45 UTC  (13+ messages)
` [Qemu-devel] [Bug 1593605] "

[Qemu-devel] [Bug 960378] [NEW] OSX 10.7 build failure
 2016-06-18 21:37 UTC  (6+ messages)
` [Qemu-devel] [Bug 960378] "
  ` [Qemu-devel] "

[Qemu-devel] [PATCH] gt64xxx: access right I/O port when activating byte swapping
 2016-06-18 20:48 UTC  (3+ messages)

[Qemu-devel] [PATCH] configure: Don't run AVX optimization requirement check on Mac OS X
 2016-06-18 20:45 UTC  (2+ messages)

[Qemu-devel] [PATCH] i386: pci-assign: Fix MSI-X table size
 2016-06-18 20:42 UTC 

[Qemu-devel] [PATCH v7 00/12] 8bit AVR cores
 2016-06-18 18:53 UTC  (3+ messages)
` [Qemu-devel] [PATCH v7 12/12] target-avr: 1. use cpu_get/set_sreg function at avr_cpu_gdb_read_register/avr_cpu_gdb_read_register 2. configuring target as little endian 3. fixing and testing gen_push_ret/gen_pop_ret

[Qemu-devel] We have an open position in our team for you!
 2016-06-18 16:35 UTC 

[Qemu-devel] [PATCH] oslib-posix: New qemu_alloc_stack() to allocate stack with correct perms
 2016-06-18 13:55 UTC  (2+ messages)

[Qemu-devel] [] [PATCH] Show all of snapshot info on every block device in output of 'info snapshots'
 2016-06-18 12:49 UTC  (4+ messages)
  ` [Qemu-devel] 答复: "

[Qemu-devel] [V11 0/4] AMD IOMMU
 2016-06-18 12:34 UTC  (7+ messages)
` [Qemu-devel] [V11 2/4] hw/i386: ACPI IVRS table

[Qemu-devel] [Bug 1529226] [NEW] qemu-i386-user on 32-bit Linux: uncaught target signal 11
 2016-06-18 11:42 UTC  (3+ messages)
` [Qemu-devel] [Bug 1529226] "

[Qemu-devel] [PATCH v6 00/22] block: Lock images when opening
 2016-06-18 11:16 UTC  (4+ messages)
` [Qemu-devel] [PATCH v6 02/22] qapi: Add lock-mode in blockdev-add options

[Qemu-devel] [PATCH] vmxnet3: Fix reading/writing guest memory specially when behind an IOMMU
 2016-06-18 10:24 UTC 

[Qemu-devel] [PATCH 0/2] Reveal 'to' parameter of 'vnc' option to user
 2016-06-18  8:53 UTC  (10+ messages)
` [Qemu-devel] [PATCH 2/2] Explicitly print out default vnc option in use

[Qemu-devel] [RFC PATCH v0 1/1] spapr: Support setting of compat CPU type for CPU cores
 2016-06-18  8:34 UTC 

[Qemu-devel] [PATCH] Change net/socket.c to use socket_*() functions
 2016-06-18  7:54 UTC  (2+ messages)
` [Qemu-devel] [PATCH v2] "

[Qemu-devel] [PATCH] build: Use $(CC) for compiling .S files
 2016-06-18  6:47 UTC 

[Qemu-devel] [RFC] target-arm: fix semihosting ram base issue
 2016-06-18  6:11 UTC  (5+ messages)

[Qemu-devel] [RFC v3 PATCH 01/14] Introduce TCGOpcode for memory barrier
 2016-06-18  5:48 UTC  (16+ messages)
` [Qemu-devel] [RFC v3 PATCH 02/14] tcg/i386: Add support for fence
` [Qemu-devel] [RFC v3 PATCH 03/14] tcg/aarch64: "
` [Qemu-devel] [RFC v3 PATCH 04/14] tcg/arm: "
` [Qemu-devel] [RFC v3 PATCH 05/14] tcg/ia64: "
` [Qemu-devel] [RFC v3 PATCH 06/14] tcg/mips: "
` [Qemu-devel] [RFC v3 PATCH 07/14] tcg/ppc: "
` [Qemu-devel] [RFC v3 PATCH 08/14] tcg/s390: "
` [Qemu-devel] [RFC v3 PATCH 09/14] tcg/sparc: "
` [Qemu-devel] [RFC v3 PATCH 10/14] tcg/tci: "
` [Qemu-devel] [RFC v3 PATCH 11/14] target-arm: Generate fences in ARMv7 frontend
` [Qemu-devel] [RFC v3 PATCH 12/14] target-alpha: Generate fence op
` [Qemu-devel] [RFC v3 PATCH 13/14] aarch64: Generate fences for aarch64
` [Qemu-devel] [RFC v3 PATCH 14/14] target-i386: Generate fences for x86
` [Qemu-devel] [RFC v3 PATCH 00/14] tcg: Add fence gen support

[Qemu-devel] [PULL 00/13] ppc-for-2.7 queue 20160527
 2016-06-18  5:10 UTC  (8+ messages)
` [Qemu-devel] [PULL 03/13] target-ppc: Use 32-bit rotate instead of deposit + 64-bit rotate

[Qemu-devel] [PATCH] rbd: reload ceph config for block device
 2016-06-18  2:28 UTC 

[Qemu-devel] [PATCH] target-ppc: Correct ppc3500_spin initial TLB size
 2016-06-18  1:20 UTC 

[Qemu-devel] [PATCH] target-ppc: Correct ppc3500_spin initial TLB size
 2016-06-17 23:54 UTC 

[Qemu-devel] [PATCH] target-ppc: Correct ppc3500_spin initial TLB size
 2016-06-17 23:54 UTC 

[Qemu-devel] Determining interest in PPC e500spin, yield, and openpic patches
 2016-06-18  0:50 UTC  (7+ messages)
` [Qemu-devel] [Qemu-ppc] "
      ` [Qemu-devel] PPC e500spin pir improperly initialized

[Qemu-devel] [PATCH v4 0/6] trace: Per-vCPU tracing states
 2016-06-17 20:16 UTC  (4+ messages)
` [Qemu-devel] [PATCH v4 4/6] trace: Add per-vCPU tracing states for events with the 'vcpu' property

[Qemu-devel] [PATCH] target-alpha: Avoid gcc 6.1 werror for linux-user
 2016-06-17 19:46 UTC 

[Qemu-devel] git master build failure
 2016-06-17 19:45 UTC  (7+ messages)

[Qemu-devel] [PATCH] alpha: Fix build error for linux-user
 2016-06-17 18:12 UTC  (6+ 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).