Paul Brook [Sun, 17 May 2009 13:55:55 +0000 (14:55 +0100)]
Consistently use uint64_t for int properties
I apparently failed to do this properly on the first attempt.
Signed-off-by: Paul Brook <paul@codesourcery.com>
Edgar E. Iglesias [Sat, 16 May 2009 10:28:33 +0000 (12:28 +0200)]
ETRAX-PIC: Untabify.
Signed-off-by: Edgar E. Iglesias <edgar.iglesias@gmail.com>
Edgar E. Iglesias [Sat, 16 May 2009 00:08:16 +0000 (02:08 +0200)]
ETRAX-TIMER: qdevify.
Signed-off-by: Edgar E. Iglesias <edgar.iglesias@gmail.com>
Edgar E. Iglesias [Fri, 15 May 2009 23:46:26 +0000 (01:46 +0200)]
ETRAX-TIMER: Untabify.
Signed-off-by: Edgar E. Iglesias <edgar.iglesias@gmail.com>
Edgar E. Iglesias [Fri, 15 May 2009 23:44:24 +0000 (01:44 +0200)]
ETRAX-SER: Untabify.
Signed-off-by: Edgar E. Iglesias <edgar.iglesias@gmail.com>
Edgar E. Iglesias [Fri, 15 May 2009 23:40:46 +0000 (01:40 +0200)]
ETRAX-SER: qdevify.
Signed-off-by: Edgar E. Iglesias <edgar.iglesias@gmail.com>
Edgar E. Iglesias [Fri, 15 May 2009 22:23:15 +0000 (00:23 +0200)]
ETRAX: Simplify PIC interface.
Instead of exporting a custom structure to represent different
interrupt types, just export the irq array and have the top
elements point to the NMI lines.
Signed-off-by: Edgar E. Iglesias <edgar.iglesias@gmail.com>
Nathan Froyd [Tue, 12 May 2009 19:26:59 +0000 (12:26 -0700)]
support ELF_HWCAP for PPPC
Signed-off-by: Nathan Froyd <froydnj@codesourcery.com>
Signed-off-by: malc <av1474@comtv.ru>
Nathan Froyd [Wed, 13 May 2009 02:13:18 +0000 (19:13 -0700)]
linux-user: ppc signal handling
Implement setup_{,rt_}frame and do_{,rt_}sigreturn for PPC 32-bit. Use
the same TARGET_QEMU_ESIGRETURN hack as for MIPS to avoid clobbering
register state on a sigreturn.
Signed-off-by: Nathan Froyd <froydnj@codesourcery.com>
Signed-off-by: malc <av1474@comtv.ru>
Nathan Froyd [Tue, 12 May 2009 19:26:57 +0000 (12:26 -0700)]
target-ppc: expose cpu capability flags
Do this so other pieces of code can make decisions based on the
capabilities of the CPU we're emulating.
Signed-off-by: Nathan Froyd <froydnj@codesourcery.com>
Signed-off-by: malc <av1474@comtv.ru>
Edgar E. Iglesias [Fri, 15 May 2009 14:53:53 +0000 (16:53 +0200)]
ETRAX: Correct passing of kernel command line.
Signed-off-by: Edgar E. Iglesias <edgar.iglesias@gmail.com>
Juha Riihimäki [Wed, 6 May 2009 06:16:12 +0000 (09:16 +0300)]
fix ARMv7 data processing instructions
ARMv7 defines a new behavior for ARM data processing instructions
compared to earlier architecture revisions; when the destination
register is R15, a Branch and Exchange operation is executed rather
than a simple Branch to the target address. This patch corrects the
behavior of the emulation for the aforementioned operations. To be
applied after applying the previous patch in this patch set.
Signed-off-by: Juha Riihimäki <juha.riihimaki@nokia.com>
Signed-off-by: Paul Brook <paul@codesourcery.com>
Juha Riihimäki [Wed, 6 May 2009 06:15:38 +0000 (09:15 +0300)]
fix ARMv7 data processing instructions
Modernize parts of target-arm/translate.c in preparation for the
modifications in the subsequent patch in this patch set. This is done
in order to avoid writing new code to target-arm/translate.c that
would use deprecated methods and/or variables.
Signed-off-by: Juha Riihimäki <juha.riihimaki@nokia.com>
Signed-off-by: Paul Brook <paul@codesourcery.com>
Anthony Liguori [Thu, 14 May 2009 22:57:31 +0000 (17:57 -0500)]
Fix module initialization when more than 1 class is in use
Now that we're using enums for module types, it makes no sense to bother keeping
a list of module types when we know exactly how many they are.
Switching to an array simplifies the code and eliminates the aforementioned bug.
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Paul Brook [Thu, 14 May 2009 22:11:09 +0000 (23:11 +0100)]
Syborg (Symbian Virtual Platform) board
A virtual reference platform for SymbianOS development/debugging.
Signed-off-by: Paul Brook <paul@codesourcery.com>
Anthony Liguori [Thu, 14 May 2009 21:57:03 +0000 (16:57 -0500)]
Fix warning on WIN32
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Anthony Liguori [Tue, 12 May 2009 14:55:27 +0000 (09:55 -0500)]
Fix build on Solaris and WIN32
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Paul Brook [Thu, 14 May 2009 21:35:09 +0000 (22:35 +0100)]
PXA SSI qdev conversion
Signed-off-by: Paul Brook <paul@codesourcery.com>
Paul Brook [Thu, 14 May 2009 21:35:09 +0000 (22:35 +0100)]
Stellaris SSI qdev conversion
Signed-off-by: Paul Brook <paul@codesourcery.com>
Paul Brook [Thu, 14 May 2009 21:35:09 +0000 (22:35 +0100)]
SSP bus framework
Signed-off-by: Paul Brook <paul@codesourcery.com>
Paul Brook [Thu, 14 May 2009 21:35:09 +0000 (22:35 +0100)]
Stellaris I2C qdev conversion
Signed-off-by: Paul Brook <paul@codesourcery.com>
Paul Brook [Thu, 14 May 2009 21:35:08 +0000 (22:35 +0100)]
I2C cleanup
Signed-off-by: Paul Brook <paul@codesourcery.com>
Paul Brook [Thu, 14 May 2009 21:35:08 +0000 (22:35 +0100)]
Remove bogus omap i2c slave code
Signed-off-by: Paul Brook <paul@codesourcery.com>
Paul Brook [Thu, 14 May 2009 21:35:08 +0000 (22:35 +0100)]
SMBus qdev conversion
Signed-off-by: Paul Brook <paul@codesourcery.com>
Paul Brook [Thu, 14 May 2009 21:35:08 +0000 (22:35 +0100)]
TOSC DAC i2c qdev voncersion
Signed-off-by: Paul Brook <paul@codesourcery.com>
Paul Brook [Thu, 14 May 2009 21:35:08 +0000 (22:35 +0100)]
TWL92230 qdev conversion
Signed-off-by: Paul Brook <paul@codesourcery.com>
Paul Brook [Thu, 14 May 2009 21:35:08 +0000 (22:35 +0100)]
WM8750 qdev coversion
Signed-off-by: Paul Brook <paul@codesourcery.com>
Paul Brook [Thu, 14 May 2009 21:35:08 +0000 (22:35 +0100)]
TMP105 qdev conversion
Signed-off-by: Paul Brook <paul@codesourcery.com>
Paul Brook [Thu, 14 May 2009 21:35:08 +0000 (22:35 +0100)]
PXA2xx I2C slave qdev conversion
Signed-off-by: Paul Brook <paul@codesourcery.com>
Paul Brook [Thu, 14 May 2009 21:35:08 +0000 (22:35 +0100)]
LM832x qdev conversion
Signed-off-by: Paul Brook <paul@codesourcery.com>
Paul Brook [Thu, 14 May 2009 21:35:08 +0000 (22:35 +0100)]
MAX7310 I2C qdev conversion
Signed-off-by: Paul Brook <paul@codesourcery.com>
Paul Brook [Thu, 14 May 2009 21:35:08 +0000 (22:35 +0100)]
SSD0303 qdev conversion
Signed-off-by: Paul Brook <paul@codesourcery.com>
Paul Brook [Thu, 14 May 2009 21:35:08 +0000 (22:35 +0100)]
I2C qdev support
Signed-off-by: Paul Brook <paul@codesourcery.com>
Paul Brook [Thu, 14 May 2009 21:35:08 +0000 (22:35 +0100)]
MusicPal qdev conversion
Signed-off-by: Paul Brook <paul@codesourcery.com>
Paul Brook [Thu, 14 May 2009 21:35:08 +0000 (22:35 +0100)]
ARM GIC qdev conversion
Signed-off-by: Paul Brook <paul@codesourcery.com>
Paul Brook [Thu, 14 May 2009 21:35:08 +0000 (22:35 +0100)]
ARM PCI host qdev conversion
Signed-off-by: Paul Brook <paul@codesourcery.com>
Paul Brook [Thu, 14 May 2009 21:35:08 +0000 (22:35 +0100)]
Virtio-console conversion
Signed-off-by: Paul Brook <paul@codesourcery.com>
Paul Brook [Thu, 14 May 2009 21:35:08 +0000 (22:35 +0100)]
Virtio-balloon qdev conversion
Signed-off-by: Paul Brook <paul@codesourcery.com>
Paul Brook [Thu, 14 May 2009 21:35:08 +0000 (22:35 +0100)]
Virtio-blk qdev conversion
Signed-off-by: Paul Brook <paul@codesourcery.com>
Paul Brook [Thu, 14 May 2009 21:35:08 +0000 (22:35 +0100)]
PL080 qdev conversion
Signed-off-by: Paul Brook <paul@codesourcery.com>
Paul Brook [Thu, 14 May 2009 21:35:07 +0000 (22:35 +0100)]
ARM RealView sytem controller qdev conversion
Signed-off-by: Paul Brook <paul@codesourcery.com>
Paul Brook [Thu, 14 May 2009 21:35:07 +0000 (22:35 +0100)]
Versatile/PB core qdev conversion
Signed-off-by: Paul Brook <paul@codesourcery.com>
Paul Brook [Thu, 14 May 2009 21:35:07 +0000 (22:35 +0100)]
PL190 qdev conversion
Signed-off-by: Paul Brook <paul@codesourcery.com>
Paul Brook [Thu, 14 May 2009 21:35:07 +0000 (22:35 +0100)]
ESP SCSI qdev conversion
Signed-off-by: Paul Brook <paul@codesourcery.com>
Paul Brook [Thu, 14 May 2009 21:35:07 +0000 (22:35 +0100)]
smc91c111 qdev conversion
Signed-off-by: Paul Brook <paul@codesourcery.com>
Paul Brook [Thu, 14 May 2009 21:35:07 +0000 (22:35 +0100)]
ARM timers qdev conversion
Signed-off-by: Paul Brook <paul@codesourcery.com>
Paul Brook [Thu, 14 May 2009 21:35:07 +0000 (22:35 +0100)]
Integrator/CP core qdev conversion
Signed-off-by: Paul Brook <paul@codesourcery.com>
Paul Brook [Thu, 14 May 2009 21:35:07 +0000 (22:35 +0100)]
PL181 qdev conversion
Signed-off-by: Paul Brook <paul@codesourcery.com>
Paul Brook [Thu, 14 May 2009 21:35:07 +0000 (22:35 +0100)]
PL031 qdev conversion
Signed-off-by: Paul Brook <paul@codesourcery.com>
Paul Brook [Thu, 14 May 2009 21:35:07 +0000 (22:35 +0100)]
Stellaris ethernet qdev conversion
Signed-off-by: Paul Brook <paul@codesourcery.com>
Paul Brook [Thu, 14 May 2009 21:35:07 +0000 (22:35 +0100)]
Virtio-net qdev conversion
Signed-off-by: Paul Brook <paul@codesourcery.com>
Paul Brook [Thu, 14 May 2009 21:35:07 +0000 (22:35 +0100)]
PCI network qdev conversion
Signed-off-by: Paul Brook <paul@codesourcery.com>
Paul Brook [Thu, 14 May 2009 21:35:07 +0000 (22:35 +0100)]
LSI SCSI qdev conversion
Signed-off-by: Paul Brook <paul@codesourcery.com>
Paul Brook [Thu, 14 May 2009 21:35:07 +0000 (22:35 +0100)]
PL050 qdev conversion
Signed-off-by: Paul Brook <paul@codesourcery.com>
Paul Brook [Thu, 14 May 2009 21:35:07 +0000 (22:35 +0100)]
PL011 qdev conversion
Signed-off-by: Paul Brook <paul@codesourcery.com>
Paul Brook [Thu, 14 May 2009 21:35:07 +0000 (22:35 +0100)]
PL110 qdev conversion
Signed-off-by: Paul Brook <paul@codesourcery.com>
Paul Brook [Thu, 14 May 2009 21:35:07 +0000 (22:35 +0100)]
qdev scsi bus infrastructure
Signed-off-by: Paul Brook <paul@codesourcery.com>
Paul Brook [Thu, 14 May 2009 21:35:07 +0000 (22:35 +0100)]
PCI qdev support
Signed-off-by: Paul Brook <paul@codesourcery.com>
Paul Brook [Thu, 14 May 2009 21:35:06 +0000 (22:35 +0100)]
qdev child bus support
Signed-off-by: Paul Brook <paul@codesourcery.com>
Paul Brook [Thu, 14 May 2009 21:35:06 +0000 (22:35 +0100)]
Basic qdev infrastructure.
Signed-off-by: Paul Brook <paul@codesourcery.com>
Anthony Liguori [Sat, 9 May 2009 22:14:19 +0000 (17:14 -0500)]
Move block drivers into their own directory
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Anthony Liguori [Sat, 9 May 2009 22:03:42 +0000 (17:03 -0500)]
Convert block infrastructure to use new module init functionality
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Anthony Liguori [Thu, 14 May 2009 18:29:53 +0000 (19:29 +0100)]
Constructor support
Allow devices/drivers to register themselves via constructors.
Destructors are not needed (can be registered from a constructor)
and "priority" has been renamed and changed to an enum for clarity.
Signed-off-by: Paul Brook <paul@codesourcery.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Anthony Liguori [Thu, 14 May 2009 13:25:04 +0000 (08:25 -0500)]
Add a --disable-docs to configure to allow doc build to be disabled
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Paul Brook [Wed, 13 May 2009 23:51:33 +0000 (00:51 +0100)]
Remove duplicate block objects.
Signed-off-by: Paul Brook <paul@codesourcery.com>
malc [Wed, 13 May 2009 23:11:35 +0000 (03:11 +0400)]
Remove any pretense that there can be more than one AudioState
Paul Brook [Wed, 13 May 2009 21:35:13 +0000 (22:35 +0100)]
Remove redundant pcnet.o
Signed-off-by: Paul Brook <paul@codesourcery.com>
Paul Brook [Wed, 13 May 2009 21:21:47 +0000 (22:21 +0100)]
Add tool_osdep.c
osdep.c is built in both as a toplevel target independant object, and
as a per-target object because of kqemu dependencies. Under some
circumstances make picks up the wrong one.
Build the former as tool-osdep to avoid this conflict.
Signed-off-by: Paul Brook <paul@codesourcery.com>
Paul Brook [Wed, 13 May 2009 19:51:49 +0000 (20:51 +0100)]
Include assert.h from qemu-common.h
Include assert.h from qemu-common.h and remove other direct uses.
cpu-all.h still need to include it because of the dyngen-exec.h hacks
Signed-off-by: Paul Brook <paul@codesourcery.com>
Blue Swirl [Wed, 13 May 2009 18:09:29 +0000 (18:09 +0000)]
Replace gcc variadic macro extension with C99 version (missed one)
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Blue Swirl [Wed, 13 May 2009 17:53:17 +0000 (17:53 +0000)]
Replace gcc variadic macro extension with C99 version
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Paul Brook [Wed, 13 May 2009 17:08:17 +0000 (18:08 +0100)]
Fix kqemu build failure.
Signed-off-by: Paul Brook <paul@codesourcery.com>
Paul Brook [Wed, 13 May 2009 16:56:25 +0000 (17:56 +0100)]
Remove vga_ram_size
The vga_ram_size argument to machine init functions always has the same
value, and is ignored by many machines (including SPARC32 which has an
obsolete ifdef for VGA_RAM_SIZE).
Remove it and push VGA_RAM_SIZE into vga_int.h.
Signed-off-by: Paul Brook <paul@codesourcery.com>
malc [Wed, 13 May 2009 11:18:48 +0000 (15:18 +0400)]
Fix typo that leads to out of bounds array access on big endian systems
Edgar E. Iglesias [Wed, 13 May 2009 08:17:21 +0000 (10:17 +0200)]
ETRAX: Correct setting of ethernet station address.
Signed-off-by: Edgar E. Iglesias <edgar.iglesias@gmail.com>
Paul Brook [Tue, 12 May 2009 14:38:55 +0000 (15:38 +0100)]
Follow coding conventions.
More structure renaming.
Signed-off-by: Paul Brook <paul@codesourcery.com>
Edgar E. Iglesias [Tue, 12 May 2009 14:12:50 +0000 (16:12 +0200)]
CRIS: Fix bmi.
Signed-off-by: Edgar E. Iglesias <edgar.iglesias@gmail.com>
Paul Brook [Tue, 12 May 2009 11:33:04 +0000 (12:33 +0100)]
Push AUD_init down to devices
Now we can safely call AUD_init multiple times we can push it down to
individual audio devices, rather than having to pass it from the board
init.
Signed-off-by: Paul Brook <paul@codesourcery.com>
Paul Brook [Tue, 12 May 2009 11:02:38 +0000 (12:02 +0100)]
Make AUD_init failure fatal
Failure to initialize the audio subsystem is not handled consistently.
Where it is handled it has guest visible effects, which is wrong.
We already have a "nosound" audio driver as a last resort, so trying to
proceed without an audio backend seems pointless.
Also protect against multiple calls to AUD_init so that this can be
pushed down into individual devices.
Signed-off-by: Paul Brook <paul@codesourcery.com>
Blue Swirl [Sun, 10 May 2009 18:23:46 +0000 (18:23 +0000)]
Update docs on dynamic condition code calculation
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Blue Swirl [Sun, 10 May 2009 07:43:21 +0000 (07:43 +0000)]
Convert mulscc
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Blue Swirl [Sun, 10 May 2009 07:42:54 +0000 (07:42 +0000)]
Convert udiv/sdiv
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Blue Swirl [Sun, 10 May 2009 07:38:35 +0000 (10:38 +0300)]
Convert tagged ops
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Blue Swirl [Sun, 10 May 2009 07:38:34 +0000 (10:38 +0300)]
Convert subx
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Blue Swirl [Sun, 10 May 2009 07:38:34 +0000 (10:38 +0300)]
Convert sub
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Blue Swirl [Sun, 10 May 2009 07:38:34 +0000 (10:38 +0300)]
Convert logical operations and umul/smul
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Blue Swirl [Sun, 10 May 2009 07:19:22 +0000 (07:19 +0000)]
Convert addx
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Blue Swirl [Sun, 10 May 2009 07:19:17 +0000 (07:19 +0000)]
Convert add
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Blue Swirl [Sun, 10 May 2009 07:19:11 +0000 (07:19 +0000)]
Use dynamical computation for condition codes
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Paul Brook [Sun, 10 May 2009 00:44:56 +0000 (01:44 +0100)]
Follow coding conventions
Remove explicit struct qualifiers and rename structure types.
Signed-off-by: Paul Brook <paul@codesourcery.com>
Paul Brook [Sat, 9 May 2009 22:21:39 +0000 (23:21 +0100)]
Workaround compiler warnings at -O1
Signed-off-by: Paul Brook <paul@codesourcery.com>
Paul Brook [Sat, 9 May 2009 22:12:06 +0000 (23:12 +0100)]
Fixe ARM NEON vrshl.
Signed-off-by: Paul Brook <paul@codesourcery.com>
Laurent Vivier [Sat, 9 May 2009 20:21:39 +0000 (22:21 +0200)]
Add m68k_cpu_list()
This patch adds to m68k target the missing m68k_cpu_list():
$ ./m68k-softmmu/qemu-system-m68k -cpu ?
m5206
m5208
cfv4e
any
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
vibi [Wed, 6 May 2009 09:57:03 +0000 (15:27 +0530)]
Fix in file qemu-sockets.c
1) Changed usage of malloc,free,strdup to qemu_malloc,qemu_free,qemu_strdup
2) Some coding style fixes (based on CODING_STYLE document)
3) Free struct addrinfo *res after failure of listen
Signed-off-by: vibi <vibi_sreenivasan@cms.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Avi Kivity [Sun, 3 May 2009 19:25:16 +0000 (22:25 +0300)]
vga: Replace VGA_COMMON with a structure
All VGA devices share a common field subset; currently they do so by
a macro which defines the common fields inline their state structures,
relying on the the common state being placed at offset 0 in the structure.
This makes refactoring the code difficult and requires a lot of error prone
casts.
Replace the macro by a new VGACommonState structure, and the casts by
regular field access and container_of() for upcasts.
Signed-off-by: Avi Kivity <avi@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Kevin Wolf [Fri, 8 May 2009 12:47:24 +0000 (14:47 +0200)]
Improve block range checks
This patch makes the range checks for block requests more strict: It fixes a
potential integer overflow and checks for negative offsets. Also, it adds the
check for compressed writes.
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Anthony Liguori [Fri, 8 May 2009 20:39:04 +0000 (15:39 -0500)]
Remove noisy printf when KVM masks CPU features
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Christoph Hellwig [Tue, 28 Apr 2009 09:57:02 +0000 (11:57 +0200)]
fix asynchronous ioctls
posix_aio_read expect aio requests to return the number of bytes
requests to be successfull, so we need to fake this up for ioctls.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Avi Kivity [Sun, 3 May 2009 14:04:04 +0000 (17:04 +0300)]
kvm: Trim cpu features not supported by kvm
Remove cpu features that are not supported by kvm from the cpuid features
reported to the guest.
Signed-off-by: Avi Kivity <avi@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Avi Kivity [Sun, 3 May 2009 14:04:03 +0000 (17:04 +0300)]
Fix x86 feature modifications for features that set multiple bits
QEMU allows adding or removing cpu features by using the syntax '-cpu +feature'
or '-cpu -feature'. Some cpuid features cause more than one bit to be set or
cleared; but QEMU stops after just one bit has been modified, causing the
feature bits to be inconsistent.
Fix by allowing all feature bits corresponding to a given name to be set.
Signed-off-by: Avi Kivity <avi@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>