Age | Commit message (Expand) | Author |
2012-12-19 | build: kill libuser | Paolo Bonzini |
2012-12-19 | build: kill libdis, move disassemblers to disas/ | Paolo Bonzini |
2012-12-19 | build: move rules from Makefile to */Makefile.objs | Paolo Bonzini |
2012-12-19 | build: adjust setting of QEMU_INCLUDES | Paolo Bonzini |
2012-12-19 | vscclient: use per-target variables | Paolo Bonzini |
2012-12-17 | libcacard: simplify rules for recursive build | Paolo Bonzini |
2012-11-24 | Build system fix distclean error for pixman | Wenchao Xia |
2012-11-19 | Makefile: Add missing dependency (fix parallel builds) | Stefan Weil |
2012-11-18 | build: replace weak symbols with a static library | Paolo Bonzini |
2012-11-14 | pixman: cleanup properly on make distclean | Gerd Hoffmann |
2012-11-14 | pixman: pass cflags, add -fPIC | Gerd Hoffmann |
2012-11-14 | pixman: disable gtk | Gerd Hoffmann |
2012-11-14 | pixman: set --host for cross builds | Gerd Hoffmann |
2012-11-01 | Merge remote-tracking branch 'kraxel/pixman.v3' into staging | Anthony Liguori |
2012-11-01 | pixman: windup in configure & makefiles | Gerd Hoffmann |
2012-10-31 | Merge remote-tracking branch 'origin/master' into threadpool | Paolo Bonzini |
2012-10-30 | build: do not include main loop where it is not actually used | Paolo Bonzini |
2012-10-30 | build: move cutils.o and qemu-timer-common.o to oslib-obj-y | Paolo Bonzini |
2012-10-30 | janitor: move iovector functions out of cutils.c | Paolo Bonzini |
2012-10-27 | Makefile: Forbid out-of-tree build from a source tree that has been built in | Peter Maydell |
2012-10-23 | qemu-sockets: add socket_listen, socket_connect, socket_parse | Paolo Bonzini |
2012-10-23 | build: add QAPI files to the tools | Paolo Bonzini |
2012-10-19 | allow make {dist, }clean work w/out configure | Mike Frysinger |
2012-10-05 | Remove libhw | Stefan Weil |
2012-10-04 | Make target_phys_addr_t 64 bits unconditionally | Avi Kivity |
2012-09-25 | configure: Allow builds without any system or user emulation | Stefan Weil |
2012-09-21 | Eliminate cpus-x86_64.conf file | Eduardo Habkost |
2012-09-12 | qemu-img: Add json output option to the info command. | Benoît Canet |
2012-08-15 | Merge remote-tracking branch 'stefanha/trivial-patches' into staging | Anthony Liguori |
2012-08-15 | Makefile: Avoid explicit list of directories in clean target | Peter Maydell |
2012-08-15 | block: Enable qemu_open/close to work with fd sets | Corey Bryant |
2012-08-11 | Makefile: add qapi.py dependencies | Stefan Hajnoczi |
2012-08-03 | qom: Clean libuser object and dependency files | Jan Kiszka |
2012-08-03 | usb: Clean common object and dependency files | Jan Kiszka |
2012-07-29 | build: Fix linking failure for qemu-ga | Dunrong Huang |
2012-07-28 | build: get dependency file directories from object file names | Paolo Bonzini |
2012-07-28 | build: include qapi-generated/ files in qga/Makefile.objs | Paolo Bonzini |
2012-07-17 | build: fix build breakage due to bad merge | Anthony Liguori |
2012-07-17 | build: add make dist target (v2) | Anthony Liguori |
2012-07-13 | make: Remove 'build-all' rule | Stefan Weil |
2012-07-09 | Merge remote-tracking branch 'mjt/mjt-iov2' into staging | Anthony Liguori |
2012-06-26 | Merge remote-tracking branch 'stefanha/trivial-patches' into staging | Anthony Liguori |
2012-06-24 | PPC: e500: dt: start with empty device tree | Alexander Graf |
2012-06-22 | Makefile: Remove macro qapi-dir | Stefan Weil |
2012-06-22 | Makefile: Remove BUILD_DIR from qapi-dir | Stefan Weil |
2012-06-22 | Install 'bepo' keymap already included in Qemu source | Frédéric Boiteux |
2012-06-21 | libcacard: build fixes | Blue Swirl |
2012-06-19 | make: automatically include dependencies in recursive subdir rules (v2) | Anthony Liguori |
2012-06-15 | build: install qmp-commands.txt | Bruce Rogers |
2012-06-11 | consolidate qemu_iovec_memset{,_skip}() into single function and use existing... | Michael Tokarev |