]> git.proxmox.com Git - qemu.git/shortlog
qemu.git
2012-10-08 Alex Williamsonvfio-pci: Extend reset
2012-10-08 Alex Williamsonvfio-pci: Remove setting of MSI qsize
2012-10-08 Alex Williamsonvfio-pci: Use uintptr_t for void* cast
2012-10-08 Alex Williamsonvfio-pci: Don't peak at msi_supported
2012-10-08 Alex Williamsonvfio-pci: Roll the header into the .c file
2012-10-08 Alex Williamsonvfio-pci: No spurious MSIs
2012-10-08 Alex Williamsonvfio-pci: Rework MSIX setup/teardown
2012-10-08 Alex Williamsonvfio-pci: Unmap and retry DMA mapping
2012-10-08 Alex Williamsonvfio-pci: Re-order map/unmap
2012-10-08 Alex Williamsonvfio-pci: Update slow path INTx algorithm
2012-10-07 Blue SwirlMerge branch 'master' of git.qemu.org:/pub/git/qemu
2012-10-07 Aurelien Jarnoqemu-barrier: Fix compilation on i386 hosts
2012-10-07 Richard Hendersontarget-sparc: Optimize conditionals using SUBCC
2012-10-07 Richard Hendersontarget-sparc: Fall through from not-taken trap
2012-10-07 Richard Hendersontarget-sparc: Cleanup "global" temporary allocation
2012-10-07 Richard Hendersontarget-sparc: Use movcond for FMOV*R
2012-10-07 Richard Hendersontarget-sparc: Use movcond in mulscc
2012-10-07 Richard Hendersontarget-sparc: Move taddcctv and tsubcctv out of line
2012-10-07 Richard Hendersontarget-sparc: Tidy Tcc
2012-10-07 Richard Hendersontarget-sparc: Move sdivx and udivx out of line
2012-10-07 Richard Hendersontarget-sparc: Use movcond in gen_generic_branch
2012-10-07 Richard Hendersontarget-sparc: Use DisasCompare and movcond in MOVR
2012-10-07 Richard Hendersontarget-sparc: Use DisasCompare and movcond in MOVCC
2012-10-07 Richard Hendersontarget-sparc: Use DisasCompare and movcond in FMOVR...
2012-10-07 Richard Hendersontarget-sparc: Use DisasCompare in Tcc
2012-10-07 Richard Hendersontarget-sparc: Introduce DisasCompare and functions...
2012-10-07 Richard Hendersontarget-sparc: Tidy gen_generic_branch interface
2012-10-07 Richard Hendersontarget-sparc: Tidy save_npc interface
2012-10-07 Richard Hendersontarget-sparc: Tidy gen_mov_pc_npc interface
2012-10-07 Richard Hendersontarget-sparc: Tidy save_state interface
2012-10-07 Richard Hendersontarget-sparc: Tidy gen_trap_ifnofpu interface
2012-10-07 Richard Hendersontarget-sparc: Tidy flush_cond interface
2012-10-07 Richard Hendersontarget-sparc: Tidy do_branch interfaces
2012-10-07 Richard Hendersontarget-sparc: Make CPU_LOG_INT useful by default
2012-10-07 Richard Hendersontarget-sparc: Tidy cpu_dump_state
2012-10-07 Stefan Weiltcg: Remove redundant pointer from TCGContext
2012-10-06 Aurelien JarnoMerge branch 'target-arm.for-upstream' of git://git...
2012-10-06 Aurelien JarnoMerge branch 'trivial-patches' of git://github.com...
2012-10-06 Aurelien JarnoMerge branch 'ppc-for-upstream' of git://repo.or.cz...
2012-10-06 Stefan Weilqemu-barrier: Fix compilation on i386 hosts
2012-10-06 Richard Hendersontcg: Add tcg_high_cond
2012-10-06 Richard Hendersontcg: Add TCG_COND_NEVER, TCG_COND_ALWAYS
2012-10-06 Richard Hendersontcg: Add is_unsigned_cond
2012-10-06 Aurelien Jarnovga: cleanup after isa_vga_init() and pci_vga_init...
2012-10-06 Aurelien Jarnomips/r4k: use the new is_vga_init() function
2012-10-06 Aurelien Jarnopc: use the new pci_vga_init() and isa_vga_init() functions
2012-10-06 Aurelien Jarnosun/sun4u: use the new pci_vga_init() function
2012-10-06 Aurelien Jarnoppc/pSeries: use the new pci_vga_init() function
2012-10-06 Aurelien Jarnoppc/prep: use the new pci_vga_init() function
2012-10-06 Aurelien Jarnoppc/oldworld: use the new pci_vga_init() function
2012-10-06 Aurelien Jarnoppc/newworld: use the new pci_vga_init() function
2012-10-06 Aurelien Jarnoalpha: use the new pci_vga_init() function
2012-10-06 Aurelien Jarnomips/malta: use the new pci_vga_init() function
2012-10-06 Aurelien Jarnoisa: add a isa_vga_init() function
2012-10-06 Aurelien Jarnopci: add a pci_vga_init() function
2012-10-06 Aurelien Jarnovl.c: default to std if cirrus is not available
2012-10-06 Aurelien Jarnovl.c: check for qxl availability
2012-10-06 Aurelien Jarnovl.c: convert *vga_enabled functions to QOM
2012-10-06 Aurelien Jarnovga: rename isa_vga_init() to isa_std_vga_init()
2012-10-06 Aurelien Jarnovga: rename pci_vga_init() into pci_std_vga_init()
2012-10-06 Aurelien Jarnotcg: remove obsolete jmp op
2012-10-06 Aurelien Jarnotarget-xtensa: de-optimize EXTUI
2012-10-05 Stefan WeilRemove libhw
2012-10-05 Peter Maydelltarget-arm: Drop unused DECODE_CPREG_CRN macro
2012-10-05 Aurelien Jarnotarget-arm: use deposit instead of hardcoded version
2012-10-05 Aurelien Jarnotarget-arm: mark a few integer helpers const and pure
2012-10-05 Aurelien Jarnotarget-arm: convert sar, shl and shr helpers to TCG
2012-10-05 Aurelien Jarnotarget-arm: convert add_cc and sub_cc helpers to TCG
2012-10-05 Aurelien Jarnotarget-arm: use globals for CC flags
2012-10-05 Peter Maydelltarget-arm: Reinstate display of VFP registers in cpu_d...
2012-10-05 Peter Maydellcpu_dump_state: move DUMP_FPU and DUMP_CCOP flags from...
2012-10-05 Stefan Weilversatilepb: Use symbolic indices for ARM PIC
2012-10-05 Eduardo Habkostqdev: kill bogus comment
2012-10-05 Stefan Weilqemu-barrier: Fix compiler version check for future...
2012-10-05 Stefan Weilhw: Add missing 'static' attribute for QEMUMachine
2012-10-05 Amos Kongcleanup useless return sentence
2012-10-05 Paolo Bonzinirtc: implement century byte
2012-10-05 Paolo Bonzinirtc: map CMOS index 0x37 to 0x32 on read and writes
2012-10-05 Paolo Bonzinirtc: fix overflow in mktimegm
2012-10-05 Paolo Bonziniqtest: implement QTEST_STOP
2012-10-05 Stefan Weilqemu-barrier: Fix compiler version check for future...
2012-10-05 Jim Meyeringdoc: update HACKING wrt strncpy/pstrcpy
2012-10-05 Jim Meyeringhw/r2d: add comment: this strncpy use is ok
2012-10-05 Jim Meyeringqcow2: mark this file's sole strncpy use as justified
2012-10-05 Jim Meyeringacpi: remove strzcpy (strncpy-identical) function;...
2012-10-05 Jim Meyeringlibcacard/vcard_emul_nss: use pstrcpy in place of strncpy
2012-10-05 Jim Meyeringqemu-ga: prefer pstrcpy: consistently NUL-terminate...
2012-10-05 Jim Meyeringvscsi: avoid unwarranted strncpy
2012-10-05 Jim Meyeringvirtio-9p: avoid unwarranted uses of strncpy
2012-10-05 Jim Meyeringbt: replace fragile snprintf use and unwarranted strncpy
2012-10-05 Jim Meyeringui/vnc: simplify and avoid strncpy
2012-10-05 Jim Meyeringlinux-user: remove two unchecked uses of strdup
2012-10-05 Jim Meyeringppc: avoid buffer overrun: use pstrcpy, not strncpy
2012-10-05 Jim Meyeringos-posix: avoid buffer overrun
2012-10-05 Jim Meyeringlm32: avoid buffer overrun
2012-10-05 Jim Meyeringhw/9pfs: avoid buffer overrun
2012-10-05 Jim Meyeringvmdk: relative_path: use pstrcpy in place of strncpy
2012-10-05 Jim Meyeringsheepdog: avoid a few buffer overruns
2012-10-05 Jim Meyeringblock: avoid buffer overrun by using pstrcpy, not strncpy
2012-10-05 Jim Meyeringsparc: use g_strdup in place of unchecked strdup
next