Sign in
qemu
/
qemu
/
261551d1cc3a830e9623971dffa8033b216f1d63
/
hw
/
mips_malta.c
927d487
softmmu: move remaining include files to include/ subdirectories
by Paolo Bonzini
· 12 years ago
9c17d61
softmmu: move include files to include/sysemu/
by Paolo Bonzini
· 12 years ago
1de7afc
misc: move include files to include/qemu/
by Paolo Bonzini
· 12 years ago
022c62c
exec: move include files to include/exec/
by Paolo Bonzini
· 12 years ago
737e150
block: move include files to include/block/
by Paolo Bonzini
· 12 years ago
1422e32
net: reorganize headers
by Paolo Bonzini
· 12 years ago
a2cb15b
pci: update all users to look in pci/
by Michael S. Tsirkin
· 12 years ago
68d0019
mips/malta: fix CBUS UART interrupt pin
by Aurelien Jarno
· 12 years ago
a8170e5
Rename target_phys_addr_t to hwaddr
by Avi Kivity
· 12 years ago
488cb99
serial: split serial.c
by Gerd Hoffmann
· 12 years ago
5f072e1
create struct for machine initialization arguments
by Eduardo Habkost
· 12 years ago
9c59864
mips/malta: use the new pci_vga_init() function
by Aurelien Jarno
· 12 years ago
a1e4721
vga: rename pci_vga_init() into pci_std_vga_init()
by Aurelien Jarno
· 12 years ago
c1195d1
Add one new file vga-pci.h and cleanup on all platforms
by zhlcindy@gmail.com
· 13 years ago
459ae5e
Add PIIX4 properties to control PM system states.
by Gleb Natapov
· 13 years ago
1004ee8
mips_malta: Pass MIPSCPU to main_cpu_reset()
by Andreas Färber
· 13 years ago
7688b13
mips_malta: Use cpu_mips_init() to obtain MIPSCPU
by Andreas Färber
· 13 years ago
1d7a119
malta: Fix display for LED array
by Stefan Weil
· 13 years ago
03a1a8e
malta: Use symbolic hardware addresses
by Stefan Weil
· 13 years ago
bb4b335
malta: Always allocate flash memory
by Stefan Weil
· 13 years ago
82a9807
malta: Clean allocation of bios region alias
by Stefan Weil
· 13 years ago
61c56c8
mips hw/: Don't use CPUState
by Andreas Färber
· 13 years ago
1bba0dc
Rename cpu_reset() to cpu_state_reset()
by Andreas Färber
· 13 years ago
afb9a60
usb: zap hw/ush-{ohic,uhci}.h + init wrappers
by Gerd Hoffmann
· 13 years ago
da98c8e
suspend: switch acpi s3 to new infrastructure.
by Gerd Hoffmann
· 13 years ago
319ba9f
i8254: Pass alternative IRQ output object on initialization
by Jan Kiszka
· 13 years ago
b1277b0
i8254: Factor out interface header
by Jan Kiszka
· 13 years ago
83f7d43
qom: Unify type registration
by Andreas Färber
· 13 years ago
39bffca
qdev: register all types natively through QEMU Object Model
by Anthony Liguori
· 13 years ago
999e12b
sysbus: apic: ioapic: convert to QEMU Object Model
by Anthony Liguori
· 13 years ago
a369da5
vga: improve VGA logic
by Blue Swirl
· 13 years ago
e9b40fd
malta: Fix regression (i8259 interrupts did not work)
by Stefan Weil
· 13 years ago
c5705a7
vmstate, memory: decouple vmstate from memory API
by Avi Kivity
· 13 years ago
4a0f031
audio: remove unused parameter isa_pic
by Hervé Poussineau
· 13 years ago
142e978
malta: give ISA bus to ISA methods
by Hervé Poussineau
· 13 years ago
48a18b3
isa: give ISABus/ISADevice to isa_create(), isa_bus_irqs() and isa_get_irq() functions
by Hervé Poussineau
· 13 years ago
a30cfee
mips_malta: resolve endless loop when loading bios
by Chen Rui
· 13 years ago
39186d8
serial: Add MemoryRegion parameter to serial_mm_init
by Richard Henderson
· 14 years ago
2ff0c7c
serial: Remove ioregister parameter from serial_mm_init
by Richard Henderson
· 14 years ago
fb50cfe
serial: Use enum device_endian in serial_mm_init parameter
by Richard Henderson
· 14 years ago
5632ae4
mips_malta: move i8259 initialization after piix4 initialization
by Avi Kivity
· 13 years ago
ea85df7
mips_malta: convert to memory API
by Avi Kivity
· 14 years ago
d8ac46d
Merge remote-tracking branch 'qemu-kvm-tmp/memory/batch' into staging
by Anthony Liguori
· 13 years ago
c4cb257
mips: Add SMP support to the Malta board
by Edgar E. Iglesias
· 13 years ago
cfe5f01
pflash_cfi01/pflash_cfi02: convert to memory API
by Avi Kivity
· 14 years ago
01e0451
Revert "Merge remote-tracking branch 'qemu-kvm/memory/batch' into staging"
by Anthony Liguori
· 13 years ago
c8a50e5
pflash_cfi01/pflash_cfi02: convert to memory API
by Avi Kivity
· 14 years ago
27143a4
char: rename qemu_chr_open() -> qemu_chr_new()
by Anthony Liguori
· 14 years ago
e7e71b0
char: rename qemu_chr_printf() -> qemu_chr_fe_printf()
by Anthony Liguori
· 14 years ago
7267c09
Use glib memory allocation and free functions
by Anthony Liguori
· 14 years ago
a88df0b
smbus_eeprom: consolidate smbus eeprom creation oc pc_piix, mips_mapta, mips_fulong
by Isaku Yamahata
· 14 years ago
7571790
ide: consolidate drive_get(IF_IDE)
by Isaku Yamahata
· 14 years ago
ee951a3
isa-bus: Remove bogus IRQ sharing check
by Jan Kiszka
· 14 years ago
64d7e9a
i8254: convert to qdev
by Blue Swirl
· 14 years ago
7ba7e49
x86,MIPS: make vmware_vga optional
by Blue Swirl
· 14 years ago
0dfa5ef
audio: consolidate audio_init()
by Isaku Yamahata
· 14 years ago
c2dd2a2
gt64xxx: qdev conversion
by Aurelien Jarno
· 14 years ago
d30df5c
mips/malta: fix board id
by Aurelien Jarno
· 14 years ago
2507c12
Add endianness as io mem parameter
by Alexander Graf
· 14 years ago
7889542
more stdvga cleanups.
by Gerd Hoffmann
· 14 years ago
49a2942
Delete write only variables
by Blue Swirl
· 14 years ago
8b7968f
Use GCC_FMT_ATTR (format checking)
by Stefan Weil
· 14 years ago
f36d53e
mips_malta: Fix format strings
by Stefan Weil
· 14 years ago
2446333
Rearrange block headers
by Blue Swirl
· 15 years ago
1724f04
qemu_ram_alloc: Add DeviceState and name parameters
by Alex Williamson
· 15 years ago
738012b
Remove useless device dependency of HAS_AUDIO
by Blue Swirl
· 15 years ago
7d932df
hpet/rtc: Rework RTC IRQ replacement by HPET
by Jan Kiszka
· 15 years ago
4556bd8
Compile dma only once
by Blue Swirl
· 15 years ago
1d914fa
rtc: make rtc_xxx accept/return ISADevice instead of RTCState.
by Isaku Yamahata
· 15 years ago
3d08ff6
Compile pflash_cfi01 only once
by Blue Swirl
· 15 years ago
53b67b3
Compile acpi only once
by Blue Swirl
· 15 years ago
b970ea8
Compile some MIPS devices only once
by Blue Swirl
· 15 years ago
2d48377
Compile serial only once
by Blue Swirl
· 15 years ago
409dbce
load_elf: replace the address addend by a translation function
by Aurelien Jarno
· 15 years ago
5c02c03
fdc: don't use reserved _t suffix
by Blue Swirl
· 15 years ago
5c43485
mips/malta: fix typo
by Aurelien Jarno
· 15 years ago
18e08a5
pci: pci.h cleanup: move out stuff not in pci.c
by Michael S. Tsirkin
· 15 years ago
593c0d1
mips malta: fix indentation
by Aurelien Jarno
· 15 years ago
c938ada
mips-malta: fix reset
by Aurelien Jarno
· 15 years ago
e16ad5b
mips: fix CPU reset
by Aurelien Jarno
· 15 years ago
3c178e7
rom loader: fix sparc -kernel boot.
by Gerd Hoffmann
· 15 years ago
e23a1b3
New qdev_init_nofail()
by Markus Armbruster
· 15 years ago
07caea3
Fix pci_add nic not to exit on bad model
by Markus Armbruster
· 15 years ago
ac0be99
serial: convert isa to qdev
by Gerd Hoffmann
· 15 years ago
fd8014e
floppy: add drive properties.
by Gerd Hoffmann
· 15 years ago
021f067
parallel: convert isa to qdev
by Gerd Hoffmann
· 15 years ago
5b7f532
i2c: addresses are load/save as uint8_t values, change types to reflect this
by Juan Quintela
· 15 years ago
c227f09
Revert "Get rid of _t suffix"
by Anthony Liguori
· 15 years ago
99a0949
Get rid of _t suffix
by malc
· 15 years ago
284b08f
Fix Sparse warning about obsolete struct initializer
by Blue Swirl
· 15 years ago
ca20cf3
Compile loader only once
by Blue Swirl
· 15 years ago
ffabf03
mips malta: ensure that the serial ports are associated with a device
by Aurelien Jarno
· 15 years ago
32e0c82
qdev/isa: convert real time clock
by Gerd Hoffmann
· 15 years ago
2e15e23
qdev: simplify isa irq assignments
by Gerd Hoffmann
· 15 years ago
86c8615
qdev: drop iobase properties from isa bus
by Gerd Hoffmann
· 15 years ago
ae027ad
mips malta: Fix fdc regression and use qdev for i8042 setup
by Stefan Weil
· 15 years ago
f455e98
ide: pass down DriveInfo instead of BlockDriverState
by Gerd Hoffmann
· 15 years ago
977e124
ide: split away ide-pci.c
by Gerd Hoffmann
· 16 years ago
2091ba2
isa bus irq changes and fixes.
by Gerd Hoffmann
· 16 years ago
d60efc6
Make CPURead/WriteFunc structure 'const'
by Blue Swirl
· 15 years ago
Next »