index
:
hqemu
2.5.1_overlay
2.5_overlay
2.6_overlay
master
HQEMU
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hw
/
mips_malta.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mips/malta: use the new pci_vga_init() function
Aurelien Jarno
2012-10-06
1
-9
/
+1
*
vga: rename pci_vga_init() into pci_std_vga_init()
Aurelien Jarno
2012-10-06
1
-1
/
+1
*
Add one new file vga-pci.h and cleanup on all platforms
zhlcindy@gmail.com
2012-08-15
1
-0
/
+1
*
Add PIIX4 properties to control PM system states.
Gleb Natapov
2012-06-19
1
-1
/
+1
*
mips_malta: Pass MIPSCPU to main_cpu_reset()
Andreas Färber
2012-06-04
1
-3
/
+5
*
mips_malta: Use cpu_mips_init() to obtain MIPSCPU
Andreas Färber
2012-06-04
1
-2
/
+5
*
malta: Fix display for LED array
Stefan Weil
2012-03-15
1
-1
/
+1
*
malta: Use symbolic hardware addresses
Stefan Weil
2012-03-15
1
-6
/
+13
*
malta: Always allocate flash memory
Stefan Weil
2012-03-15
1
-32
/
+22
*
malta: Clean allocation of bios region alias
Stefan Weil
2012-03-15
1
-15
/
+6
*
mips hw/: Don't use CPUState
Andreas Färber
2012-03-14
1
-5
/
+5
*
Rename cpu_reset() to cpu_state_reset()
Andreas Färber
2012-03-14
1
-1
/
+1
*
usb: zap hw/ush-{ohic,uhci}.h + init wrappers
Gerd Hoffmann
2012-03-13
1
-2
/
+1
*
suspend: switch acpi s3 to new infrastructure.
Gerd Hoffmann
2012-02-24
1
-1
/
+1
*
i8254: Pass alternative IRQ output object on initialization
Jan Kiszka
2012-02-17
1
-1
/
+1
*
i8254: Factor out interface header
Jan Kiszka
2012-02-17
1
-0
/
+1
*
qom: Unify type registration
Andreas Färber
2012-02-15
1
-2
/
+2
*
qdev: register all types natively through QEMU Object Model
Anthony Liguori
2012-02-03
1
-8
/
+6
*
sysbus: apic: ioapic: convert to QEMU Object Model
Anthony Liguori
2012-01-27
1
-6
/
+13
*
vga: improve VGA logic
Blue Swirl
2012-01-22
1
-5
/
+1
*
malta: Fix regression (i8259 interrupts did not work)
Stefan Weil
2012-01-07
1
-4
/
+35
*
vmstate, memory: decouple vmstate from memory API
Avi Kivity
2012-01-04
1
-3
/
+6
*
audio: remove unused parameter isa_pic
Hervé Poussineau
2011-12-20
1
-1
/
+1
*
malta: give ISA bus to ISA methods
Hervé Poussineau
2011-12-20
1
-2
/
+1
*
isa: give ISABus/ISADevice to isa_create(), isa_bus_irqs() and isa_get_irq() ...
Hervé Poussineau
2011-12-20
1
-12
/
+14
*
mips_malta: resolve endless loop when loading bios
Chen Rui
2011-12-06
1
-0
/
+1
*
serial: Add MemoryRegion parameter to serial_mm_init
Richard Henderson
2011-10-02
1
-2
/
+2
*
serial: Remove ioregister parameter from serial_mm_init
Richard Henderson
2011-10-02
1
-1
/
+1
*
serial: Use enum device_endian in serial_mm_init parameter
Richard Henderson
2011-10-02
1
-5
/
+2
*
mips_malta: move i8259 initialization after piix4 initialization
Avi Kivity
2011-09-25
1
-5
/
+15
*
mips_malta: convert to memory API
Avi Kivity
2011-09-18
1
-27
/
+26
*
Merge remote-tracking branch 'qemu-kvm-tmp/memory/batch' into staging
Anthony Liguori
2011-09-08
1
-18
/
+36
|
\
|
*
pflash_cfi01/pflash_cfi02: convert to memory API
Avi Kivity
2011-09-04
1
-18
/
+36
*
|
mips: Add SMP support to the Malta board
Edgar E. Iglesias
2011-09-06
1
-5
/
+21
|
/
*
Revert "Merge remote-tracking branch 'qemu-kvm/memory/batch' into staging"
Anthony Liguori
2011-08-25
1
-25
/
+20
*
pflash_cfi01/pflash_cfi02: convert to memory API
Avi Kivity
2011-08-25
1
-20
/
+25
*
char: rename qemu_chr_open() -> qemu_chr_new()
Anthony Liguori
2011-08-22
1
-2
/
+2
*
char: rename qemu_chr_printf() -> qemu_chr_fe_printf()
Anthony Liguori
2011-08-22
1
-11
/
+11
*
Use glib memory allocation and free functions
Anthony Liguori
2011-08-20
1
-3
/
+3
*
smbus_eeprom: consolidate smbus eeprom creation oc pc_piix, mips_mapta, mips_...
Isaku Yamahata
2011-04-09
1
-10
/
+2
*
ide: consolidate drive_get(IF_IDE)
Isaku Yamahata
2011-04-07
1
-9
/
+1
*
isa-bus: Remove bogus IRQ sharing check
Jan Kiszka
2011-02-21
1
-1
/
+1
*
i8254: convert to qdev
Blue Swirl
2011-02-20
1
-2
/
+2
*
x86,MIPS: make vmware_vga optional
Blue Swirl
2011-02-12
1
-1
/
+5
*
audio: consolidate audio_init()
Isaku Yamahata
2011-01-25
1
-21
/
+2
*
gt64xxx: qdev conversion
Aurelien Jarno
2011-01-20
1
-1
/
+1
*
mips/malta: fix board id
Aurelien Jarno
2011-01-14
1
-1
/
+1
*
Add endianness as io mem parameter
Alexander Graf
2010-12-11
1
-1
/
+2
*
more stdvga cleanups.
Gerd Hoffmann
2010-11-16
1
-1
/
+1
*
Delete write only variables
Blue Swirl
2010-10-13
1
-9
/
+5
[next]