sdk/emulator/qemu.git
2012-10-04 David Gibsonpseries: Fix semantics of RTAS int-on, int-off and...
2012-10-04 David Gibsonpseries: Rework implementation of TCE bypass
2012-10-04 David Gibsonpseries: Remove never used flags field from spapr vio...
2012-10-04 David Gibsonpseries: Remove XICS irq type enum type
2012-10-04 David Gibsonpseries: Remove C bitfields from xics code
2012-10-04 David Gibsonpseries: Small cleanup to H_CEDE implementation
2012-10-04 David Gibsonpseries: Fix XICS reset
2012-10-04 David Gibsonpseries: Reset emulated PCI TCE tables on system reset
2012-10-04 David Gibsonpseries: Clear TCE and signal state when resetting...
2012-10-04 David Gibsonpseries: Add support for new KVM hash table control...
2012-10-04 David Gibsonpseries: Use new method to correct reset sequence
2012-10-04 David Gibsonpseries: Fix and cleanup CPU initialization and reset
2012-10-04 David Gibsonppc: Make kvm_arch_put_registers() put *all* the registers
2012-10-04 Aurelien Jarnotarget-ppc: get rid of the HANDLE_NAN{1, 2, 3} macros
2012-10-04 Aurelien Jarnotarget-ppc: use the softfloat float32_muladd function
2012-10-04 Aurelien Jarnotarget-ppc: use the softfloat min/max functions
2012-10-04 Aurelien Jarnotarget-ppc: simplify NaN propagation for vector functions
2012-10-04 Andreas FärberMAINTAINERS: Document virtex_ml507 machine
2012-10-04 Andreas FärberMAINTAINERS: Document Bamboo machine and ppc4xx devices
2012-10-04 Andreas FärberMAINTAINERS: Downgrade ppc405 to Odd Fixes
2012-10-04 Andreas FärberMAINTAINERS: Document e500 machines and devices
2012-10-04 Andreas FärberMAINTAINERS: Document sPAPR (pSeries) machine
2012-10-01 Peter Maydellfpu/softfloat.c: Return correctly signed values from...
2012-10-01 Peter Maydellfpu/softfloat.c: Remove pointless shift of always-zero...
2012-10-01 Anthony Liguorivfio_pci: fix build on 32-bit systems
2012-10-01 Alex Williamsonvfio: Enable vfio-pci and mark supported
2012-10-01 Alex Williamsonvfio: vfio-pci device assignment driver
2012-10-01 Alex WilliamsonUpdate Linux kernel headers
2012-10-01 Alex WilliamsonUpdate kernel header script to include vfio
2012-10-01 H. Peter Anvinx86: Implement SMEP and SMAP
2012-09-30 Eduardo Habkosti386: -cpu help: remove reference to specific CPUID...
2012-09-30 Eduardo Habkosti386: cpu: eliminate duplicate feature names
2012-09-30 Eduardo Habkosti386: cpu: replace EXT2_FEATURE_MASK with CPUID_EXT2_AM...
2012-09-30 Eduardo Habkosti386: kvm: use a #define for the set of alias feature...
2012-09-30 Eduardo Habkosti386: kvm: bit 10 of CPUID[8000_0001].EDX is reserved
2012-09-27 Aurelien JarnoMerge branch 'arm-devs.for-upstream' of git://git.linar...
2012-09-27 Richard Hendersontarget-s390x: Tidy cpu_dump_state
2012-09-27 Richard Hendersontarget-s390x: Avoid double CPU_LOG_TB_CPU
2012-09-27 Richard Hendersontarget-s390x: Use CPU_LOG_INT
2012-09-27 Richard Hendersontarget-unicore32: Call tcg_gen_debug_insn_start
2012-09-27 Richard Hendersontarget-s390x: Call tcg_gen_debug_insn_start
2012-09-27 Richard Hendersontarget-m68k: Call tcg_gen_debug_insn_start
2012-09-27 Richard HendersonEmit debug_insn for CPU_LOG_TB_OP_OPT as well.
2012-09-27 Stefan Weiltci: Fix for AREG0 free mode
2012-09-26 Francesco LavraVersatile Express: Add modelling of NOR flash
2012-09-26 Francesco LavraVersatile Express: Fix NOR flash 0 address and remove...
2012-09-26 Meador Ingehw/armv7m_nvic: Correctly register GIC region when...
2012-09-26 Brendan Fennellpl190: fix read of VECTADDR
2012-09-26 Amos Kongadd a boot parameter to set reboot timeout
2012-09-26 Orit WassermanClear handler only for valid fd
2012-09-26 Orit WassermanFix address handling in inet_nonblocking_connect
2012-09-26 Orit WassermanSeparate inet_connect into inet_connect (blocking)...
2012-09-26 Michael S.... Refactor inet_connect_opts function
2012-09-25 Stefan Weilconfigure: Allow builds without any system or user...
2012-09-25 Gerd Hoffmannivshmem: add 64bit option
2012-09-25 Gerd Hoffmanncompat: turn off msi/msix on xhci for old machine types
2012-09-25 Gerd Hoffmannadd pc-1.3 machine type
2012-09-25 Igor MammedovCleanup unused global var qemu_system_powerdown
2012-09-25 Igor Mammedovtarget-sparc: use notifier for signaling guest system_p...
2012-09-25 Igor Mammedovtarget-arm: use notifier for signaling guest system_pow...
2012-09-25 Igor Mammedovacpi: use notifier for signaling guest system_powerdown...
2012-09-25 Igor MammedovIntroduce powerdown_notifiers
2012-09-25 Anthony LiguoriMerge remote-tracking branch 'origin/master' into staging
2012-09-25 Aurelien Jarnotcg/i386: fix build with -march < i686
2012-09-25 Richard Hendersontcg: Streamline movcond_i64 using movcond_i32
2012-09-25 Richard Hendersontcg: Streamline movcond_i64 using 32-bit arithmetic
2012-09-25 Richard Hendersontcg: Sanity check goto_tb input
2012-09-25 Richard Hendersontcg: Sanity check deposit inputs
2012-09-25 Richard Hendersontcg: Add tcg_debug_assert
2012-09-25 Richard Hendersontcg: Implement concat*_i64 with deposit_i64
2012-09-25 Richard Hendersontcg: Emit XORI as NOT for appropriate constants
2012-09-25 Richard Hendersontcg: Optimize initial inputs for ori_i64
2012-09-25 Richard Hendersontcg: Emit ANDI as EXTU for appropriate constants
2012-09-25 Richard Hendersontcg: Adjust descriptions of *cond opcodes
2012-09-25 Aurelien Jarnotcg/mips: fix MIPS32(R2) detection
2012-09-25 Anthony LiguoriMerge remote-tracking branch 'kwolf/for-anthony' into...
2012-09-25 Anthony LiguoriMerge remote-tracking branch 'stefanha/trivial-patches...
2012-09-25 Anthony LiguoriMerge remote-tracking branch 'afaerber/qom-cpu' into...
2012-09-25 Anthony LiguoriMerge remote-tracking branch 'bonzini/scsi-next' into...
2012-09-25 Anthony LiguoriMerge remote-tracking branch 'bonzini/nbd-next' into...
2012-09-24 Jeff Codyblock: remove keep_read_only flag from BlockDriverState...
2012-09-24 Jeff Codyblock: convert bdrv_commit() to use bdrv_reopen()
2012-09-24 Jeff Codyblock: vpc image file reopen
2012-09-24 Jeff Codyblock: vdi image file reopen
2012-09-24 Jeff Codyblock: vmdk image file reopen
2012-09-24 Jeff Codyblock: qcow image file reopen
2012-09-24 Jeff Codyblock: qcow2 image file reopen
2012-09-24 Jeff Codyblock: qed image file reopen
2012-09-24 Jeff Codyblock: raw image file reopen
2012-09-24 Jeff Codyblock: raw-posix image file reopen
2012-09-24 Jeff Codyblock: purge s->aligned_buf and s->aligned_buf_size...
2012-09-24 Jeff Codyblock: use BDRV_O_NOCACHE instead of s->aligned_buf...
2012-09-24 Jeff Codyblock: do not parse BDRV_O_CACHE_WB in block drivers
2012-09-24 Jeff Codyblock: move open flag parsing in raw block drivers...
2012-09-24 Jeff Codyblock: move aio initialization into a helper function
2012-09-24 Jeff Codyblock: Framework for reopening files safely
2012-09-24 Jeff Codyblock: make bdrv_set_enable_write_cache() modify open_flags
2012-09-24 Jeff Codyblock: correctly set the keep_read_only flag
2012-09-24 Kevin Shanahanblockdev: preserve readonly and snapshot states across...
2012-09-23 Stefan Weilw32: Add implementation of gmtime_r, localtime_r
next