]> git.proxmox.com Git - qemu.git/shortlog
qemu.git
2012-06-26 Anthony LiguoriMerge remote-tracking branch 'kraxel/usb.54' into staging
2012-06-24 Stefan Weiltarget-ppc: Fix 2nd parameter for tcg_gen_shri_tl
2012-06-24 Stefan Weiltarget-ppc: Fix build with --enable-debug
2012-06-24 Scott Woodtci: don't write zero for reloc in tci_out_label
2012-06-24 Stefan Weilmake: Fix dependencies for fpu/*.c and tcg/*.c
2012-06-24 Stefan Weilqemu-log: Add GCC format attribute
2012-06-24 Blue SwirlMerge branch 'ppc-for-upstream' of git://repo.or.cz...
2012-06-24 Blue SwirlMerge branch 'target-arm.for-upstream' of git://git...
2012-06-24 Blue SwirlMerge branch 's390-for-upstream' of git://repo.or.cz...
2012-06-24 Blue SwirlMerge branch 'arm-devs.for-upstream' of git://git.linar...
2012-06-23 Alexander GrafPPC: BookE206: Bump MAS2 to 64bit
2012-06-23 Alexander GrafPPC: BookE: Support 32 and 64 bit wide MAS2
2012-06-23 Alexander GrafPPC: Extract SPR dump generation into its own function
2012-06-23 Alexander GrafPPC: Add e5500 CPU target
2012-06-23 Alexander GrafPPC: BookE: Make ivpr selectable by CPU type
2012-06-23 Alexander GrafPPC: BookE: Implement EPR SPR
2012-06-23 Alexander GrafPPC: Add support for MSR_CM
2012-06-23 Alexander GrafPPC: Add some booke SPR defines
2012-06-23 Alexander GrafuImage: increase the gzip load size
2012-06-23 Alexander GrafPPC: e500: allow users to set the /compatible property...
2012-06-23 Alexander Grafdt: make setprop argument static
2012-06-23 Alexander GrafPPC: e500: Refactor serial dt generation
2012-06-23 Alexander Grafdt: Add global option to set phandle start offset
2012-06-23 Alexander GrafPPC: e500: Extend address/size of / to 64bit
2012-06-23 Alexander GrafPPC: e500: Define addresses as always 64bit
2012-06-23 Alexander GrafPPC: e500: Use new SOC dt format
2012-06-23 Alexander GrafPPC: e500: Use new MPIC dt format
2012-06-23 Alexander GrafRevert "dt: temporarily disable subtree creation failur...
2012-06-23 Alexander GrafPPC: e500: enable manual loading of dtb blob
2012-06-23 Alexander GrafPPC: e500: dt: use target_phys_addr_t for ramsize
2012-06-23 Alexander GrafPPC: e500: dt: use 64bit cell helper
2012-06-23 Alexander Grafdt: Add -machine dumpdtb option to dump the current dtb
2012-06-23 Alexander GrafPPC: e500: dt: start with empty device tree
2012-06-23 Alexander GrafPPC: e500: dt: create pci node dynamically
2012-06-23 Alexander GrafPPC: e500: dt: create global-utils node dynamically
2012-06-23 Alexander GrafPPC: e500: dt: create mpic node dynamically
2012-06-23 Alexander GrafPPC: e500: dt: create serial nodes dynamically
2012-06-23 Alexander GrafPPC: e500: dt: create /soc8544 node dynamically
2012-06-23 Alexander GrafPPC: e500: dt: create /chosen node dynamically
2012-06-23 Alexander GrafPPC: e500: dt: create / node dynamically
2012-06-23 Alexander GrafPPC: e500: dt: create /hypervisor node dynamically
2012-06-23 Alexander GrafPPC: e500: dt: create /cpus node dynamically
2012-06-23 Alexander GrafPPC: e500: dt: create memory node dynamically
2012-06-23 Alexander GrafPPC: e500: require libfdt
2012-06-23 Alexander Grafdt: add helper for 64bit cell adds
2012-06-23 Alexander Grafdt: add helper for phandle allocation
2012-06-23 Alexander Grafdt: add helper for empty dt creation
2012-06-23 Alexander Grafdt: add helper for phandle enumeration
2012-06-23 Alexander Grafdt: temporarily disable subtree creation failure check
2012-06-23 Alexander Grafdt: add helper for phandle references
2012-06-23 Alexander Grafdt: add helpers for multi-cell adds
2012-06-23 Alexander Grafdt: allow add_subnode to create root subnodes
2012-06-23 Kevin Wolfraw-posix: Fix build without is_allocated support
2012-06-23 Benjamin Herrenschmidtspapr: Add "memop" hypercall
2012-06-23 Benjamin Herrenschmidtspapr_vscsi: Error handling fixes
2012-06-23 Benjamin Herrenschmidtpseries: Correctly create ibm,segment-page-sizes property
2012-06-23 Benjamin Herrenschmidtppc64: Rudimentary Support for extra page sizes on...
2012-06-23 Fabien Chouteaubooke_206_tlbwe: Discard invalid bits in MAS2
2012-06-23 Fabien ChouteauAvoid segfault in cpu_dump_state
2012-06-23 Alexander GrafPPC: mpc8544ds: Span initial TLB entry over as much...
2012-06-23 Blue Swirlppc: Make hbrev table const
2012-06-23 Blue Swirlppc: Add missing break
2012-06-23 Blue Swirlppc: Move load and store helpers, switch to AREG0 free...
2012-06-23 Blue Swirlppc: Move misc helpers from helper.c to misc_helper.c
2012-06-23 Blue Swirlppc: Avoid AREG0 for misc helpers
2012-06-23 Blue Swirlppc: Split off misc helpers
2012-06-23 Blue Swirlppc: Avoid AREG0 for timebase helpers
2012-06-23 Blue Swirlppc: Split off timebase helpers
2012-06-23 Blue Swirlppc: Cleanup MMU merge
2012-06-23 Blue Swirlppc: Move MMU helpers from helper.c to mmu_helper.c
2012-06-23 Blue Swirlppc: Avoid a warning with the next patch
2012-06-23 Blue Swirlppc: Avoid AREG0 for MMU etc. helpers
2012-06-23 Blue Swirlppc: Split MMU etc. helpers from op_helper.c
2012-06-23 Blue Swirlppc: Avoid AREG0 for integer and vector helpers
2012-06-23 Blue Swirlppc: Split integer and vector ops
2012-06-23 Blue Swirlppc: Avoid AREG0 for FPU and SPE helpers
2012-06-23 Blue Swirlppc: Split FPU and SPE ops
2012-06-23 Blue Swirlppc: Move exception helpers from helper.c to excp_helper.c
2012-06-23 Blue Swirlppc: Fix coding style in helper.c
2012-06-23 Blue Swirlppc: Avoid AREG0 for exception helpers
2012-06-23 Blue Swirlppc: Split exception helpers
2012-06-23 Blue Swirlppc: Fix coding style in op_helper.c
2012-06-23 Alexander GrafTCG: Fix compile breakage in tcg_dump_ops
2012-06-21 Blue Swirllibcacard: build fixes
2012-06-21 Blue Swirlqtest: add a fuzz test to fdc-test
2012-06-21 Blue Swirlfdc: use LOG_UNIMP logging
2012-06-21 Blue Swirlqemu-log: use LOG_UNIMP for some target CPU cases
2012-06-21 Blue Swirlqemu-log: add log category for unimplemented functionality
2012-06-21 Blue Swirlqemu-log: cleanup
2012-06-21 Blue Swirlqemu-log: move logging to qemu-log.c
2012-06-21 Peter A. G... xilinx_timer: Fixed deadlock issue
2012-06-21 Peter A. G... xilinx_timer: Removed include of qemu-timer
2012-06-20 Gerd Hoffmannuhci: fix uhci_async_cancel_all
2012-06-20 Gerd Hoffmannusb-host: live migration support
2012-06-20 Gerd Hoffmannusb-host: attach only to running guest
2012-06-20 Gerd Hoffmannehci: tracing improvements
2012-06-20 Gerd Hoffmannusb: restore USBDevice->attached on vmload
2012-06-20 Gerd Hoffmannehci: add live migration support
2012-06-20 Peter Maydelltarget-arm: Remove ARM_CPUID_* macros
2012-06-20 Peter Maydelltarget-arm: Remove remaining old cp15 infrastructure
next