index
:
~jwrdegoede/qemu
chardev-flowcontrol
master
qemu-1.0-usbredir
qemu-1.3-usbredir-wip
qemu-kvm-0.15.0-usbredir
qemu-kvm-1.0-usbredir
qemu-kvm-1.0.1-usbredir
qemu-kvm-1.1-usbredir
qemu-kvm-1.1-usbredir-live
qemu-kvm-1.2-f18
qemu-kvm-1.2-usbredir
qemu-kvm-1.2-usbredir-wip
spice-patches
stable-1.5
usb-borken
usb-for-gerd
usb-next
usb-patches
usb-wip
usbredir
Hans' usb redirection qemu repo
jwrdegoede
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
mips_r4k.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-10-23
Rename target_phys_addr_t to hwaddr
Avi Kivity
1
-2
/
+2
2012-10-22
serial: split serial.c
Gerd Hoffmann
1
-0
/
+1
2012-10-20
create struct for machine initialization arguments
Eduardo Habkost
1
-4
/
+6
2012-10-06
mips/r4k: use the new is_vga_init() function
Aurelien Jarno
1
-1
/
+1
2012-10-06
vga: rename isa_vga_init() to isa_std_vga_init()
Aurelien Jarno
1
-1
/
+1
2012-08-01
net: Remove VLANState
Stefan Hajnoczi
1
-1
/
+1
2012-06-04
mips_r4k: Store MIPSCPU in ResetData
Andreas Färber
1
-4
/
+4
2012-06-04
mips_r4k: Use cpu_mips_init() to obtain MIPSCPU
Andreas Färber
1
-2
/
+5
2012-03-14
mips hw/: Don't use CPUState
Andreas Färber
1
-3
/
+3
2012-03-14
Rename cpu_reset() to cpu_state_reset()
Andreas Färber
1
-1
/
+1
2012-02-17
i8254: Pass alternative IRQ output object on initialization
Jan Kiszka
1
-1
/
+1
2012-02-17
i8254: Factor out interface header
Jan Kiszka
1
-0
/
+1
2012-01-04
vmstate, memory: decouple vmstate from memory API
Avi Kivity
1
-2
/
+4
2011-12-20
isa: give ISABus/ISADevice to isa_create(), isa_bus_irqs() and isa_get_irq() ...
Hervé Poussineau
1
-10
/
+11
2011-09-25
mips_r4k: initialize i8259 after the ISA bus
Avi Kivity
1
-1
/
+1
2011-09-25
isa: Pass i/o address space to isa_bus_new
Richard Henderson
1
-1
/
+1
2011-09-18
mips_r4k: convert to memory API
Avi Kivity
1
-24
/
+15
2011-09-04
pflash_cfi01/pflash_cfi02: convert to memory API
Avi Kivity
1
-6
/
+7
2011-08-25
Revert "Merge remote-tracking branch 'qemu-kvm/memory/batch' into staging"
Anthony Liguori
1
-12
/
+8
2011-08-25
pflash_cfi01/pflash_cfi02: convert to memory API
Avi Kivity
1
-8
/
+12
2011-08-20
Use glib memory allocation and free functions
Anthony Liguori
1
-3
/
+3
2011-04-07
ide: consolidate drive_get(IF_IDE)
Isaku Yamahata
1
-9
/
+1
2011-02-20
i8254: convert to qdev
Blue Swirl
1
-2
/
+2
2010-12-11
isa_mmio: Always use little endian
Alexander Graf
1
-5
/
+1
2010-12-11
Add endianness as io mem parameter
Alexander Graf
1
-1
/
+2
2010-10-13
Delete write only variables
Blue Swirl
1
-2
/
+1
2010-08-24
Rearrange block headers
Blue Swirl
1
-0
/
+1
2010-07-06
qemu_ram_alloc: Add DeviceState and name parameters
Alex Williamson
1
-3
/
+3
2010-06-13
hpet/rtc: Rework RTC IRQ replacement by HPET
Jan Kiszka
1
-1
/
+1
2010-05-15
rtc: make rtc_xxx accept/return ISADevice instead of RTCState.
Isaku Yamahata
1
-1
/
+2
2010-03-29
Compile pflash_cfi01 only once
Blue Swirl
1
-2
/
+9
2010-03-27
Compile some MIPS devices only once
Blue Swirl
1
-0
/
+1
2010-03-21
Compile isa_mmio only once
Blue Swirl
1
-1
/
+5
2010-03-16
load_elf: replace the address addend by a translation function
Aurelien Jarno
1
-10
/
+7
2009-11-15
mips_r4k: fix reset
Aurelien Jarno
1
-12
/
+15
2009-11-14
mips: fix CPU reset
Aurelien Jarno
1
-8
/
+17
2009-10-12
rom loader: fix sparc -kernel boot.
Gerd Hoffmann
1
-1
/
+1
2009-10-05
serial: convert isa to qdev
Gerd Hoffmann
1
-5
/
+1
2009-10-01
Revert "Get rid of _t suffix"
Anthony Liguori
1
-6
/
+6
2009-10-01
Get rid of _t suffix
malc
1
-6
/
+6
2009-09-20
Compile loader only once
Blue Swirl
1
-1
/
+9
2009-09-15
ide/isa: convert to qdev.
Gerd Hoffmann
1
-1
/
+1
2009-09-10
qdev/isa: convert real time clock
Gerd Hoffmann
1
-1
/
+1
2009-09-10
qdev/isa: finish pckbd conversion
Gerd Hoffmann
1
-1
/
+3
2009-09-10
qdev/isa: convert ne2000
Gerd Hoffmann
1
-1
/
+1
2009-09-04
ide: pass down DriveInfo instead of BlockDriverState
Gerd Hoffmann
1
-3
/
+2
2009-08-27
ide: split away ide-isa.c
Gerd Hoffmann
1
-0
/
+1
2009-08-25
Make CPURead/WriteFunc structure 'const'
Blue Swirl
1
-2
/
+2
2009-07-27
kill drives_table
Gerd Hoffmann
1
-8
/
+5
2009-06-29
Revert "Introduce reset notifier order"
Jan Kiszka
1
-1
/
+1
[next]