QEMU With E2K User Support
Go to file
Eduardo Habkost b3ce84fea4 qdev: Move global validation to a single function
Currently GlobalProperty.not_used=false has multiple meanings:

* It may be a property for a hotpluggable device, which may or may not
  have been used by a device;
* It may be a machine-type-provided property, which may or may not have
  been used by a device.
* It may be a user-provided property that was actually not used by
  any device.

Simplify the logic by having two separate fields: 'user_provided' and
'used'. This allows the entire global property validation logic to be
contained in a single function, and allows more specific error messages.

Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
Acked-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
2014-09-18 21:51:24 +03:00
audio
backends
block vmdk: fix buf leak in vmdk_parse_extents() 2014-09-08 11:12:44 +01:00
bsd-user
default-configs PPC: Fix default config ordering and add eTSEC for ppc64 2014-09-08 12:50:54 +02:00
disas
docs
dtc@bc895d6d09
fpu
fsdev
gdb-xml
hw qdev: Move global validation to a single function 2014-09-18 21:51:24 +03:00
include qdev: Move global validation to a single function 2014-09-18 21:51:24 +03:00
libcacard
libdecnumber
linux-headers
linux-user exec.c: Relax restrictions on watchpoint length and alignment 2014-09-12 14:06:48 +01:00
net Net patches 2014-09-04 17:39:07 +01:00
pc-bios
pixman@97336fad32
po
qapi rename parse_enum_option to qapi_enum_parse and make it public 2014-09-08 11:12:43 +01:00
qga
qobject
qom cpu-exec: Make debug_excp_handler a QOM CPU method 2014-09-12 14:06:48 +01:00
roms
scripts
slirp
stubs
sysconfigs/target
target-alpha
target-arm target-arm: Make *IS TLB maintenance ops affect all CPUs 2014-09-12 14:06:50 +01:00
target-cris
target-i386 cpu-exec: Make debug_excp_handler a QOM CPU method 2014-09-12 14:06:48 +01:00
target-lm32 cpu-exec: Make debug_excp_handler a QOM CPU method 2014-09-12 14:06:48 +01:00
target-m68k
target-microblaze
target-mips
target-moxie
target-openrisc
target-ppc target-ppc: Implement mulldo with TCG 2014-09-08 12:50:53 +02:00
target-s390x
target-sh4
target-sparc
target-tricore
target-unicore32
target-xtensa cpu-exec: Make debug_excp_handler a QOM CPU method 2014-09-12 14:06:48 +01:00
tcg
tests qdev: Move global validation to a single function 2014-09-18 21:51:24 +03:00
trace
ui console: pixman switchover continued, add some infrastructure to make it 2014-09-11 11:44:17 +01:00
util
.exrc
.gitignore
.gitmodules
.mailmap
.travis.yml
aio-posix.c
aio-win32.c
arch_init.c
async.c
balloon.c
block-migration.c
block.c block: kill tail whitespace in block.c 2014-09-08 11:12:42 +01:00
blockdev-nbd.c
blockdev.c rename parse_enum_option to qapi_enum_parse and make it public 2014-09-08 11:12:43 +01:00
blockjob.c
bt-host.c
bt-vhci.c
Changelog
CODING_STYLE
configure tests: disable global props test for old glib 2014-09-18 21:50:30 +03:00
COPYING
COPYING.LIB
coroutine-gthread.c
coroutine-sigaltstack.c
coroutine-ucontext.c
coroutine-win32.c
cpu-exec.c cpu-exec: Make debug_excp_handler a QOM CPU method 2014-09-12 14:06:48 +01:00
cpus.c
cputlb.c
device_tree.c
device-hotplug.c
disas.c
dma-helpers.c
dump.c
exec.c exec.c: Record watchpoint fault address and direction 2014-09-12 14:06:48 +01:00
gdbstub.c
HACKING
hmp-commands.hx
hmp.c
hmp.h
iohandler.c
ioport.c
iothread.c
kvm-all.c KVM: Add helper to run KVM_CHECK_EXTENSION on vm fd 2014-09-08 12:50:51 +02:00
kvm-stub.c
LICENSE
main-loop.c
MAINTAINERS MAINTAINERS: update sheepdog maintainer 2014-09-08 11:12:43 +01:00
Makefile
Makefile.objs
Makefile.target
memory_mapping.c
memory.c memory: Remove object_property_add_child_array() 2014-09-04 16:14:47 +02:00
migration-exec.c
migration-fd.c
migration-rdma.c
migration-tcp.c
migration-unix.c
migration.c
module-common.c
monitor.c
nbd.c
numa.c
os-posix.c
os-win32.c
page_cache.c
qapi-schema.json
qdev-monitor.c
qdict-test-data.txt
qemu-bridge-helper.c
qemu-char.c pty: Fix byte loss bug when connecting to pty 2014-09-05 13:27:10 +02:00
qemu-coroutine-io.c
qemu-coroutine-lock.c
qemu-coroutine-sleep.c
qemu-coroutine.c
qemu-doc.texi
qemu-file.c
qemu-img-cmds.hx
qemu-img.c qemu-img: clarify src_cache option documentation 2014-09-08 11:12:43 +01:00
qemu-img.texi qemu-img: fix rebase src_cache option documentation 2014-09-08 11:12:43 +01:00
qemu-io-cmds.c
qemu-io.c
qemu-log.c
qemu-nbd.c qemu-nbd: fix indentation and coding style 2014-09-08 11:12:43 +01:00
qemu-nbd.texi
qemu-options-wrapper.h
qemu-options.h
qemu-options.hx
qemu-seccomp.c
qemu-tech.texi
qemu-timer.c
qemu.nsi
qemu.sasl
qmp-commands.hx
qmp.c
qtest.c
README
rules.mak
savevm.c
softmmu_template.h
spice-qemu-char.c
tcg-runtime.c
tci.c
thread-pool.c
thunk.c
tpm.c
trace-events console: stop using PixelFormat 2014-09-05 13:27:11 +02:00
translate-all.c
translate-all.h
user-exec.c
VERSION
version.rc
vl.c qdev: Rename qdev_prop_check_global() to qdev_prop_check_globals() 2014-09-18 21:51:24 +03:00
vmstate.c
xbzrle.c
xen-common-stub.c
xen-common.c
xen-hvm-stub.c
xen-hvm.c
xen-mapcache.c

Read the documentation in qemu-doc.html or on http://wiki.qemu-project.org

- QEMU team