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-08-27
slirp: Read host DNS config on demand
Ed Swierk
6
-14
/
+44
2009-08-27
slirp: Remove our_addr code
Ed Swierk
2
-18
/
+0
2009-08-27
switch balloon initialization to -device.
Gerd Hoffmann
3
-25
/
+18
2009-08-27
ide: move code to hw/ide/
Gerd Hoffmann
9
-30
/
+37
2009-08-27
ide: add save/restore support for mmio
Gerd Hoffmann
1
-0
/
+20
2009-08-27
ide: add save/restore support for isa
Gerd Hoffmann
1
-4
/
+29
2009-08-27
ide: split away ide-microdrive.c
Gerd Hoffmann
3
-543
/
+575
2009-08-27
ide: split away ide-mmio.c
Gerd Hoffmann
6
-97
/
+130
2009-08-27
ide: split away ide-macio.c
Gerd Hoffmann
4
-331
/
+359
2009-08-27
ide: split away ide-pci.c
Gerd Hoffmann
9
-498
/
+539
2009-08-27
ide: split away ide-isa.c
Gerd Hoffmann
9
-19
/
+63
2009-08-27
ide: split away ide-internal.h
Gerd Hoffmann
2
-521
/
+566
2009-08-27
ide: add IDEBus struct, cleanups
Gerd Hoffmann
1
-226
/
+243
2009-08-27
qdev error logging
Gerd Hoffmann
1
-17
/
+17
2009-08-27
virtio-pci error logging
Gerd Hoffmann
1
-1
/
+1
2009-08-27
add qemu_error() + friends
Gerd Hoffmann
3
-1
/
+76
2009-08-27
qdev: add return value to init() callbacks.
Gerd Hoffmann
102
-193
/
+334
2009-08-27
fix stack buffer overflows in eepro100.c tx
Reimar Döffinger
1
-1
/
+5
2009-08-27
Check block driver read error in pflash_cfi0x
Vijay Kumar
2
-2
/
+14
2009-08-27
kvm: Simplify cpu_synchronize_state()
Avi Kivity
8
-21
/
+34
2009-08-27
qdev: convert watchdogs
Markus Armbruster
7
-62
/
+48
2009-08-27
Clean up upcast from PCIDevice to I6300State
Markus Armbruster
1
-5
/
+4
2009-08-27
Move watchdog, watchdog_action, give them internal linkage
Markus Armbruster
3
-13
/
+10
2009-08-27
virtio-blk: handle NULL returns from bdrv_aio_{read, write}
Christoph Hellwig
1
-4
/
+14
2009-08-27
raw-posix: add Linux native AIO support
Christoph Hellwig
11
-8
/
+305
2009-08-27
raw-posix: refactor AIO support
Christoph Hellwig
4
-377
/
+327
2009-08-27
virtio-console: rename dvq to ovq
Amit Shah
1
-2
/
+2
2009-08-27
pci ids: remove redundant defines
Amit Shah
1
-3
/
+0
2009-08-27
multiboot.raw is a generated file
Juan Quintela
1
-0
/
+1
2009-08-27
Port ACPI to VMState
Juan Quintela
1
-34
/
+21
2009-08-27
Add VMState support to run a function after load
Juan Quintela
2
-0
/
+3
2009-08-27
Port PCIDevice state to VMState
Juan Quintela
2
-22
/
+55
2009-08-27
Add version_id to PCIDevice.
Juan Quintela
2
-1
/
+4
2009-08-27
Add VMState support for int32_t check value
Juan Quintela
2
-0
/
+24
2009-08-27
Port PS2 devices to VMState design
Juan Quintela
1
-67
/
+52
2009-08-27
Add VMState support for static sized buffers (uint_8)
Juan Quintela
2
-0
/
+39
2009-08-27
Port PCI Bus to VMState design
Juan Quintela
1
-30
/
+11
2009-08-27
Add VMState support for variable sized arrays
Juan Quintela
2
-0
/
+26
2009-08-27
Add VMState support for int32_t check value
Juan Quintela
2
-0
/
+25
2009-08-27
Port i8254 to new VMState design
Juan Quintela
1
-29
/
+37
2009-08-27
Add VMState support for arrays of structs
Juan Quintela
1
-0
/
+11
2009-08-27
Add VMState support for structs
Juan Quintela
2
-2
/
+25
2009-08-27
Port apic to new VMState design
Juan Quintela
1
-34
/
+33
2009-08-27
Add VMState support for arrays
Juan Quintela
2
-9
/
+50
2009-08-27
Add VMState support for pointers
Juan Quintela
2
-0
/
+47
2009-08-27
New VMstate save/load infrastructure
Juan Quintela
2
-5
/
+370
2009-08-27
Add vmstate_load() and vmstate_save() functions
Juan Quintela
1
-4
/
+15
2009-08-27
Use return value from load_state() call back
Juan Quintela
1
-2
/
+12
2009-08-27
make load_vmstate() return errors
Juan Quintela
4
-10
/
+14
2009-08-27
move do_loadvm() to monitor.c
Juan Quintela
3
-12
/
+11
[next]