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
2010-11-22
eepro100: Use a single rom file for all i825xx devices
Stefan Weil
4
-13
/
+4
2010-11-22
pci: Automatically patch PCI vendor id and device id in PCI ROM
Stefan Weil
1
-4
/
+69
2010-11-22
pci: Replace unneeded type casts in calls of pci_register_bar
Stefan Weil
6
-11
/
+10
2010-11-22
pcie/port: fix bridge control register wmask
Isaku Yamahata
1
-0
/
+8
2010-11-22
pci: fix bridge control bit wmask
Michael S. Tsirkin
1
-2
/
+24
2010-11-22
x3130/downstream: support aer.
Isaku Yamahata
1
-10
/
+33
2010-11-22
x3130/upstream: support aer
Isaku Yamahata
1
-9
/
+24
2010-11-22
ioh3420: support aer
Isaku Yamahata
1
-10
/
+70
2010-11-22
pcie_aer: complete unwinding recursion
Michael S. Tsirkin
1
-53
/
+27
2010-11-22
pcie_aer: get rid of recursion
Michael S. Tsirkin
1
-17
/
+31
2010-11-22
pcie/aer: helper functions for pcie aer capability
Isaku Yamahata
5
-1
/
+951
2010-11-22
pcie_regs.h: more constants
Isaku Yamahata
1
-0
/
+2
2010-11-22
pci: add W1C bits to pci status register
Isaku Yamahata
1
-0
/
+16
2010-11-16
pci: allow hotplug removal of cold-plugged devices
Michael S. Tsirkin
4
-12
/
+32
2010-11-16
PCI: Bus number from the bridge, not the device
Alex Williamson
1
-2
/
+1
2010-11-13
e1000: Fix TCP checksum overflow with TSO
Alex Williamson
1
-1
/
+4
2010-11-13
tap: make set_offload a nop after netdev cleanup
Michael S. Tsirkin
1
-1
/
+5
2010-11-04
tap: clear vhost_net backend on cleanup
Michael S. Tsirkin
1
-0
/
+1
2010-11-03
Fold send_all() wrapper unix_write() into one function
Jes Sorensen
1
-6
/
+2
2010-11-03
Remove obsolete 'f' double parameter type
Jes Sorensen
1
-17
/
+1
2010-11-03
Switch migrate_set_speed() to take an 'o' argument rather than a float.
Jes Sorensen
2
-4
/
+5
2010-11-03
Add support for 'o' octet (bytes) format as monitor parameter.
Jes Sorensen
1
-0
/
+29
2010-11-03
Introduce strtosz() library function to convert a string to a byte count.
Jes Sorensen
3
-20
/
+98
2010-11-02
intel-hda: documentation update
Gerd Hoffmann
2
-0
/
+3
2010-11-01
Fix out of tree build
Blue Swirl
1
-1
/
+1
2010-11-01
Merge remote branch 'spice/config.2' into staging
Anthony Liguori
3
-7
/
+309
2010-11-01
Merge remote branch 'mst/for_anthony' into staging
Anthony Liguori
30
-291
/
+2637
2010-11-01
hda-audio: Zap tabs
malc
1
-2
/
+2
2010-11-01
Add Intel HD Audio support to qemu.
Gerd Hoffmann
8
-2
/
+2946
2010-11-01
add VMSTATE_BOOL
Gerd Hoffmann
2
-0
/
+35
2010-11-01
Remove trailing whitespace
malc
1
-1
/
+1
2010-10-31
sparc32: convert debug printf statements to tracepoints
Blue Swirl
10
-206
/
+213
2010-10-30
Remove unncessary includes
Jes Sorensen
1
-8
/
+0
2010-10-30
Consolidate oom_check() functions
Jes Sorensen
5
-20
/
+11
2010-10-30
Separate qemu_pidfile() into OS specific versions
Jes Sorensen
3
-38
/
+45
2010-10-30
Do not redefine reserved key-words TRUE/FALSE
Jes Sorensen
1
-10
/
+10
2010-10-30
Move qemu_gettimeofday() to OS specific files
Jes Sorensen
10
-47
/
+47
2010-10-30
We only support eventfd under POSIX, move qemu_eventfd() to os-posix.c
Jes Sorensen
2
-34
/
+32
2010-10-30
qemu_pipe() is used only by POSIX code, so move to oslib-posix.c
Jes Sorensen
2
-22
/
+22
2010-10-30
Move osdep socket code to oslib-{posix,win32}.c
Jes Sorensen
3
-38
/
+36
2010-10-30
Move QEMU OS dependant library functions to OS specific files
Jes Sorensen
5
-89
/
+158
2010-10-30
target-xxx: Use fprintf_function (format checking)
Stefan Weil
26
-67
/
+54
2010-10-30
exec: Use fprintf_function for dump_exec_info (format checking)
Stefan Weil
2
-14
/
+5
2010-10-30
tcg: Use fprintf_function (format checking)
Stefan Weil
2
-6
/
+3
2010-10-30
Add fprintf_function for function pointers to fprintf-like functions
Stefan Weil
1
-0
/
+3
2010-10-30
Mov muldiv64 to qemu-common.h (Thus unbreaking gus)
malc
3
-25
/
+24
2010-10-27
Merge branch 'pci' into for_anthony
Michael S. Tsirkin
26
-277
/
+2607
2010-10-27
pcie: update satus on reset
Michael S. Tsirkin
1
-1
/
+1
2010-10-27
msi: minor cleanups
Michael S. Tsirkin
1
-4
/
+3
2010-10-27
msi: simplify range checks
Michael S. Tsirkin
1
-25
/
+20
[next]