qemu.git
2013-04-16 Anthony LiguoriMerge remote-tracking branch 'afaerber/qom-cpu' into...
2013-04-16 Peter Crosthwaitem25p80: Add debug message for no bdrv
2013-04-16 Peter Crosthwaitem25p80.c: Multiple debug verbosity levels
2013-04-16 Peter Crosthwaitem25p80: Convert guest errors to LOG_GUEST_ERROR
2013-04-16 Peter Crosthwaitem25p80: Fix debug messages.
2013-04-16 Peter Crosthwaitestream: Remove app argument hack
2013-04-16 Peter Crosthwaitexilinx_axienet/dma: Implement rx path flow control
2013-04-16 Peter Crosthwaitestream: Add flow control API
2013-04-16 Peter Crosthwaitexilinx_axidma: Fix rx/tx halted bit.
2013-04-16 Peter Crosthwaitexilinx_axidma: Create Proxy object for stream
2013-04-16 Peter Crosthwaitexilinx_axienet: Create Proxy object for stream
2013-04-16 Peter Crosthwaitepetalogix_ml605_mmu: Attach ethernet to machine
2013-04-16 Peter Crosthwaitepetalogix_ml605_mmu: Fix machine node attachment
2013-04-16 Peter Crosthwaitexilinx_axidma: converted init->realize
2013-04-16 Peter Crosthwaitexilinx_axidma: Register reset properly
2013-04-16 Peter Crosthwaitexilinx_axidma: Defined and use type cast macro
2013-04-16 Peter Crosthwaitexilinx_axidma: typedef XilinxAXIDMA struct
2013-04-16 Peter Crosthwaitexilinx_axienet: converted init->realize
2013-04-16 Peter Crosthwaitexilinx_axienet: Register reset properly
2013-04-16 Peter Crosthwaitexilinx_axienet: Defined and use type cast macro
2013-04-16 Peter Crosthwaitexilinx_axienet: typedef XilinxAXIEnet struct
2013-04-16 Andreas Färbertarget-cris: Override do_interrupt for pre-v32 CPU...
2013-04-15 Igor Mammedovqdev: Set device's parent before calling realize()...
2013-04-15 Igor Mammedovcpu: Pass CPUState to *cpu_synchronize_post*()
2013-04-15 Igor Mammedovtarget-i386: Split out CPU creation and features parsing
2013-04-15 Eduardo Habkosttarget-i386/cpu.c: Coding style fixes
2013-04-15 Igor Mammedovioapic: Replace FROM_SYSBUS() with QOM type cast
2013-04-15 Igor Mammedovkvmvapic: Replace FROM_SYSBUS() with QOM type cast
2013-04-15 Igor Mammedovtarget-i386: Split APIC creation from initialization...
2013-04-15 Igor Mammedovtarget-i386: Consolidate error propagation in x86_cpu_r...
2013-04-15 Igor Mammedovqdev: Add qdev property for bool type
2013-04-15 Jan Kiszkatarget-i386: Improve -cpu ? features output
2013-04-15 Jan Kiszkatarget-i386: Fix including "host" in -cpu ? output
2013-04-15 KONRAD Fredericvirtio-balloon: fix dynamic properties.
2013-04-15 Anthony LiguoriMerge remote-tracking branch 'bonzini/hw-dirs' into...
2013-04-15 Edgar E. IglesiasAllow qtest to be used together with a virtual CPU
2013-04-15 Andreas Färberqdev: Fix QOM unrealize behavior
2013-04-15 Aurelien JarnoMerge branch 'tcg-ppc64' of git://github.com/rth7680...
2013-04-15 Daniel P. BerrangeAdd -f FMT / --format FMT arg to qemu-nbd
2013-04-15 Richard Hendersontcg-ppc64: Handle deposit of zero
2013-04-15 Richard Hendersontcg-ppc64: Implement mulu2/muls2_i64
2013-04-15 Richard Hendersontcg-ppc64: Implement add2/sub2_i64
2013-04-15 Richard Hendersontcg-ppc64: Use getauxval for ISA detection
2013-04-15 Richard Hendersontcg-ppc64: Implement movcond
2013-04-15 Richard Hendersontcg-ppc64: Use ISEL for setcond
2013-04-15 Richard Hendersontcg-ppc64: Use MFOCRF instead of MFCR
2013-04-15 Richard Hendersontcg-ppc64: Cleanup i32 constants to tcg_out_cmp
2013-04-15 Richard Hendersontcg-ppc64: Use TCGType throughout compares
2013-04-15 Richard Hendersontcg-ppc64: Use I constraint for mul
2013-04-15 Richard Hendersontcg-ppc64: Implement deposit
2013-04-15 Richard Hendersontcg-ppc64: Handle constant inputs for some compound...
2013-04-15 Richard Hendersontcg-ppc64: Implement compound logicals
2013-04-15 Richard Hendersontcg-ppc64: Implement bswap64
2013-04-15 Richard Hendersontcg-ppc64: Implement bswap16 and bswap32
2013-04-15 Richard Hendersontcg-ppc64: Implement rotates
2013-04-15 Richard Hendersontcg-ppc64: Streamline qemu_ld/st insn selection
2013-04-15 Richard Hendersontcg-ppc64: Use automatic implementation of ext32u_i64
2013-04-15 Richard Hendersontcg-ppc64: Improve and_i64 with constant
2013-04-15 Richard Hendersontcg-ppc64: Improve and_i32 with constant
2013-04-15 Richard Hendersontcg-ppc64: Tidy or and xor patterns.
2013-04-15 Richard Hendersontcg-ppc64: Allow constant first argument to sub
2013-04-15 Richard Hendersontcg-ppc64: Improve constant add and sub ops.
2013-04-15 Richard Hendersontcg-ppc64: Rearrange integer constant constraints
2013-04-15 Richard Hendersontcg-ppc64: Cleanup tcg_out_movi
2013-04-15 Richard Hendersontcg-ppc64: Fix setcond_i32
2013-04-15 Richard Hendersontcg-ppc64: Introduce and use TAI and SAI
2013-04-15 Richard Hendersontcg-ppc64: Introduce and use tcg_out_shri64
2013-04-15 Richard Hendersontcg-ppc64: Introduce and use tcg_out_shli64
2013-04-15 Richard Hendersontcg-ppc64: Introduce and use tcg_out_ext32u
2013-04-15 Richard Hendersontcg-ppc64: Introduce and use tcg_out_rlw
2013-04-15 Richard Hendersontcg-ppc64: Use TCGReg everywhere
2013-04-15 Richard Hendersondisas: Disassemble all ppc insns for the host
2013-04-15 Paolo Bonziniexec: remove useless declarations from memory-internal.h
2013-04-15 Paolo Bonzinimemory: move core typedefs to qemu/typedefs.h
2013-04-15 Paolo Bonziniinclude: avoid useless includes of exec/ headers
2013-04-15 Paolo Bonzinisysemu: avoid proliferation of include/ subdirectories
2013-04-15 Paolo Bonzinitpm: reorganize headers and split hardware part
2013-04-15 Paolo Bonziniqemu-char: another io_add_watch_poll fix
2013-04-15 KONRAD Fredericvirtio-serial: cleanup: remove qdev field.
2013-04-15 KONRAD Fredericvirtio-serial: cleanup: use QOM casts.
2013-04-15 KONRAD Fredericvirtio-serial: cleanup: init and exit functions.
2013-04-15 KONRAD Fredericvirtio-serial-ccw: switch to the new API.
2013-04-15 KONRAD Fredericvirtio-serial-s390: switch to the new API.
2013-04-15 KONRAD Fredericvirtio-serial-pci: switch to the new API.
2013-04-15 KONRAD Fredericvirtio-serial: add the virtio-serial device.
2013-04-15 KONRAD Fredericvirtio: fix broken aliases.
2013-04-15 Sander EikelenboomUpdate Makefile to actually install the new efi-enabled...
2013-04-15 Michael S.... acpi.h: make it self contained
2013-04-15 Petar Jovanovictarget-mips: fix mipsdsp_mul_q15_q15 and tests for...
2013-04-15 Peter Maydellfpu: Correct edgecase in float64_muladd
2013-04-15 Paolo Bonziniconfigure: fix TPM logic
2013-04-15 Michael S.... acpi.h: make it self contained
2013-04-15 Michael S.... acpi: move declarations from pc.h to acpi.h
2013-04-15 Stefan Weilhw: Add lost ARM core again
2013-04-15 Hu TaoFix failure to create q35 machine
2013-04-15 Jan KiszkaAdd linux-headers to QEMU_INCLUDES
2013-04-15 Peter Maydellarm: fix location of some include files
2013-04-15 Anthony LiguoriMerge remote-tracking branch 'stefanha/block' into...
2013-04-15 Anthony LiguoriMerge remote-tracking branch 'luiz/queue/qmp' into...
2013-04-15 Anthony LiguoriMerge remote-tracking branch 'quintela/migration.next...
next