#
d7973c77 |
| 12-Sep-2011 |
Avi Kivity <avi@redhat.com> |
petalogix_ml605: convert to memory API
Signed-off-by: Avi Kivity <avi@redhat.com>
|
#
39186d8a |
| 11-Aug-2011 |
Richard Henderson <rth@twiddle.net> |
serial: Add MemoryRegion parameter to serial_mm_init
Remove the get_system_memory() call from serial_mm_init, pushing it back into the callers. In many cases we already have the system memory regio
serial: Add MemoryRegion parameter to serial_mm_init
Remove the get_system_memory() call from serial_mm_init, pushing it back into the callers. In many cases we already have the system memory region available.
Signed-off-by: Richard Henderson <rth@twiddle.net> Signed-off-by: Avi Kivity <avi@redhat.com>
show more ...
|
#
2ff0c7c3 |
| 11-Aug-2011 |
Richard Henderson <rth@twiddle.net> |
serial: Remove ioregister parameter from serial_mm_init
All callers passed 1.
Signed-off-by: Richard Henderson <rth@twiddle.net> Signed-off-by: Avi Kivity <avi@redhat.com>
|
#
fb50cfe4 |
| 11-Aug-2011 |
Richard Henderson <rth@twiddle.net> |
serial: Use enum device_endian in serial_mm_init parameter
The use of DEVICE_NATIVE_ENDIAN cleans up lots of ifdefs in many of the callers.
Signed-off-by: Richard Henderson <rth@twiddle.net> Signed
serial: Use enum device_endian in serial_mm_init parameter
The use of DEVICE_NATIVE_ENDIAN cleans up lots of ifdefs in many of the callers.
Signed-off-by: Richard Henderson <rth@twiddle.net> Signed-off-by: Avi Kivity <avi@redhat.com>
show more ...
|
#
cfe5f011 |
| 04-Aug-2011 |
Avi Kivity <avi@redhat.com> |
pflash_cfi01/pflash_cfi02: convert to memory API
cfi02 is annoying in that is ignores some address bits; we probably want explicit support in the memory API for that.
In order to get the correct op
pflash_cfi01/pflash_cfi02: convert to memory API
cfi02 is annoying in that is ignores some address bits; we probably want explicit support in the memory API for that.
In order to get the correct opaque into the MemoryRegion object, the allocation scheme is changed so that the flash emulation code allocates memory, instead of the caller. This clears a FIXME in the flash code.
Signed-off-by: Avi Kivity <avi@redhat.com>
show more ...
|
#
01e0451a |
| 25-Aug-2011 |
Anthony Liguori <aliguori@us.ibm.com> |
Revert "Merge remote-tracking branch 'qemu-kvm/memory/batch' into staging"
This reverts commit 8ef9ea85a2cc1007eaefa53e6871f1f83bcef22d, reversing changes made to 444dc48298c480e42e15a8fe676be737d8a
Revert "Merge remote-tracking branch 'qemu-kvm/memory/batch' into staging"
This reverts commit 8ef9ea85a2cc1007eaefa53e6871f1f83bcef22d, reversing changes made to 444dc48298c480e42e15a8fe676be737d8a6b2a1.
From Avi:
Please revert the entire pull (git revert 8ef9ea85a2cc1) while I work this out - it isn't trivial.
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
show more ...
|
#
c8a50e59 |
| 04-Aug-2011 |
Avi Kivity <avi@redhat.com> |
pflash_cfi01/pflash_cfi02: convert to memory API
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
pflash_cfi01/pflash_cfi02: convert to memory API
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>
show more ...
|
#
b861b741 |
| 22-Aug-2011 |
Peter A. G. Crosthwaite <peter.crosthwaite@petalogix.com> |
xilinx: removed microbalze_pic_init from xilinx.h
This is a microblaze target specific function that belongs outside of xilinx.h (which is a collection of target independent device model instantiato
xilinx: removed microbalze_pic_init from xilinx.h
This is a microblaze target specific function that belongs outside of xilinx.h (which is a collection of target independent device model instantiator functions)
Signed-off-by: Peter A. G. Crosthwaite <peter.crosthwaite@petalogix.com> Signed-off-by: Edgar E. Iglesias <edgar.iglesias@gmail.com>
show more ...
|
#
7267c094 |
| 21-Aug-2011 |
Anthony Liguori <aliguori@us.ibm.com> |
Use glib memory allocation and free functions
qemu_malloc/qemu_free no longer exist after this commit.
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
|
#
d81e54de |
| 19-Mar-2011 |
Blue Swirl <blauwirbel@gmail.com> |
petalogix_ml605_mmu: remove unused variable
Remove a write-only variable, spotted by GCC 4.6.0: /src/qemu/hw/petalogix_ml605_mmu.c: In function 'petalogix_ml605_init': /src/qemu/hw/petalogix_ml605_m
petalogix_ml605_mmu: remove unused variable
Remove a write-only variable, spotted by GCC 4.6.0: /src/qemu/hw/petalogix_ml605_mmu.c: In function 'petalogix_ml605_init': /src/qemu/hw/petalogix_ml605_mmu.c:153:11: error: variable 'serial' set but not used [-Werror=unused-but-set-variable]
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
show more ...
|
#
00914b7d |
| 14-Mar-2011 |
Michal Simek <monstr@monstr.eu> |
microblaze: Add PetaLogix ml605 MMU little-endian ref design
Add the first Microblaze little endian platform. Platform uses uart16550, axi ethernet, timer, intc.
Signed-off-by: Michal Simek <monstr
microblaze: Add PetaLogix ml605 MMU little-endian ref design
Add the first Microblaze little endian platform. Platform uses uart16550, axi ethernet, timer, intc.
Signed-off-by: Michal Simek <monstr@monstr.eu> Signed-off-by: Edgar E. Iglesias <edgar.iglesias@petalogix.com>
show more ...
|