index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
Age
Commit message (
Expand
)
Author
Files
Lines
2009-10-05
vmstate: add uint8 array
Juan Quintela
1
-0
/
+6
2009-10-05
vmstate: port i2c_slave device
Juan Quintela
1
-7
/
+26
2009-10-05
vmstate: port i2c_bus device
Juan Quintela
1
-12
/
+19
2009-10-05
i2c: addresses are load/save as uint8_t values, change types to reflect this
Juan Quintela
6
-34
/
+35
2009-10-05
qdev: Add support for uint8_t
Juan Quintela
2
-0
/
+38
2009-10-05
vmstate: Add support for sending partial arrays
Juan Quintela
1
-0
/
+12
2009-10-05
vmstate: remove ps2_kbd_load_old()
Juan Quintela
1
-12
/
+4
2009-10-05
vmstate: remove const from pre_save() functions
Juan Quintela
4
-8
/
+8
2009-10-05
vmstate: add version_id argument to post_load
Juan Quintela
11
-11
/
+11
2009-10-05
vmstate: remove const for put operations
Juan Quintela
3
-5
/
+5
2009-10-05
vga: move back dirty_log functions to vga.c
Juan Quintela
2
-12
/
+12
2009-10-05
cirrus_vga: also assign gr0/1 when writting shadow_gr0/1
Juan Quintela
1
-0
/
+2
2009-10-05
Revert "eepro100: Remove unused device status entries"
Aurelien Jarno
1
-16
/
+62
2009-10-04
eepro100: Add more i825xx devices
Stefan Weil
1
-8
/
+94
2009-10-04
eepro100: Remove unused device status entries
Stefan Weil
1
-62
/
+16
2009-10-04
hw/omap_dma: add matching {} in if 0
Michael S. Tsirkin
1
-60
/
+62
2009-10-01
Revert "Get rid of _t suffix"
Anthony Liguori
226
-2225
/
+2225
2009-10-01
Get rid of _t suffix
malc
226
-2225
/
+2225
2009-09-30
escc: fix another coding style nit
Michael S. Tsirkin
1
-2
/
+2
2009-09-30
twl92230: fix old style increment/decrement usage
Michael S. Tsirkin
1
-2
/
+2
2009-09-30
omap_dma: fix unbalanced { in commented out code
Michael S. Tsirkin
1
-1
/
+3
2009-09-30
escc: fix coding style nit
Michael S. Tsirkin
1
-2
/
+2
2009-09-26
eepro100: Fix format strings in debug messages
Stefan Weil
1
-7
/
+7
2009-09-26
eepro100: Replace sprintf by snprintf
Stefan Weil
1
-3
/
+3
2009-09-26
eepro100: Remove unused code
Stefan Weil
1
-4
/
+0
2009-09-26
eepro100: Enhanced logging and comments
Stefan Weil
1
-85
/
+130
2009-09-25
Fix coding style issue
Mark McLoughlin
1
-1
/
+1
2009-09-25
gcc wants 1st static and then const
Juan Quintela
1
-1
/
+1
2009-09-25
static and inline should came before the type of the functions
Juan Quintela
5
-6
/
+6
2009-09-25
Use proper typedef syntax
Juan Quintela
1
-2
/
+2
2009-09-25
Fix spelling in comment
Stefan Weil
1
-1
/
+1
2009-09-25
Suppress some variants of English in comments
Stefan Weil
1
-1
/
+1
2009-09-21
Fix Sparse warning about invalid access past the end of 'mode'
Blue Swirl
1
-1
/
+1
2009-09-21
Fix Sparse warning about obsolete struct initializer
Blue Swirl
1
-1
/
+1
2009-09-21
Add 'static' to please Sparse
Blue Swirl
1
-1
/
+1
2009-09-21
Fix Sparse warnings about using plain integer as NULL pointer
Blue Swirl
14
-40
/
+40
2009-09-20
Compile ne2000 only once
Blue Swirl
1
-1
/
+0
2009-09-20
ioports: remove unused env parameter and compile only once
Blue Swirl
5
-29
/
+27
2009-09-20
Compile msix only once
Blue Swirl
4
-28
/
+36
2009-09-20
Compile loader only once
Blue Swirl
31
-37
/
+1005
2009-09-20
Compile wdt_i6300esb only once
Blue Swirl
2
-1
/
+2
2009-09-19
PPC: make system bus parent of PCI bus
Blue Swirl
2
-2
/
+2
2009-09-19
ESP: convert to VMState
Blue Swirl
1
-42
/
+22
2009-09-18
audio: use muldiv64 where it makes sense
malc
2
-4
/
+4
2009-09-16
qemu serial: lost tx irqs (affecting FreeBSD's new uart(4) driver)
Juergen Lock
1
-6
/
+4
2009-09-16
escc: fix IRQ routing, broken by 6c319c82223a1766c5d64a20051e5c6ab7b53951
Aurelien Jarno
1
-2
/
+2
2009-09-15
ide/isa: convert to qdev.
Gerd Hoffmann
5
-14
/
+58
2009-09-15
ide/pci: convert to qdev.
Gerd Hoffmann
1
-69
/
+117
2009-09-15
ide/pci: fix indention
Gerd Hoffmann
1
-6
/
+6
2009-09-15
ide/qdev: add ide bus.
Gerd Hoffmann
2
-1
/
+147
[next]