#
0d09e41a |
| 05-Feb-2013 |
Paolo Bonzini <pbonzini@redhat.com> |
hw: move headers to include/
Many of these should be cleaned up with proper qdev-/QOM-ification. Right now there are many catch-all headers in include/hw/ARCH depending on cpu.h, and this makes it n
hw: move headers to include/
Many of these should be cleaned up with proper qdev-/QOM-ification. Right now there are many catch-all headers in include/hw/ARCH depending on cpu.h, and this makes it necessary to compile these files per-target. However, fixing this does not belong in these patches.
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
show more ...
|
#
2a957703 |
| 16-Feb-2012 |
Peter Maydell <peter.maydell@linaro.org> |
hw/primecell.h: Remove obsolete pl080_init() declaration
Remove an obsolete declaration of pl080_init(), which has been incorrect since the conversion of pl080 to qdev back in 2009.
Signed-off-by:
hw/primecell.h: Remove obsolete pl080_init() declaration
Remove an obsolete declaration of pl080_init(), which has been incorrect since the conversion of pl080 to qdev back in 2009.
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
show more ...
|
#
54de1e5b |
| 16-Feb-2012 |
Peter Maydell <peter.maydell@linaro.org> |
hw/arm_sysctl: Drop legacy init function
Drop the legacy init function arm_sysctl_init(), since it has no users left any more. This allows us to drop the awkward '1' from the actual device init func
hw/arm_sysctl: Drop legacy init function
Drop the legacy init function arm_sysctl_init(), since it has no users left any more. This allows us to drop the awkward '1' from the actual device init function.
Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Acked-by: Andreas Färber <afaerber@suse.de>
show more ...
|
#
b50ff6f5 |
| 21-Feb-2011 |
Peter Maydell <peter.maydell@linaro.org> |
hw/arm_sysctl.c: Wire MCI register MMC card status bits to GPIO inputs
Implement some GPIO inputs which a board can connect up to set the MMC card status bits in the MCI register.
Signed-off-by: Pe
hw/arm_sysctl.c: Wire MCI register MMC card status bits to GPIO inputs
Implement some GPIO inputs which a board can connect up to set the MMC card status bits in the MCI register.
Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
show more ...
|
#
26e92f65 |
| 13-Nov-2009 |
Paul Brook <paul@codesourcery.com> |
Realview/EB procid hacks
Guess core tile ID based on CPU type.
Signed-off-by: Paul Brook <paul@codesourcery.com>
|
#
40905a6a |
| 03-Jun-2009 |
Paul Brook <paul@codesourcery.com> |
Stellaris qdev conversion
Signed-off-by: Paul Brook <paul@codesourcery.com>
|
#
5493e33f |
| 14-May-2009 |
Paul Brook <paul@codesourcery.com> |
Stellaris SSI qdev conversion
Signed-off-by: Paul Brook <paul@codesourcery.com>
|
#
fe7e8758 |
| 14-May-2009 |
Paul Brook <paul@codesourcery.com> |
ARM GIC qdev conversion
Signed-off-by: Paul Brook <paul@codesourcery.com>
|
#
0027b06d |
| 14-May-2009 |
Paul Brook <paul@codesourcery.com> |
ARM PCI host qdev conversion
Signed-off-by: Paul Brook <paul@codesourcery.com>
|
#
97aff481 |
| 14-May-2009 |
Paul Brook <paul@codesourcery.com> |
PL190 qdev conversion
Signed-off-by: Paul Brook <paul@codesourcery.com>
|
#
6a824ec3 |
| 14-May-2009 |
Paul Brook <paul@codesourcery.com> |
ARM timers qdev conversion
Signed-off-by: Paul Brook <paul@codesourcery.com>
|
#
aa9311d8 |
| 14-May-2009 |
Paul Brook <paul@codesourcery.com> |
PL181 qdev conversion
Signed-off-by: Paul Brook <paul@codesourcery.com>
|
#
a63bdb31 |
| 14-May-2009 |
Paul Brook <paul@codesourcery.com> |
PL031 qdev conversion
Signed-off-by: Paul Brook <paul@codesourcery.com>
|
#
86394e96 |
| 14-May-2009 |
Paul Brook <paul@codesourcery.com> |
PL050 qdev conversion
Signed-off-by: Paul Brook <paul@codesourcery.com>
|
#
a7d518a6 |
| 14-May-2009 |
Paul Brook <paul@codesourcery.com> |
PL011 qdev conversion
Signed-off-by: Paul Brook <paul@codesourcery.com>
|
#
2e9bdce5 |
| 14-May-2009 |
Paul Brook <paul@codesourcery.com> |
PL110 qdev conversion
Signed-off-by: Paul Brook <paul@codesourcery.com>
|
#
3023f332 |
| 16-Jan-2009 |
aliguori <aliguori@c046a42c-6fe2-441c-8c8c-71466251a162> |
graphical_console_init change (Stefano Stabellini)
Patch 5/7
This patch changes the graphical_console_init function to return an allocated DisplayState instead of a QEMUConsole.
This patch contain
graphical_console_init change (Stefano Stabellini)
Patch 5/7
This patch changes the graphical_console_init function to return an allocated DisplayState instead of a QEMUConsole.
This patch contains just the graphical_console_init change and few other modifications mainly in console.c and vl.c. It was necessary to move the display frontends (e.g. sdl and vnc) initialization after machine->init in vl.c.
This patch does *not* include any required changes to any device, these changes come with the following patches.
Patch 6/7
This patch changes the QEMUMachine init functions not to take a DisplayState as an argument because is not needed any more;
In few places the graphic hardware initialization function was called only if DisplayState was not NULL, now they are always called. Apart from these cases, the rest are all mechanical substitutions.
Patch 7/7
This patch updates the graphic device code to use the new graphical_console_init function.
As for the previous patch, in few places graphical_console_init was called only if DisplayState was not NULL, now it is always called. Apart from these cases, the rest are all mechanical substitutions.
Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6344 c046a42c-6fe2-441c-8c8c-71466251a162
show more ...
|
#
775616c3 |
| 24-Nov-2007 |
pbrook <pbrook@c046a42c-6fe2-441c-8c8c-71466251a162> |
Partial SD card SPI mode support.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3731 c046a42c-6fe2-441c-8c8c-71466251a162
|
#
87ecb68b |
| 17-Nov-2007 |
pbrook <pbrook@c046a42c-6fe2-441c-8c8c-71466251a162> |
Break up vl.h.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3674 c046a42c-6fe2-441c-8c8c-71466251a162
|