- Aug 27, 2011
-
-
Hervé Poussineau authored
Extract G364 ROM contents from device emulation to machine emulation, so device emulation can be reused in other machines (Commodore Amiga) Signed-off-by:
Hervé Poussineau <hpoussin@reactos.org> Signed-off-by:
Blue Swirl <blauwirbel@gmail.com>
-
Hervé Poussineau authored
Signed-off-by:
Hervé Poussineau <hpoussin@reactos.org> Signed-off-by:
Blue Swirl <blauwirbel@gmail.com>
-
Pavel Borzenkov authored
checkpatch.pl doesn't report warning for if/else statements with missing 'else' braces: if (something) { foo; } else bar; The patch has been tested using the last 100 commits. Signed-off-by:
Pavel Borzenkov <pavel.borzenkov@gmail.com> Signed-off-by:
Blue Swirl <blauwirbel@gmail.com>
-
Gerd Hoffmann authored
Remove PROVIDE_HIDDEN and ONLY_IF_{RO,RW} from linker scripts to make them work with older binutils versions. Fixes *-bsd-user build on OpenBSD 4.9 which ships binutils 2.15. Signed-off-by:
Gerd Hoffmann <kraxel@redhat.com> Signed-off-by:
Blue Swirl <blauwirbel@gmail.com>
-
Brad Smith authored
The first issue is the hard coded POSIX Real Time extensions library in the libcacard/Makefile. From looking at the code it doesn't seem this is necessary anyway. Robert Relyea seems to think it most likely isn't necessary. The second issue was the missing exclusion of the BSD userland binary builds from the addition of this Makefile target for the smartcard NSS code which breaks the builds if smartcard NSS support is enabled. pastebin clip of the build failure.. http://pastebin.com/raw.php?i=BLCKd3s6 Signed-off-by:
Brad Smith <brad@comstyle.com> Signed-off-by:
Blue Swirl <blauwirbel@gmail.com>
-
- Aug 26, 2011
-
-
Edgar E. Iglesias authored
Fix a few cases where we were passing host pointers to the guest. Signed-off-by:
Edgar E. Iglesias <edgar.iglesias@gmail.com>
-
- Aug 25, 2011
-
-
Edgar E. Iglesias authored
Signed-off-by:
Edgar E. Iglesias <edgar.iglesias@petalogix.com>
-
Edgar E. Iglesias authored
Instead of hardcoding it to 1. Signed-off-by:
Edgar E. Iglesias <edgar.iglesias@petalogix.com>
-
Anthony Liguori authored
This reverts commit 8ef9ea85, reversing changes made to 444dc482. From Avi: Please revert the entire pull (git revert 8ef9ea85) while I work this out - it isn't trivial. Signed-off-by:
Anthony Liguori <aliguori@us.ibm.com>
-
Jan Kiszka authored
Some gcc versions do not properly detect that all possible cases are covered and base and size are always initialized. Please gcc by defining a pseudo default case. Signed-off-by:
Jan Kiszka <jan.kiszka@siemens.com> Signed-off-by:
Anthony Liguori <aliguori@us.ibm.com>
-
Anthony Liguori authored
-
Anthony Liguori authored
-
Anthony Liguori authored
-
Frediano Ziglio authored
Signed-off-by:
Frediano Ziglio <freddy77@gmail.com> Signed-off-by:
Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
-
Jan Kiszka authored
Signed-off-by:
Jan Kiszka <jan.kiszka@siemens.com> Signed-off-by:
Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
-
Avi Kivity authored
Reviewed-by:
Richard Henderson <rth@twiddle.net> Signed-off-by:
Avi Kivity <avi@redhat.com>
-
Avi Kivity authored
Reviewed-by:
Richard Henderson <rth@twiddle.net> Signed-off-by:
Avi Kivity <avi@redhat.com>
-
Avi Kivity authored
Reviewed-by:
Richard Henderson <rth@twiddle.net> Signed-off-by:
Avi Kivity <avi@redhat.com>
-
Avi Kivity authored
Reviewed-by:
Richard Henderson <rth@twiddle.net> Signed-off-by:
Avi Kivity <avi@redhat.com>
-
Avi Kivity authored
Reviewed-by:
Richard Henderson <rth@twiddle.net> Signed-off-by:
Avi Kivity <avi@redhat.com>
-
Avi Kivity authored
Reviewed-by:
Richard Henderson <rth@twiddle.net> Signed-off-by:
Avi Kivity <avi@redhat.com>
-
Avi Kivity authored
Reviewed-by:
Richard Henderson <rth@twiddle.net> Signed-off-by:
Avi Kivity <avi@redhat.com>
-
Avi Kivity authored
Reviewed-by:
Richard Henderson <rth@twiddle.net> Signed-off-by:
Avi Kivity <avi@redhat.com>
-
Avi Kivity authored
cfi02 is annoying in that is ignores some address bits; we probably want explicit support in the memory API for that. Reviewed-by:
Richard Henderson <rth@twiddle.net> Signed-off-by:
Avi Kivity <avi@redhat.com>
-
Avi Kivity authored
Reviewed-by:
Richard Henderson <rth@twiddle.net> Signed-off-by:
Avi Kivity <avi@redhat.com>
-
Avi Kivity authored
The code will remap all PAMs, even if just one is updated, resulting in reduced performance. Wrap in a transaction to detect that those other PAMs have not changed. Reviewed-by:
Richard Henderson <rth@twiddle.net> Signed-off-by:
Avi Kivity <avi@redhat.com>
-
Avi Kivity authored
This prevents spurious unmapping and remapping of the vga windows, which reduces performance. Reviewed-by:
Richard Henderson <rth@twiddle.net> Signed-off-by:
Avi Kivity <avi@redhat.com>
-
Avi Kivity authored
Reviewed-by:
Richard Henderson <rth@twiddle.net> Signed-off-by:
Avi Kivity <avi@redhat.com>
-
Avi Kivity authored
Reviewed-by:
Richard Henderson <rth@twiddle.net> Signed-off-by:
Avi Kivity <avi@redhat.com>
-
Avi Kivity authored
Signed-off-by:
Avi Kivity <avi@redhat.com>
-
Avi Kivity authored
Reviewed-by:
Richard Henderson <rth@twiddle.net> Acked-by:
Edgar E. Iglesias <edgar.iglesias@gmail.com> Signed-off-by:
Avi Kivity <avi@redhat.com>
-
Avi Kivity authored
ppc maps the escc mmio region both at a fixed offset (as a sysbus area) and as part of a PCI BAR. This crashes, since a MemoryRegion may have only one parent. Use an alias so we have a separate MemoryRegion for the BAR. Signed-off-by:
Avi Kivity <avi@redhat.com>
-
- Aug 24, 2011
-
-
Avi Kivity authored
The map/unmap code was assymetric - unmap used the local MemoryRegion while map used isa_mmio_init(), which cannot handle dynamic mappings. Fix by using isa_mmio_setup() and the local MemoryRegion. Signed-off-by:
Avi Kivity <avi@redhat.com> Signed-off-by:
Edgar E. Iglesias <edgar.iglesias@gmail.com>
-
Avi Kivity authored
Reviewed-by:
Richard Henderson <rth@twiddle.net> Signed-off-by:
Avi Kivity <avi@redhat.com>
-
Avi Kivity authored
Reviewed-by:
Richard Henderson <rth@twiddle.net> Signed-off-by:
Avi Kivity <avi@redhat.com>
-
Avi Kivity authored
No longer used. Reviewed-by:
Richard Henderson <rth@twiddle.net> Signed-off-by:
Avi Kivity <avi@redhat.com>
-
Avi Kivity authored
Reviewed-by:
Richard Henderson <rth@twiddle.net> Signed-off-by:
Avi Kivity <avi@redhat.com>
-
Avi Kivity authored
Reviewed-by:
Richard Henderson <rth@twiddle.net> Signed-off-by:
Avi Kivity <avi@redhat.com>
-
Avi Kivity authored
Reviewed-by:
Richard Henderson <rth@twiddle.net> Signed-off-by:
Avi Kivity <avi@redhat.com>
-
- Aug 23, 2011
-
-
Alexander Graf authored
When an exception occurs on BookE, we need to set ESR bits to expose to the guest information on what exactly happened. Add the obvious ones. Reported-by:
Jason Wessel <jason.wessel@windriver.com> Signed-off-by:
Alexander Graf <agraf@suse.de> Signed-off-by:
Edgar E. Iglesias <edgar.iglesias@gmail.com>
-