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
*
target-xtensa: control page table lookup explicitly
Max Filippov
2012-06-09
1
-5
/
+5
*
target-xtensa: update autorefill TLB entries conditionally
Max Filippov
2012-06-09
3
-27
/
+35
*
target-xtensa: extract TLB entry setting method
Max Filippov
2012-06-09
2
-4
/
+14
*
target-xtensa: update EXCVADDR in case of page table lookup
Max Filippov
2012-06-09
1
-0
/
+1
*
target-xtensa: flush TLB page for new MMU mapping
Max Filippov
2012-06-09
1
-0
/
+1
*
w32: Fix broken build (missing include file)
Stefan Weil
2012-06-09
1
-4
/
+0
*
do not include <libutil.h> needlessly or if it doesn't exist
Michael Tokarev
2012-06-09
3
-19
/
+7
*
target-ppc: Unbreak kvm_ppc.c build
Andreas Färber
2012-06-09
2
-2
/
+1
*
dump: Fix build breakage (missing sys/procfs.h)
Stefan Weil
2012-06-09
1
-14
/
+1
*
Merge remote-tracking branch 'bonzini/nested-makefiles-3' into staging
Anthony Liguori
2012-06-07
66
-741
/
+842
|
\
|
*
build: do not create directories at configure time
Paolo Bonzini
2012-06-07
2
-33
/
+3
|
*
configure: ensure directory exists when creating symlink
Anthony Liguori
2012-06-07
1
-2
/
+1
|
*
build: compile oslib-obj-y once
Paolo Bonzini
2012-06-07
2
-2
/
+3
|
*
build: limit usage of vpath
Paolo Bonzini
2012-06-07
2
-4
/
+3
|
*
build: libcacard Makefile cleanups
Paolo Bonzini
2012-06-07
5
-25
/
+22
|
*
build: move device tree to per-target Makefile.objs
Paolo Bonzini
2012-06-07
4
-7
/
+3
|
*
build: move per-target hw/ objects to nested Makefile.objs
Paolo Bonzini
2012-06-07
5
-30
/
+31
|
*
build: convert libhw to nested Makefile.objs
Paolo Bonzini
2012-06-07
7
-147
/
+150
|
*
build: move target-independent hw/ objects to nested Makefile.objs
Paolo Bonzini
2012-06-07
5
-38
/
+44
|
*
build: move qga/ objects to nested Makefile.objs
Paolo Bonzini
2012-06-07
2
-5
/
+5
|
*
build: move qapi/ objects to nested Makefile.objs
Paolo Bonzini
2012-06-07
2
-4
/
+5
|
*
build: move slirp/ objects to nested Makefile.objs
Paolo Bonzini
2012-06-07
2
-4
/
+4
|
*
build: move audio/ objects to nested Makefile.objs
Paolo Bonzini
2012-06-07
2
-16
/
+16
|
*
build: move ui/ objects to nested Makefile.objs
Paolo Bonzini
2012-06-07
2
-19
/
+20
|
*
build: move fsdev/ objects to nested Makefile.objs
Paolo Bonzini
2012-06-07
3
-7
/
+15
|
*
build: move net/ objects to nested Makefile.objs
Paolo Bonzini
2012-06-07
2
-16
/
+13
|
*
build: move block/ objects to nested Makefile.objs
Paolo Bonzini
2012-06-07
2
-14
/
+13
|
*
build: adapt qom/Makefile and move it to Makefile.objs
Paolo Bonzini
2012-06-07
3
-8
/
+11
|
*
build: move rules for nesting to Makefile.objs
Paolo Bonzini
2012-06-07
2
-25
/
+24
|
*
build: move other target-*/ objects to nested Makefile.objs
Paolo Bonzini
2012-06-07
15
-21
/
+36
|
*
dump: remove dumping stuff from cpu-all.h
Paolo Bonzini
2012-06-07
9
-101
/
+132
|
*
dump: change cpu_get_note_size to return ssize_t
Paolo Bonzini
2012-06-07
3
-5
/
+10
|
*
dump: do not compile dump.o for user-mode emulation
Paolo Bonzini
2012-06-07
1
-2
/
+1
|
*
build: move libobj-y variable to nested Makefile.objs
Paolo Bonzini
2012-06-07
16
-50
/
+55
|
*
build: move obj-TARGET-y variables to nested Makefile.objs
Paolo Bonzini
2012-06-07
34
-195
/
+229
|
*
build: move *-user/ objects to nested Makefile.objs
Paolo Bonzini
2012-06-07
5
-23
/
+28
|
*
build: add rules for nesting
Paolo Bonzini
2012-06-07
1
-0
/
+39
|
*
build: do not sprinkle around GENERATED_HEADERS dependencies
Paolo Bonzini
2012-06-07
3
-20
/
+13
|
*
build: remove trace-nested-y
Paolo Bonzini
2012-06-07
1
-9
/
+4
*
|
target-microblaze: fix swx build breakage
Peter A. G. Crosthwaite
2012-06-07
1
-5
/
+6
|
/
*
Merge remote-tracking branch 'qmp/queue/qmp' into staging
Anthony Liguori
2012-06-06
49
-247
/
+2685
|
\
|
*
Add 'query-events' command to QMP to query async events
Daniel P. Berrange
2012-06-04
4
-62
/
+108
|
*
qapi: convert netdev_del
Luiz Capitulino
2012-06-04
7
-13
/
+31
|
*
qapi: convert netdev_add
Luiz Capitulino
2012-06-04
7
-19
/
+78
|
*
net: net_client_init(): use error_set()
Luiz Capitulino
2012-06-04
4
-21
/
+50
|
*
net: purge the monitor object from all init functions
Luiz Capitulino
2012-06-04
15
-43
/
+27
|
*
qemu-config: introduce qemu_find_opts_err()
Luiz Capitulino
2012-06-04
2
-0
/
+8
|
*
qemu-config: find_list(): use error_set()
Luiz Capitulino
2012-06-04
1
-7
/
+25
|
*
qerror: introduce QERR_INVALID_OPTION_GROUP
Luiz Capitulino
2012-06-04
2
-0
/
+7
|
*
qemu-option: qemu_opts_from_qdict(): use error_set()
Luiz Capitulino
2012-06-04
4
-11
/
+35
[next]