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-13
audio: Fix typo that broke QEMU_AUDIO_ADC_TRY_POLL
Jan Kiszka
1
-1
/
+1
2009-09-13
Fix Sparc/Linux host breakage by df70204db53e3611af986f434e74a882bce190ca
Blue Swirl
2
-1
/
+23
2009-09-13
Sparc64: make system bus parent of PCI bus
Blue Swirl
1
-1
/
+1
2009-09-13
x86: move a declaration to header
Blue Swirl
2
-2
/
+1
2009-09-13
x86: add 'const'
Blue Swirl
1
-6
/
+7
2009-09-13
oss: Simplify mmap code
malc
1
-22
/
+5
2009-09-13
oss: OSS v4 support
malc
1
-9
/
+50
2009-09-12
i386: Drop redundant kvm_enabled test
Jan Kiszka
1
-2
/
+1
2009-09-12
Make string arrays used to convert numbers to strings when DEBUG_EEPRO100 is ...
Reimar Döffinger
1
-3
/
+3
2009-09-12
Fix xen build after sys-queue renaming
Jan Kiszka
1
-1
/
+1
2009-09-12
Add configure option to compile user targets as PIE
Kirill A. Shutemov
3
-13
/
+30
2009-09-12
Fix text relocations in linux-user targets
Kirill A. Shutemov
2
-37
/
+1
2009-09-12
Do not link usermode targets with libhw*.a
Kirill A. Shutemov
1
-2
/
+2
2009-09-12
Work around OpenSolaris sys/regset.h namespace pollution
Blue Swirl
2
-0
/
+10
2009-09-12
Fix signedness warnings on OpenSolaris
Blue Swirl
1
-4
/
+4
2009-09-12
Add #defines needed by OpenSolaris, fix breakage by the #defines
Blue Swirl
2
-2
/
+6
2009-09-12
Fix OpenSolaris build breaking typos
Blue Swirl
1
-2
/
+2
2009-09-12
Add 'static'
Blue Swirl
1
-1
/
+1
2009-09-12
Fix a Sparse warning about redefinition of offsetof()
Blue Swirl
2
-1
/
+17
2009-09-12
Fix sys-queue.h conflict for good
Blue Swirl
65
-488
/
+481
2009-09-12
Try to fix BSD breakage by 806b60248218bd5f74a8b070f5a99a864e8e51c6
Blue Swirl
1
-10
/
+32
2009-09-12
Include sys-queue.h early to override system queue definitions on BSD
Blue Swirl
1
-0
/
+2
2009-09-12
Unbreak BSD: use qemu_fdatasync instead of fdatasync
Blue Swirl
1
-1
/
+1
2009-09-12
Use proper format conversion specifier when printing size_t value
malc
1
-3
/
+3
2009-09-12
audio: remove lsbindex/popcount in favour of host-utils's ctz32
malc
4
-23
/
+5
2009-09-12
alsa: poll mode handling
malc
1
-21
/
+204
2009-09-12
oss: poll mode handling
malc
1
-5
/
+74
2009-09-12
audio: poll mode infrastructure
malc
2
-11
/
+87
2009-09-12
gus: Do not manually free the state, qdev does it for us
malc
1
-1
/
+0
2009-09-12
oss: Unbreak mmaping the ability to mmap oss fd on Linux
malc
1
-1
/
+4
2009-09-11
kvm_arch_get_registers() shouldn't be called directly
Gleb Natapov
1
-1
/
+1
2009-09-11
vmstate: port cirrus_vga device
Juan Quintela
2
-98
/
+63
2009-09-11
vmstate: port serial device
Juan Quintela
1
-36
/
+37
2009-09-11
vmstate: port hpet device
Juan Quintela
1
-35
/
+38
2009-09-11
hpet: it is imposible that qemu_timer field is NULL at this point
Juan Quintela
1
-6
/
+2
2009-09-11
vmstate: port ioapic device
Juan Quintela
1
-27
/
+12
2009-09-11
vmstate: add uint64 array support
Juan Quintela
1
-0
/
+6
2009-09-11
vmstate: port pckbd device
Juan Quintela
1
-24
/
+15
2009-09-11
vmstate: port vmmouse device
Juan Quintela
1
-28
/
+20
2009-09-11
vmstate: port dma device
Juan Quintela
1
-51
/
+34
2009-09-11
vmstate: add support for arrays of uint16_t
Juan Quintela
1
-0
/
+6
2009-09-11
vmstate: port fdc device
Juan Quintela
1
-92
/
+62
2009-09-11
vmstate: add support for uint8_t equal
Juan Quintela
2
-0
/
+24
2009-09-11
vmstate: port i8259 device
Juan Quintela
1
-48
/
+26
2009-09-11
vmstate: port fw_cfg device
Juan Quintela
1
-21
/
+12
2009-09-11
vmstate: port cpu_comon
Juan Quintela
1
-14
/
+25
2009-09-11
vmstate: Add pre/post_save() hooks
Juan Quintela
2
-0
/
+8
2009-09-11
vmstate: Add pre_load() hook
Juan Quintela
2
-0
/
+6
2009-09-11
vmstate: rename run_after_load() -> post_load()
Juan Quintela
6
-11
/
+12
2009-09-11
vmstate: add sensible arguments to vmstate_unregister()
Juan Quintela
2
-3
/
+10
[next]