Find a file
Bharata B Rao 7093645a84 spapr: Ensure thread0 of CPU core is always realized first
During CPU core realization, we create all the thread objects and parent
them to the core object in a loop. However, the realization of thread
objects is done separately by walking the threads of a core using
object_child_foreach(). With this, there is no guarantee on the order
in which the child thread objects get realized. Since CPU device tree
properties are currently derived from the CPU thread object, we assume
thread0 of the core to be the representative thread of the core when
creating device tree properties for the core. If thread0 is not the
first thread that gets realized, then we would end up having an
incorrect dt_id for the core and this causes hotplug failures from
the guest.

Fix this by realizing each thread object by walking the core's thread
object list thereby ensuring that thread0 and other threads are always
realized in the correct order.

Future TODO: CPU DT nodes are per-core properties and we should
ideally base the creation of CPU DT nodes on core objects rather than
the thread objects.

Signed-off-by: Bharata B Rao <bharata@linux.vnet.ibm.com>
Reviewed-by: Greg Kurz <groug@kaod.org>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
2016-07-05 10:43:02 +10:00
audio -----BEGIN PGP SIGNATURE----- 2016-06-20 22:30:34 +01:00
backends
block * serial port fixes (Paolo) 2016-06-29 19:14:48 +01:00
bsd-user trace: [*-user] Add events to trace guest syscalls in syscall emulation mode 2016-06-28 21:14:12 +01:00
contrib os-posix: include sys/mman.h 2016-06-16 18:39:03 +02:00
crypto crypto: allow default TLS priority to be chosen at build time 2016-07-04 15:53:19 +01:00
default-configs dma: Add Xilinx Zynq devcfg device model 2016-07-04 13:15:22 +01:00
disas
docs memory: Provide memory_region_init_rom() 2016-07-04 13:06:35 +01:00
dtc@65cc4d2748
fpu softfloat: Handle snan_bit_is_one == 0 in MIPS pickNaNMulAdd() 2016-06-24 13:41:32 +01:00
fsdev 9p: don't include <sys/uio.h> 2016-07-01 14:38:54 +02:00
gdb-xml
hw spapr: Ensure thread0 of CPU core is always realized first 2016-07-05 10:43:02 +10:00
include Merge qcrypto 2016/07/04 v1 2016-07-04 16:28:58 +01:00
io socket: unlink unix socket on remove 2016-06-29 16:49:41 +02:00
libdecnumber
linux-headers linux-headers: update 2016-06-14 13:34:50 +02:00
linux-user linux-user: Make semihosting heap/stack fields abi_ulongs 2016-07-04 13:06:35 +01:00
migration trace: split out trace events for migration/ directory 2016-06-20 17:22:14 +01:00
nbd nbd/client.c: Correct trace format string 2016-06-17 15:05:55 +01:00
net * serial port fixes (Paolo) 2016-06-29 19:14:48 +01:00
pc-bios Revert "bios: Add fast variant of SeaBIOS for use with -kernel on x86." 2016-07-04 17:23:33 +02:00
pixman@87eea99e44
po Added Bulgarian translation 2016-07-01 16:06:57 +01:00
qapi crypto: implement sha224, sha384, sha512 and ripemd160 hashes 2016-07-04 15:52:36 +01:00
qga coccinelle: Remove unnecessary variables for function return value 2016-06-20 16:38:13 +02:00
qobject qobject: Correct JSON lexer grammar comments 2016-06-30 15:24:36 +02:00
qom -----BEGIN PGP SIGNATURE----- 2016-06-20 22:30:34 +01:00
replay replay: Clean up includes 2016-06-07 18:19:23 +03:00
roms Revert "bios: Add fast variant of SeaBIOS for use with -kernel on x86." 2016-07-04 17:23:33 +02:00
scripts qapi: Fix crash on missing alternate member of QAPI struct 2016-06-30 15:24:36 +02:00
slirp slirp: Add support for stateless DHCPv6 2016-07-03 23:59:42 +02:00
stubs pc: acpi: introduce AcpiDeviceIfClass.madt_cpu hook 2016-06-24 05:21:16 +03:00
target-alpha * serial port fixes (Paolo) 2016-06-29 19:14:48 +01:00
target-arm target-arm/arm-semi.c: Fix SYS_HEAPINFO for 64-bit guests 2016-07-04 13:06:35 +01:00
target-cris target-*: Don't redefine cpu_exec() 2016-06-29 14:03:47 +02:00
target-i386 target-*: Don't redefine cpu_exec() 2016-06-29 14:03:47 +02:00
target-lm32 target-*: Don't redefine cpu_exec() 2016-06-29 14:03:47 +02:00
target-m68k * serial port fixes (Paolo) 2016-06-29 19:14:48 +01:00
target-microblaze * serial port fixes (Paolo) 2016-06-29 19:14:48 +01:00
target-mips * serial port fixes (Paolo) 2016-06-29 19:14:48 +01:00
target-moxie target-*: Don't redefine cpu_exec() 2016-06-29 14:03:47 +02:00
target-openrisc target-*: Don't redefine cpu_exec() 2016-06-29 14:03:47 +02:00
target-ppc ppc: Fix xsrdpi, xvrdpi and xvrspi rounding 2016-07-05 10:43:02 +10:00
target-s390x * serial port fixes (Paolo) 2016-06-29 19:14:48 +01:00
target-sh4 * serial port fixes (Paolo) 2016-06-29 19:14:48 +01:00
target-sparc * serial port fixes (Paolo) 2016-06-29 19:14:48 +01:00
target-tilegx target-*: Don't redefine cpu_exec() 2016-06-29 14:03:47 +02:00
target-tricore target-*: Don't redefine cpu_exec() 2016-06-29 14:03:47 +02:00
target-unicore32 * serial port fixes (Paolo) 2016-06-29 19:14:48 +01:00
target-xtensa target-*: Don't redefine cpu_exec() 2016-06-29 14:03:47 +02:00
tcg trace: [all] Add "guest_mem_before" event 2016-06-20 17:21:56 +01:00
tests crypto: implement sha224, sha384, sha512 and ripemd160 hashes 2016-07-04 15:52:36 +01:00
trace trace: move qemu_trace_opts to trace/control.c 2016-06-28 21:14:12 +01:00
ui vnc: generalize "VNC server running on ..." message 2016-06-29 14:03:47 +02:00
util qapi: Fix memleak in string visitors on int lists 2016-06-30 15:28:54 +02:00
.dir-locals.el
.exrc
.gitignore trace: add build framework for merging trace-events files 2016-06-20 17:22:14 +01:00
.gitmodules
.mailmap
.travis.yml .travis.yml: disable Sparse testing 2016-06-08 17:47:22 +01:00
accel.c
aio-posix.c
aio-win32.c
arch_init.c
async.c
balloon.c
block.c Error reporting patches for 2016-06-20 2016-06-20 16:19:18 +01:00
blockdev-nbd.c
blockdev.c Error reporting patches for 2016-06-20 2016-06-20 16:19:18 +01:00
blockjob.c blockjob: assert(cb) when create job 2016-06-28 23:08:13 -04:00
bootdevice.c error: Remove NULL checks on error_propagate() calls 2016-06-20 16:38:13 +02:00
bt-host.c
bt-vhci.c
Changelog
CODING_STYLE
configure crypto: allow default TLS priority to be chosen at build time 2016-07-04 15:53:19 +01:00
COPYING
COPYING.LIB
cpu-exec-common.c cpu-exec: Rename cpu_resume_from_signal() to cpu_loop_exit_noexc() 2016-06-09 15:55:02 +01:00
cpu-exec.c tb hash: track translated blocks with qht 2016-06-11 17:11:16 -07:00
cpus.c seqlock: rename write_lock/unlock to write_begin/end 2016-06-11 22:59:34 +00:00
cputlb.c cputlb: don't cpu_abort() if guest tries to execute outside RAM or RAM 2016-06-28 18:50:53 +01:00
device-hotplug.c
device_tree.c
disas.c
dma-helpers.c dma-helpers: dma_blk_io() cancel support 2016-06-28 13:08:31 +01:00
dump.c error: Remove NULL checks on error_propagate() calls 2016-06-20 16:38:13 +02:00
exec.c os-posix: include sys/mman.h 2016-06-16 18:39:03 +02:00
gdbstub.c linux-user pull request for June 2016 2016-06-08 18:34:32 +01:00
HACKING
hmp-commands-info.hx hmp: Add 'info hotpluggable-cpus' HMP command 2016-06-17 16:33:49 +10:00
hmp-commands.hx
hmp.c qapi: keep names in 'CpuInstanceProperties' in sync with struct CPUCore 2016-06-27 13:15:06 +10:00
hmp.h hmp: Add 'info hotpluggable-cpus' HMP command 2016-06-17 16:33:49 +10:00
iohandler.c
ioport.c
iothread.c
kvm-all.c KVM: use KVM_CAP_MAX_VCPU_ID 2016-06-16 18:39:04 +02:00
kvm-stub.c
LICENSE
main-loop.c
MAINTAINERS MAINTAINERS: Remove Blue Swirl leftovers 2016-06-30 13:34:49 +01:00
Makefile Revert "bios: Add fast variant of SeaBIOS for use with -kernel on x86." 2016-07-04 17:23:33 +02:00
Makefile.objs trace: split out trace events for linux-user/ directory 2016-06-20 17:22:17 +01:00
Makefile.target linux-user: Create a hostdep.h for each host architecture 2016-06-26 13:17:21 +03:00
memory.c memory: Assert that memory_region_init_rom_device() ops aren't NULL 2016-07-04 13:06:35 +01:00
memory_mapping.c all: Remove unnecessary glib.h includes 2016-06-07 18:19:24 +03:00
module-common.c
monitor.c log: Fix qemu_set_log_filename() error handling 2016-06-20 16:39:08 +02:00
numa.c
os-posix.c os-posix: include sys/mman.h 2016-06-16 18:39:03 +02:00
os-win32.c
page_cache.c coccinelle: Remove unnecessary variables for function return value 2016-06-20 16:38:13 +02:00
qapi-schema.json qapi: keep names in 'CpuInstanceProperties' in sync with struct CPUCore 2016-06-27 13:15:06 +10:00
qdev-monitor.c
qdict-test-data.txt
qemu-bridge-helper.c all: Remove unnecessary glib.h includes 2016-06-07 18:19:24 +03:00
qemu-char.c char: clean up remaining chardevs when leaving 2016-06-29 16:49:41 +02:00
qemu-doc.texi
qemu-ga.texi
qemu-img-cmds.hx qemu-img bench: Add --flush-interval 2016-06-08 10:21:09 +02:00
qemu-img.c trace: enable tracing in qemu-img 2016-06-28 21:14:12 +01:00
qemu-img.texi trace: enable tracing in qemu-img 2016-06-28 21:14:12 +01:00
qemu-io-cmds.c
qemu-io.c trace: enable tracing in qemu-io 2016-06-28 21:14:12 +01:00
qemu-nbd.c trace: enable tracing in qemu-nbd 2016-06-28 21:14:12 +01:00
qemu-nbd.texi trace: enable tracing in qemu-nbd 2016-06-28 21:14:12 +01:00
qemu-option-trace.texi doc: move text describing --trace to specific .texi file 2016-06-28 21:14:12 +01:00
qemu-options-wrapper.h
qemu-options.h
qemu-options.hx doc: move text describing --trace to specific .texi file 2016-06-28 21:14:12 +01:00
qemu-seccomp.c
qemu-tech.texi
qemu-timer.c qemu-timer: Use DIV_ROUND_UP 2016-06-07 18:19:25 +03:00
qemu.nsi
qemu.sasl
qmp-commands.hx qmp: fix spapr example of query-hotpluggable-cpus 2016-07-01 13:41:47 +10:00
qmp.c Makefile: Derive "PKGVERSION" from "git describe" by default 2016-06-07 14:14:39 +02:00
qtest.c
README
rules.mak * max-ram-below-4g improvement (Gerd) 2016-06-08 14:45:28 +01:00
softmmu_template.h
spice-qemu-char.c
tcg-runtime.c
tci.c
thread-pool.c
thunk.c thunk: Rename args and fields in host-target bitmask conversion code 2016-06-07 18:19:24 +03:00
tpm.c
trace-events trace: [*-user] Add events to trace guest syscalls in syscall emulation mode 2016-06-28 21:14:12 +01:00
translate-all.c exec: [tcg] Track which vCPU is performing translation and execution 2016-06-20 15:30:01 +01:00
translate-all.h user-exec: Push resume-from-signal code out to handle_cpu_signal() 2016-06-09 15:55:02 +01:00
translate-common.c
user-exec.c user-exec: Remove unused code for OSX hosts 2016-06-26 13:17:20 +03:00
VERSION
version.rc
vl.c * serial port fixes (Paolo) 2016-06-29 19:14:48 +01:00
xen-common-stub.c
xen-common.c
xen-hvm-stub.c
xen-hvm.c os-posix: include sys/mman.h 2016-06-16 18:39:03 +02:00
xen-mapcache.c os-posix: include sys/mman.h 2016-06-16 18:39:03 +02:00

         QEMU README
         ===========

QEMU is a generic and open source machine & userspace emulator and
virtualizer.

QEMU is capable of emulating a complete machine in software without any
need for hardware virtualization support. By using dynamic translation,
it achieves very good performance. QEMU can also integrate with the Xen
and KVM hypervisors to provide emulated hardware while allowing the
hypervisor to manage the CPU. With hypervisor support, QEMU can achieve
near native performance for CPUs. When QEMU emulates CPUs directly it is
capable of running operating systems made for one machine (e.g. an ARMv7
board) on a different machine (e.g. an x86_64 PC board).

QEMU is also capable of providing userspace API virtualization for Linux
and BSD kernel interfaces. This allows binaries compiled against one
architecture ABI (e.g. the Linux PPC64 ABI) to be run on a host using a
different architecture ABI (e.g. the Linux x86_64 ABI). This does not
involve any hardware emulation, simply CPU and syscall emulation.

QEMU aims to fit into a variety of use cases. It can be invoked directly
by users wishing to have full control over its behaviour and settings.
It also aims to facilitate integration into higher level management
layers, by providing a stable command line interface and monitor API.
It is commonly invoked indirectly via the libvirt library when using
open source applications such as oVirt, OpenStack and virt-manager.

QEMU as a whole is released under the GNU General Public License,
version 2. For full licensing details, consult the LICENSE file.


Building
========

QEMU is multi-platform software intended to be buildable on all modern
Linux platforms, OS-X, Win32 (via the Mingw64 toolchain) and a variety
of other UNIX targets. The simple steps to build QEMU are:

  mkdir build
  cd build
  ../configure
  make

Complete details of the process for building and configuring QEMU for
all supported host platforms can be found in the qemu-tech.html file.
Additional information can also be found online via the QEMU website:

  http://qemu-project.org/Hosts/Linux
  http://qemu-project.org/Hosts/W32


Submitting patches
==================

The QEMU source code is maintained under the GIT version control system.

   git clone git://git.qemu-project.org/qemu.git

When submitting patches, the preferred approach is to use 'git
format-patch' and/or 'git send-email' to format & send the mail to the
qemu-devel@nongnu.org mailing list. All patches submitted must contain
a 'Signed-off-by' line from the author. Patches should follow the
guidelines set out in the HACKING and CODING_STYLE files.

Additional information on submitting patches can be found online via
the QEMU website

  http://qemu-project.org/Contribute/SubmitAPatch
  http://qemu-project.org/Contribute/TrivialPatches


Bug reporting
=============

The QEMU project uses Launchpad as its primary upstream bug tracker. Bugs
found when running code built from QEMU git or upstream released sources
should be reported via:

  https://bugs.launchpad.net/qemu/

If using QEMU via an operating system vendor pre-built binary package, it
is preferable to report bugs to the vendor's own bug tracker first. If
the bug is also known to affect latest upstream code, it can also be
reported via launchpad.

For additional information on bug reporting consult:

  http://qemu-project.org/Contribute/ReportABug


Contact
=======

The QEMU community can be contacted in a number of ways, with the two
main methods being email and IRC

 - qemu-devel@nongnu.org
   http://lists.nongnu.org/mailman/listinfo/qemu-devel
 - #qemu on irc.oftc.net

Information on additional methods of contacting the community can be
found online via the QEMU website:

  http://qemu-project.org/Contribute/StartHere

-- End