]> git.proxmox.com Git - qemu.git/history - Makefile
pc: Fix e820 fw_cfg for big endian
[qemu.git] / Makefile
2010-11-16 Anthony LiguoriMerge remote branch 'spice/bugfix.2' into staging
2010-11-16 Daniel P. BerrangeAdd a DTrace tracing backend targetted for SystemTAP...
2010-11-16 Gerd HoffmannAdd new vgabios binaries to blobs list.
2010-11-01 Blue SwirlFix out of tree build
2010-11-01 Anthony LiguoriMerge remote branch 'spice/config.2' into staging
2010-11-01 Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2010-10-30 Jes SorensenMove QEMU OS dependant library functions to OS specific...
2010-10-27 Michael S. TsirkinMerge branch 'pci' into for_anthony
2010-10-27 Michael S. Tsirkinqemu-options.def: add to generated header list
2010-10-26 Anthony LiguoriMerge remote branch 'qmp/for-anthony' into staging
2010-10-26 Anthony LiguoriMerge remote branch 'kwolf/for-anthony' into staging
2010-10-23 Blue Swirlqemu-timer: move commonly used timer code to qemu-timer...
2010-10-22 Jan KiszkaFix test suite build with tracing enabled
2010-10-13 Blue Swirlppc: remove video.x
2010-10-11 Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2010-10-09 Blue Swirltrace: remove timestamp files when cleaning up
2010-10-05 Anthony LiguoriMerge remote branch 'spice/submit.6' into staging
2010-10-05 Anthony LiguoriMerge remote branch 'qmp/for-anthony' into staging
2010-10-02 Blue Swirltrace: avoid unnecessary recompilation if nothing changed
2010-10-02 Blue SwirlMakefile: fix config-devices.mak generation
2010-10-01 Luiz CapitulinoMonitor: Rename the qemu-monitor.hx file
2010-10-01 Luiz CapitulinoMonitor: Introduce the qmp-commands.hx file
2010-09-26 Blue Swirlmingw: add version information to the executables
2010-09-21 Anthony LiguoriMerge remote branch 'kwolf/for-anthony' into staging
2010-09-21 Andreas Färbertrace: Fix user emulator dependency on trace objects
2010-09-09 Stefan Hajnoczitrace: Add simple built-in tracing backend
2010-09-09 Stefan Hajnoczitrace: Add trace-events file for declaring trace events
2010-07-30 Aurelien JarnoMerge branch 'for-anthony' of git://repo.or.cz/qemu...
2010-07-26 Corentin Charyui: move all ui components in ui/
2010-07-11 Hidetoshi SetoMakefile: Not every shell support {}
2010-07-11 Hidetoshi SetoMakefile: add fsdev/*.{o,d} to clean
2010-07-06 Anthony LiguoriMerge remote branch 'qmp/for-anthony' into staging
2010-07-01 Hidetoshi SetoMakefile: add qemu-options.def to distclean
2010-06-10 Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2010-06-03 Anthony LiguoriMerge remote branch 'kwolf/for-anthony' into staging
2010-06-01 Corentin Charyvnc: add missing target for vnc-encodings-*.o
2010-06-01 Jan KiszkaQMP: Introduce commands documentation
2010-06-01 Anthony LiguoriMerge remote branch 'mst/for_anthony' into HEAD
2010-06-01 Jan KiszkaAdd dependency of JSON unit tests on config-host.h
2010-06-01 Corentin Charyvnc: add basic tight support
2010-05-24 Anthony LiguoriMerge remote branch 'kwolf/for-anthony' into staging
2010-05-24 Anthony LiguoriMerge remote branch 'qmp/for-anthony' into staging
2010-05-22 Stuart BradyFix tarbin Makefile rule
2010-05-18 Alexander Graftarget-s390: add firmware code
2010-05-03 Corentin Charyvnc: split encoding in specific files
2010-05-03 Anthony LiguoriMerge remote branch 'qemu-kvm/uq/master' into HEAD
2010-04-28 Amit Shahiov: Introduce a new file for helpers around iovs,...
2010-03-27 Markus Armbrustererror: Link qemu-img, qemu-nbd, qemu-io with qemu-error.o
2010-03-21 Blue SwirlCompile disassemblers only once
2010-03-17 Anthony LiguoriMerge remote branch 'markus/qerror' into staging
2010-03-13 Andre Przywarainstall: honor DESTDIR on sysconfdir population
2010-03-06 Stefan WeilDocumentation: Modify rule for html output (better...
2010-03-04 Stefan WeilMakefile: Fix names of GPXE ROM files
2010-02-27 Amit ShahFix 'make install' from non-srcdir build
2010-02-22 Anthony LiguoriMerge remote branch 'qemu-kvm/uq/master' into staging
2010-02-22 john cooperAdd cpu model configuration support..
2010-02-13 Blue SwirlMerge branch 'for_anthony' of git://git.kernel.org...
2010-02-10 Stefan WeilDocumentation: Add build support for documentation...
2010-02-03 Markus ArmbrusterQDict: New qdict_get_double()
2010-01-26 Juan QuintelaFix generation of config-host.h
2010-01-20 Anthony Liguorimake: qemu-img depends on config-host.h
2010-01-14 Stefan WeilMakefile: Fix message for missing configure
2010-01-08 Paolo Bonzinifinish VPATH -> vpath translation
2010-01-08 Blue SwirlMakefile: remove obsolete libuser.a rule
2010-01-08 Stefan WeilMakefile: Update unmodified config-devices.mak automati...
2010-01-08 Paolo BonziniUse vpath directive
2010-01-07 Andreas FärberDrop --whole-archive and static libraries
2009-12-17 Juergen LockFix a make -j race
2009-12-12 Luiz Capitulinoblock: Convert bdrv_info() to QObject
2009-12-12 Luiz CapitulinoQDict: Introduce qdict_get_qlist()
2009-12-12 Luiz CapitulinoQDict: Introduce qdict_get_qbool()
2009-12-12 Luiz CapitulinoMakefile: move QObject objs to their own entry
2009-12-03 Stefan WeilFix build for mingw32 on windows ($$ expansion)
2009-12-03 Mark McLoughlinnet: move parse_macaddr() to net/util.[ch]
2009-12-03 Mark McLoughlinnet: move dump backend code from net.c to net/dump.c
2009-12-03 Mark McLoughlinnet: move socket backend code from net.c to net/socket.c
2009-12-03 Mark McLoughlinnet: move vde code from net.c to net/vde.c
2009-12-03 Mark McLoughlinnet: move slirp code from net.c to net/slirp.c
2009-12-03 Luiz CapitulinoIntroduce QError
2009-12-02 Stefan WeilMakefile: Remove unneeded prerequisites
2009-11-24 Stefan WeilMakefile: Fix spelling
2009-11-22 Paul BrookDS1338 RTC
2009-11-22 Paul BrookMakefile dependencies for device configs
2009-11-17 Alexander GrafAdd linuxboot to BLOBS
2009-11-17 Anthony LiguoriAdd a unit test for JSON support
2009-11-17 Anthony LiguoriAdd a QObject JSON wrapper
2009-11-17 Anthony LiguoriAdd a JSON parser
2009-11-17 Anthony LiguoriAdd a JSON message boundary identifier
2009-11-17 Anthony LiguoriAdd a lexer for JSON
2009-11-17 Anthony LiguoriAdd a QBool type
2009-11-17 Anthony LiguoriAdd unit test for QFloat
2009-11-17 Anthony LiguoriAdd a QFloat datatype
2009-11-17 lirans@il.ibm.comBlock live migration
2009-11-14 Magnus Dammfix make clean targets
2009-11-12 Juan Quintelafix parallel build
2009-11-12 Stefan WeilMakefile: Fix definition of pxe-*.bin blobs
2009-11-12 Stefan WeilMakefile: Prettify logging
2009-11-09 Paolo BonziniMakefile: make qemu-io dependent on config-host.h
2009-11-09 Uri LublinMakefile: make qemu-img dependant on config-host.h
2009-10-30 Anthony LiguoriSwitch from etherboot to gPXE
next