]> git.proxmox.com Git - qemu.git/shortlog
qemu.git
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
2012-10-05 Jim Meyeringscsi, pci, qdev, isa-bus, sysbus: don't let *_get_fw_de...
2012-10-05 Stefan Weilqemu-sockets: Fix compiler warning (regression for...
2012-10-05 Stefan Weilvnc: Fix spelling (hellmen -> hellman) in comment
2012-10-05 Stefan Weilslirp: Fix spelling in comment (enought -> enough,...
2012-10-05 Peter Maydelltcg/arm: Use tcg_out_mov_reg rather than inline equival...
2012-10-05 Stefan Weilcpu: Add missing 'static' attribute to qemu_global_mutex
2012-10-05 Stefan Weilconfigure: Support empty target list (--target-list=)
2012-10-05 Stefan Weilhw: Fix return value check for bdrv_read, bdrv_write
2012-10-05 Alexander GrafPPC: KVM: Fix BAT put
2012-10-05 Anthony LiguoriMerge remote-tracking branch 'sstabellini/xen-2012...
2012-10-05 Anthony LiguoriMerge remote-tracking branch 'kwolf/for-anthony' into...
2012-10-05 Anthony LiguoriMerge remote-tracking branch 'qmp/queue/qmp' into staging
2012-10-05 Anthony LiguoriMerge remote-tracking branch 'mst/tags/for_anthony...
2012-10-05 Anthony LiguoriMerge remote-tracking branch 'kraxel/usb.66' into staging
2012-10-05 Avi KivityMake target_phys_addr_t 64 bits unconditionally
2012-10-05 Alexander GrafPPC: e500: Only expose even TLB sizes in initial TLB
2012-10-05 David Gibsonppc/pseries: Reset VPA registration on CPU reset
2012-10-05 David Gibsonpseries: Don't test for MSR_PR for hypercalls under KVM
2012-10-05 Scott WoodPPC: e500: calculate initrd_base like dt_base
2012-10-05 Scott WoodPPC: e500: increase DTC_LOAD_PAD
2012-10-05 Alexander Grafdevice tree: simplify dumpdtb code
2012-10-05 Alexander Graffdt: move dumpdtb interpretation code to device_tree.c
2012-10-04 David Gibsontarget-ppc: Remove unused power_mode field from cpu...
2012-10-04 David Gibsonpseries: Set hash table size based on RAM size
2012-10-04 David Gibsonpseries: Remove unnecessary locking from PAPR hash...
2012-10-04 Stefan Weilppc405_uc: Fix buffer overflow
2012-10-04 David Gibsontarget-ppc: KVM: Fix some kernel version edge cases...
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
next