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-09-09
configure: fix Linux AIO detection
Luiz Capitulino
1
-0
/
+1
2009-09-09
Fix compilation warnings when DEBUG_BUFFERED_FILE is defined
Pierre Riteau
1
-6
/
+6
2009-09-09
qcow2: Order concurrent AIO requests on the same unallocated cluster
Kevin Wolf
3
-5
/
+96
2009-09-09
qcow2: Fix metadata preallocation
Kevin Wolf
1
-1
/
+3
2009-09-09
fix VNC SASL detection
Juan Quintela
1
-1
/
+1
2009-09-09
optionrom: make clean should remove raw and .d
Juan Quintela
1
-1
/
+1
2009-09-09
otionrom: Use local CFLAGS no global one
Juan Quintela
1
-0
/
+1
2009-09-09
Remove CFLAGS parameter in cc-option
Juan Quintela
2
-4
/
+4
2009-09-09
Fix for commit 3f9cb1c14dc368f41447db5f78d6248c4f100ad4
Naphtali Sprei
1
-1
/
+6
2009-09-09
mv from strdup to qemu_strdup in qemu-option.c
Jean-Christophe DUBOIS
1
-3
/
+3
2009-09-09
mv strdup to qemu_strdup in vl.c
Jean-Christophe DUBOIS
1
-3
/
+3
2009-09-09
fix vl.c compilation if CONFIG_KVM is not defined
Jean-Christophe DUBOIS
1
-1
/
+2
2009-09-09
fix PATH_MAX conditional compilation
Jean-Christophe DUBOIS
1
-9
/
+2
2009-09-09
eepro100: Clean code which sets the PCI device id
Stefan Weil
2
-8
/
+8
2009-09-09
qemu-io: Improve portability (win32 now supported).
Stefan Weil
3
-1
/
+26
2009-09-09
Fix spelling in comment.
Stefan Weil
1
-1
/
+1
2009-09-09
qdev: convert tcx to reset + vmsd
Gerd Hoffmann
1
-2
/
+2
2009-09-09
qdev: integrate vmstate
Gerd Hoffmann
2
-0
/
+9
2009-09-09
qdev: convert rtl8139 to reset
Gerd Hoffmann
1
-4
/
+4
2009-09-09
qdev: integrate reset
Gerd Hoffmann
2
-1
/
+13
2009-09-09
qdev/scsi+usb: convert usb-storage to qdev.
Gerd Hoffmann
1
-27
/
+40
2009-09-09
qdev/scsi: add scsi bus support to qdev, convert drivers.
Gerd Hoffmann
12
-274
/
+351
2009-09-09
qdev/usb: convert ohci.
Gerd Hoffmann
7
-21
/
+35
2009-09-09
qdev/usb: convert uhci.
Gerd Hoffmann
1
-35
/
+43
2009-09-09
qdev/usb: add some convinience aliases.
Gerd Hoffmann
2
-0
/
+4
2009-09-09
qdev/usb: make qemu aware of usb busses.
Gerd Hoffmann
11
-174
/
+206
2009-09-09
qdev/usb: add usb bus support to qdev, convert drivers.
Gerd Hoffmann
17
-193
/
+424
2009-09-09
qdev: add error message to qdev_device_add().
Gerd Hoffmann
1
-1
/
+4
2009-09-09
allow passing null machine pointer to drive_init().
Gerd Hoffmann
1
-1
/
+1
2009-09-09
savevm: Convert loadvm handlers list to LIST
Juan Quintela
1
-9
/
+12
2009-09-09
Add LIST_FOREACH_SAFE() definition
Juan Quintela
1
-0
/
+5
2009-09-09
savevm: Convert savevm handlers list to TAILQ
Juan Quintela
1
-52
/
+42
2009-09-09
cirrus_vga: CIRRUS_HOOK_* is not used anymore
Juan Quintela
1
-5
/
+0
2009-09-09
cirrus_vga: rename cirrus_hook_write_cr() cirrus_vga_write_cr()
Juan Quintela
1
-32
/
+27
2009-09-09
cirrus_vga: rename cirrus_hook_read_cr() cirrus_vga_read_cr()
Juan Quintela
1
-15
/
+7
2009-09-09
cirrus_vga: rename cirrus_hook_write_gr() cirrus_vga_write_gr()
Juan Quintela
1
-41
/
+38
2009-09-09
cirrus_vga: rename cirrus_hook_read_gr() cirrus_vga_read_gr()
Juan Quintela
1
-45
/
+38
2009-09-09
cirrus_vga: rename cirrus_hook_write_palette() cirrus_vga_write_palette()
Juan Quintela
1
-15
/
+9
2009-09-09
cirrus_vga: rename cirrus_hook_read_palette() cirrus_vga_read_palette()
Juan Quintela
1
-15
/
+12
2009-09-09
cirrus_vga: rename cirrus_hook_write_sr() cirrus_vga_write_sr()
Juan Quintela
1
-23
/
+22
2009-09-09
cirrus_vga: rename cirrus_hook_read_sr() cirrus_vga_read_sr()
Juan Quintela
1
-20
/
+12
2009-09-09
vga: Rename last VGAState occurrences to VGACommonState
Juan Quintela
2
-41
/
+39
2009-09-09
vga and cirrus_vga: substitute switch for equivalent assigntment
Juan Quintela
2
-27
/
+2
2009-09-09
cirrus_vga: make cirrus_read_hidden_dac() return its result
Juan Quintela
1
-5
/
+5
2009-09-09
vga: change tabs to spaces
Juan Quintela
1
-3
/
+3
2009-09-09
cirrus_vga: Add a VGACommonState local var to cirrus_vga_ioport_{read, write}
Juan Quintela
1
-80
/
+82
2009-09-09
vga and cirrus_vga: create vga_ioport_invalid() and use it everywhere
Juan Quintela
3
-14
/
+19
2009-09-09
vga: split vga-isa-mm.o
Juan Quintela
4
-98
/
+131
2009-09-09
vga: export vga_mem_{read,write}
Juan Quintela
2
-2
/
+4
2009-09-09
vga: split isa bits inco vga-isa.c
Juan Quintela
3
-23
/
+52
[next]