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
Age
Commit message (
Expand
)
Author
Files
Lines
2009-10-05
x86: hflags is not modified at all, just save it directly
Juan Quintela
1
-8
/
+3
2009-10-05
vmstate: remove i2c_slave_load/save
Juan Quintela
2
-13
/
+0
2009-10-05
vmstate: port lm832x device
Juan Quintela
1
-70
/
+37
2009-10-05
lm832x: make fields to have the same types that they are saved/loaded
Juan Quintela
1
-19
/
+22
2009-10-05
vmstate: add support for arrays of pointers
Juan Quintela
2
-0
/
+18
2009-10-05
vmstate: port twl92230 device
Juan Quintela
1
-110
/
+88
2009-10-05
twl92230: change pwrbtn_state to uint8_t
Juan Quintela
1
-1
/
+1
2009-10-05
vmstate: port tmp105 device
Juan Quintela
1
-31
/
+25
2009-10-05
tmp105: change len and alorm to uint8_t
Juan Quintela
1
-2
/
+2
2009-10-05
vmstate: create VMSTATE_INT16_ARRAY
Juan Quintela
1
-0
/
+6
2009-10-05
vmstate: port ssd0303 device
Juan Quintela
1
-43
/
+22
2009-10-05
vmstate: port pxa2xx_i2c device
Juan Quintela
1
-28
/
+26
2009-10-05
vmstate: create VMSTATE_STRUCT_POINTER
Juan Quintela
1
-0
/
+9
2009-10-05
vmstate: port max7310 device
Juan Quintela
1
-33
/
+18
2009-10-05
vmstate: port wm8750 device
Juan Quintela
1
-75
/
+45
2009-10-05
vmstate: create VMSTATE_I2C_SLAVE
Juan Quintela
2
-1
/
+12
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
5
-10
/
+10
2009-10-05
vmstate: add version_id argument to post_load
Juan Quintela
13
-13
/
+13
2009-10-05
vmstate: remove const for put operations
Juan Quintela
4
-28
/
+28
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
target-i386: Fix exceptions for fxsave/fxrstor
Kevin Wolf
2
-4
/
+14
2009-10-04
tcg: allocate s->op_dead_iargs dynamically
Aurelien Jarno
1
-2
/
+1
2009-10-04
tcg: remove dead code
Aurelien Jarno
1
-2
/
+0
2009-10-04
bsd-user: fix "#if 0"'d printf()
Paul Bolle
1
-1
/
+1
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
target-i386: add RDTSCP support
Andre Przywara
5
-16
/
+63
2009-10-04
target-i386: add SSE4a instruction support
Andre Przywara
3
-2
/
+85
2009-10-04
target-i386: add lock mov cr0 = cr8
Andre Przywara
1
-0
/
+4
2009-10-04
tcg/i386: add support for ext{8,16}u_i32 TCG ops
Aurelien Jarno
2
-0
/
+10
2009-10-04
tcg/x86_64: add support for ext{8,16,32}u_i{32,64} TCG ops
Aurelien Jarno
2
-0
/
+26
2009-10-04
tcg: add ext{8,16,32}u_i{32,64} TCG ops
Aurelien Jarno
2
-3
/
+36
2009-10-04
linux-user: fix "#if 0"'d printf()
Paul Bolle
1
-1
/
+1
2009-10-04
Check availability of uuid header / library
Stefan Weil
2
-2
/
+38
2009-10-04
hw/omap_dma: add matching {} in if 0
Michael S. Tsirkin
1
-60
/
+62
2009-10-03
oss/alsa: Do not invoke UB described in 7.15.1.1 (this time for ADC)
malc
2
-21
/
+27
2009-10-02
libuser is a generated directory
Juan Quintela
1
-0
/
+1
2009-10-02
Use GNU ld to link roms on OpenSolaris
Blue Swirl
1
-0
/
+1
2009-10-02
Fix warning about undefined madvise() on OpenSolaris
Blue Swirl
1
-0
/
+3
2009-10-02
linux-user: fix up oversealous nitpicking
Michael S. Tsirkin
1
-1
/
+1
2009-10-02
tests: missing ; in if 0
Michael S. Tsirkin
1
-1
/
+1
[next]