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
2014-05-07
Merge remote-tracking branch 'remotes/afaerber/tags/qom-devices-for-peter' in...
Peter Maydell
47
-175
/
+464
2014-05-06
Merge remote-tracking branch 'remotes/kraxel/tags/pull-usb-6' into staging
Peter Maydell
3
-20
/
+137
2014-05-06
Merge remote-tracking branch 'remotes/kraxel/tags/pull-smbios-2' into staging
Peter Maydell
6
-109
/
+902
2014-05-06
Merge remote-tracking branch 'remotes/rth/tgt-axp' into staging
Peter Maydell
1
-1
/
+1
2014-05-06
Merge remote-tracking branch 'remotes/riku/linux-user-for-upstream' into staging
Peter Maydell
11
-159
/
+321
2014-05-05
PortioList: Store PortioList in device state
Kirill Batuzov
9
-26
/
+34
2014-05-05
tests: Add EHCI qtest
Andreas Färber
3
-0
/
+45
2014-05-05
tests: Add ioh3420 qtest
Andreas Färber
2
-0
/
+37
2014-05-05
tests: Add intel-hda qtests
Andreas Färber
3
-0
/
+49
2014-05-05
tests: Add es1370 qtest
Andreas Färber
3
-0
/
+37
2014-05-05
tests: Add ac97 qtest
Andreas Färber
3
-0
/
+37
2014-05-05
qtest: Be paranoid about accept() addrlen argument
Andreas Färber
1
-1
/
+1
2014-05-05
qtest: Add error reporting to socket_accept()
Andreas Färber
1
-0
/
+3
2014-05-05
qtest: Assure that init_socket()'s listen() does not fail
Andreas Färber
1
-1
/
+2
2014-05-05
MAINTAINERS: Document QOM
Andreas Färber
1
-0
/
+11
2014-05-05
arm: Clean up fragile use of error_is_set() in realize() methods
Markus Armbruster
3
-6
/
+12
2014-05-05
qom: Clean up fragile use of error_is_set() in set() methods
Markus Armbruster
6
-24
/
+45
2014-05-05
hw: Consistently name Error ** objects errp, and not err
Markus Armbruster
3
-14
/
+14
2014-05-05
hw: Consistently name Error * objects err, and not errp
Markus Armbruster
3
-21
/
+21
2014-05-05
machine: Remove QEMUMachine indirection from MachineClass
Marcel Apfelbaum
5
-87
/
+50
2014-05-05
machine: Replace QEMUMachine by MachineClass in accelerator configuration
Marcel Apfelbaum
11
-17
/
+17
2014-05-05
vl.c: Replace QEMUMachine with MachineClass in QEMUMachineInitArgs
Marcel Apfelbaum
2
-3
/
+4
2014-05-05
machine: Copy QEMUMachine's fields to MachineClass
Marcel Apfelbaum
3
-0
/
+71
2014-05-05
machine: Remove obsoleted field from QEMUMachine
Marcel Apfelbaum
1
-1
/
+0
2014-05-05
qdev: Fix crash by validating the object type
Amos Kong
1
-1
/
+1
2014-05-05
linux-user: fix getrusage and wait4 failures with invalid rusage struct
Petar Jovanovic
1
-3
/
+8
2014-05-05
SMBIOS: Build aggregate smbios tables and entry point
Gabriel L. Somlo
5
-25
/
+720
2014-05-05
usb: mtp: reply INCOMPLETE_TRANSFER on read errors
Gerd Hoffmann
1
-1
/
+3
2014-05-05
usb: mtp: fix possible buffer overflow
Gerd Hoffmann
1
-0
/
+8
2014-05-05
usb: mtp: drop data-out hexdump
Gerd Hoffmann
1
-2
/
+1
2014-05-05
usb: mtp: avoid empty description string
Gerd Hoffmann
1
-1
/
+1
2014-05-05
usb: mtp: fix error path memory leak
Gerd Hoffmann
1
-0
/
+2
2014-05-05
usb: mtp: fix serial (must be exact 32 chars)
Gerd Hoffmann
1
-1
/
+1
2014-05-05
usb: mtp: fix version (is decimal not bcd)
Gerd Hoffmann
1
-1
/
+1
2014-05-05
usb: mtp: fix usb_mtp_add_u64
Gerd Hoffmann
1
-2
/
+2
2014-05-05
usb: mtp: replace debug printfs with trace points
Gerd Hoffmann
2
-4
/
+7
2014-05-05
usb-ohci: Add vmstate descriptor
Alexey Kardashevskiy
1
-8
/
+111
2014-05-05
SMBIOS: Use bitmaps to prevent incompatible comand line options
Gabriel L. Somlo
2
-30
/
+22
2014-05-05
SMBIOS: Use macro to set smbios defaults
Gabriel L. Somlo
1
-14
/
+13
2014-05-05
SMBIOS: Update header file definitions
Gabriel L. Somlo
1
-22
/
+66
2014-05-05
SMBIOS: Rename symbols to better reflect future use
Gabriel L. Somlo
5
-22
/
+28
2014-05-05
E820: Add interface for accessing e820 table
Gabriel L. Somlo
2
-0
/
+17
2014-05-05
pc: add 2.1 machine type
Michael S. Tsirkin
2
-7
/
+47
2014-05-02
target-alpha: Fix RDUSP
Richard Henderson
1
-1
/
+1
2014-05-02
linux-user/elfload.c: Support ARM HWCAP2 flags
Peter Maydell
2
-1
/
+30
2014-05-02
linux-user/elfload.c: Fix A64 code which was incorrectly acting like A32
Peter Maydell
1
-13
/
+73
2014-05-02
linux-user/elfload.c: Update ARM HWCAP bits
Peter Maydell
1
-2
/
+20
2014-05-02
linux-user/elfload.c: Fix incorrect ARM HWCAP bits
Peter Maydell
1
-4
/
+5
2014-05-02
linux-user: remove configure option for setting uname release
Riku Voipio
3
-11
/
+1
2014-05-02
linux-user: move uname functions to uname.c
Riku Voipio
3
-102
/
+110
[next]