index
:
hqemu
2.5.1_overlay
2.5_overlay
2.6_overlay
master
HQEMU
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Avoid returning void
Blue Swirl
2012-07-28
12
-28
/
+46
*
hw/escc: Drop duplicate definition of 'disabled' property
Peter Maydell
2012-07-28
1
-1
/
+0
*
build: get dependency file directories from object file names
Paolo Bonzini
2012-07-28
6
-15
/
+4
*
build: include qapi-generated/ files in qga/Makefile.objs
Paolo Bonzini
2012-07-28
2
-1
/
+3
*
tests: Makefile: include dependency files
Eduardo Habkost
2012-07-28
1
-0
/
+2
*
vl.c: Don't print errno after failed qemu_chr_new()
Peter Maydell
2012-07-28
1
-6
/
+6
*
target-xtensa: fix big-endian BBS/BBC implementation
Max Filippov
2012-07-28
1
-2
/
+14
*
target-or32: Add testcases
Jia Liu
2012-07-27
52
-0
/
+2579
*
target-or32: Add linux user support
Jia Liu
2012-07-27
8
-4
/
+422
*
target-or32: Add linux syscall, signal and termbits
Jia Liu
2012-07-27
4
-0
/
+850
*
target-or32: Add gdb stub support
Jia Liu
2012-07-27
1
-0
/
+64
*
target-or32: Add system instructions
Jia Liu
2012-07-27
5
-1
/
+321
*
target-or32: Add a IIS dummy board
Jia Liu
2012-07-27
2
-1
/
+151
*
target-or32: Add timer support
Jia Liu
2012-07-27
3
-1
/
+124
*
target-or32: Add PIC support
Jia Liu
2012-07-27
3
-0
/
+65
*
target-or32: Add instruction translation
Jia Liu
2012-07-27
1
-0
/
+1734
*
target-or32: Add float instruction helpers
Jia Liu
2012-07-27
3
-1
/
+335
*
target-or32: Add int instruction helpers
Jia Liu
2012-07-27
3
-1
/
+85
*
target-or32: Add exception support
Jia Liu
2012-07-27
5
-2
/
+89
*
target-or32: Add interrupt support
Jia Liu
2012-07-27
6
-2
/
+151
*
target-or32: Add MMU support
Jia Liu
2012-07-27
3
-2
/
+303
*
target-or32: Add target stubs and QOM cpu
Jia Liu
2012-07-27
16
-2
/
+817
*
Merge remote-tracking branch 'stefanha/net' into staging
Anthony Liguori
2012-07-23
60
-771
/
+1352
|
\
|
*
remove unused QemuOpts parameter from net init functions
Laszlo Ersek
2012-07-23
12
-38
/
+32
|
*
convert net_init_bridge() to NetClientOptions
Laszlo Ersek
2012-07-23
1
-11
/
+12
|
*
convert net_init_tap() to NetClientOptions
Laszlo Ersek
2012-07-23
8
-70
/
+71
|
*
convert net_init_vde() to NetClientOptions
Laszlo Ersek
2012-07-23
1
-10
/
+7
|
*
convert net_init_socket() to NetClientOptions
Laszlo Ersek
2012-07-23
1
-76
/
+43
|
*
convert net_init_slirp() to NetClientOptions
Laszlo Ersek
2012-07-23
1
-68
/
+25
|
*
convert net_init_dump() to NetClientOptions
Laszlo Ersek
2012-07-23
1
-4
/
+17
|
*
convert net_init_nic() to NetClientOptions
Laszlo Ersek
2012-07-23
1
-17
/
+22
|
*
convert net_client_init() to OptsVisitor
Laszlo Ersek
2012-07-23
12
-346
/
+127
|
*
hw, net: "net_client_type" -> "NetClientOptionsKind" (qapi-generated)
Laszlo Ersek
2012-07-23
34
-83
/
+71
|
*
qapi schema: add Netdev types
Laszlo Ersek
2012-07-23
1
-0
/
+278
|
*
qapi schema: remove trailing whitespace
Laszlo Ersek
2012-07-23
1
-5
/
+5
|
*
qapi: introduce OptsVisitor
Laszlo Ersek
2012-07-23
3
-1
/
+459
|
*
expose QemuOpt and QemuOpts struct definitions to interested parties
Laszlo Ersek
2012-07-23
2
-23
/
+54
|
*
qapi: introduce "size" type
Laszlo Ersek
2012-07-23
3
-0
/
+12
|
*
qapi: generate C types for fixed-width integers
Laszlo Ersek
2012-07-23
1
-0
/
+4
|
*
qapi: add test case for deallocating traversal of incomplete structure
Laszlo Ersek
2012-07-23
1
-0
/
+42
|
*
qapi: fix error propagation
Paolo Bonzini
2012-07-23
6
-70
/
+121
|
*
MAINTAINERS: Replace net maintainer Mark McLoughlin with Stefan Hajnoczi
Stefan Hajnoczi
2012-07-23
1
-1
/
+2
*
|
Merge remote-tracking branch 'stefanha/trivial-patches' into staging
Anthony Liguori
2012-07-23
9
-85
/
+83
|
\
\
|
*
|
Fix some more Qemus in documentation and help text
Stefan Weil
2012-07-21
2
-3
/
+3
|
*
|
qdev: Fix Open Firmware comment
Stefan Weil
2012-07-21
1
-6
/
+5
|
*
|
cpus.c: Make all_cpu_threads_idle() static
Peter Maydell
2012-07-21
2
-27
/
+26
|
*
|
Use macro QEMU_PACKED for new packed structures
Stefan Weil
2012-07-21
2
-47
/
+47
|
*
|
Recognize PCID feature
Mao, Junjie
2012-07-21
1
-1
/
+1
|
*
|
powerpc pci: fixed packing of ranges[]
Alexey Kardashevskiy
2012-07-21
1
-1
/
+1
|
|
/
*
|
Merge remote-tracking branch 'pmaydell/arm-devs.for-upstream' into staging
Anthony Liguori
2012-07-23
11
-16
/
+456
|
\
\
[next]