]> git.proxmox.com Git - qemu.git/shortlog
qemu.git
2013-03-26 Orit WassermanAdd socket_writev_buffer function
2013-03-26 Orit WassermanAdd QemuFileWritevBuffer QemuFileOps
2013-03-26 Peter Lievenmigration: use XBZRLE only after bulk stage
2013-03-26 Peter Lievenmigration: do not search dirty pages in bulk stage
2013-03-26 Peter Lievenmigration: do not sent zero pages in bulk stage
2013-03-26 Peter Lievenmigration: add an indicator for bulk state of ram migration
2013-03-26 Peter Lievenmigration: search for zero instead of dup pages
2013-03-26 Peter Lievenbitops: unroll while loop in find_next_bit()
2013-03-26 Peter Lievenbuffer_is_zero: use vector optimizations if possible
2013-03-26 Peter Lievencutils: add a function to find non-zero content in...
2013-03-26 Peter Lievenmove vector definitions to qemu-common.h
2013-03-26 David Gibsonsavevm: Fix bugs in the VMSTATE_VBUFFER_MULTIPLY definition
2013-03-26 David Gibsonsavevm: Add VMSTATE_STRUCT_VARRAY_POINTER_UINT32
2013-03-26 David Gibsonsavevm: Add VMSTATE_FLOAT64 helpers
2013-03-26 David Gibsonsavevm: Add VMSTATE_UINTTL_EQUAL helper
2013-03-26 David Gibsonsavevm: Add VMSTATE_UINT64_EQUAL helpers
2013-03-26 Juan Quintelamigration: Improve QMP documentation
2013-03-25 Anthony LiguoriMerge remote-tracking branch 'stefanha/net' into staging
2013-03-25 Anthony LiguoriMerge remote-tracking branch 'stefanha/block' into...
2013-03-25 Anthony LiguoriMerge remote-tracking branch 'kraxel/ipxe.3' into staging
2013-03-25 Anthony Liguoriglib: add a compatibility interface for g_timeout_add_s...
2013-03-25 Jan Kiszkagtk: Release modifier when graphic console loses keyboa...
2013-03-25 Scott Feldmannet: increase buffer size to accommodate Jumbo frame...
2013-03-25 Dmitry FleytmanVMXNET3 device implementation
2013-03-25 Dmitry FleytmanPacket abstraction for VMWARE network devices
2013-03-25 Dmitry FleytmanCommon definitions for VMWARE devices
2013-03-25 Dmitry Fleytmannet: iovec checksum calculator
2013-03-25 Dmitry FleytmanChecksum-related utility functions
2013-03-25 Stefan Hajnoczinet: use socket_set_nodelay() for -netdev socket
2013-03-25 Stefan Weilblock: Add options QDict to bdrv_file_open() prototypes...
2013-03-25 Liu Yuanrbd: fix compile error
2013-03-25 Gerd Hoffmannipxe: update binaries
2013-03-25 Gerd Hoffmannipxe: disable two second timeout
2013-03-24 Anthony GreenRemove device_tree.o from hw/moxie/Makefile.objs.
2013-03-23 Richard Hendersontcg-optimize: Fold sub r,0,x to neg r,x
2013-03-23 Richard Hendersontarget-i386: Don't modify env->eflags around cpu_dump_state
2013-03-23 Richard Hendersontarget-i386: Fix flags computation for ADOX
2013-03-23 Anthony GreenAdd top level changes for moxie
2013-03-23 Anthony GreenAdd sample moxie system
2013-03-23 Anthony GreenAdd moxie disassembler
2013-03-23 Anthony GreenAdd moxie target code
2013-03-23 Blue SwirlMerge branch 'for-upstream' of git://github.com/mwalle...
2013-03-22 Aurelien JarnoMerge branch 'ppc-for-upstream' of git://github.com...
2013-03-22 Yeongkyoon Leetcg: Fix occasional TCG broken problem when ldst optimi...
2013-03-22 Anthony LiguoriMerge remote-tracking branch 'kwolf/for-anthony' into...
2013-03-22 Anthony LiguoriMerge remote-tracking branch 'stefanha/trivial-patches...
2013-03-22 Anthony LiguoriMerge remote-tracking branch 'cohuck/virtio-ccw-upstr...
2013-03-22 Kevin Wolfnbd: Check against invalid option combinations
2013-03-22 Kevin Wolfnbd: Use default port if only host is specified
2013-03-22 Kevin Wolfblock: Allow omitting the file name when using driver...
2013-03-22 Kevin Wolfblock: Make find_image_format safe with NULL filename
2013-03-22 Kevin Wolfblock: Rename variable to avoid shadowing
2013-03-22 Kevin Wolfblock: Introduce .bdrv_parse_filename callback
2013-03-22 Kevin Wolfnbd: Accept -drive options for the network connection
2013-03-22 Kevin Wolfnbd: Remove unused functions
2013-03-22 Kevin Wolfnbd: Keep hostname and port separate
2013-03-22 Kevin Wolfqemu-socket: Make socket_optslist public
2013-03-22 Kevin Wolfblock: Pass bdrv_file_open() options to block drivers
2013-03-22 Kevin Wolfblock: Add options QDict to bdrv_file_open() prototypes
2013-03-22 Peter Lievenblock: complete all IOs before resizing a device
2013-03-22 Peter LievenRevert "block: complete all IOs before .bdrv_truncate"
2013-03-22 liguangqdev: remove redundant abort()
2013-03-22 liguanggitignore: ignore more files
2013-03-22 陳韋任 (Wei-Ren... Use proper term in TCG README
2013-03-22 Richard Hendersontarget-ppc: Use NARROW_MODE macro for tlbie
2013-03-22 Richard Hendersontarget-ppc: Use NARROW_MODE macro for addresses
2013-03-22 Richard Hendersontarget-ppc: Use NARROW_MODE macro for comparisons
2013-03-22 Richard Hendersontarget-ppc: Use NARROW_MODE macro for branches
2013-03-22 Richard Hendersontarget-ppc: Fix add and subf carry generation in narrow...
2013-03-22 David Gibsontarget-ppc: Use QOM method dispatch for MMU fault handling
2013-03-22 David Gibsontarget-ppc: Move ppc tlb_fill implementation into mmu_h...
2013-03-22 David Gibsontarget-ppc: Split user only code out of mmu_helper.c
2013-03-22 David Gibsonmmu-hash64: Implement Virtual Page Class Key Protection
2013-03-22 David Gibsonmmu-hash*: Merge translate and fault handling functions
2013-03-22 David Gibsonmmu-hash*: Don't use full ppc_hash{32, 64}_translate...
2013-03-22 David Gibsonmmu-hash*: Correctly mask RPN from hash PTE
2013-03-22 David Gibsonmmu-hash*: Clean up real address calculation
2013-03-22 David Gibsonmmu-hash*: Clean up PTE flags update
2013-03-22 David Gibsonmmu-hash64: Factor SLB N bit into permissions bits
2013-03-22 David Gibsonmmu-hash*: Clean up permission checking
2013-03-22 David Gibsonmmu-hash32: Remove nx from context structure
2013-03-22 David Gibsonmmu-hash*: Don't update PTE flags when permission is...
2013-03-22 David Gibsonmmu-hash32: Don't look up page tables on BAT permission...
2013-03-22 David Gibsonmmu-hash32: Cleanup BAT lookup
2013-03-22 David Gibsonmmu-hash32: Clean up BAT matching logic
2013-03-22 David Gibsonmmu-hash32: Split BAT size logic from permissions logic
2013-03-22 David Gibsonmmu-hash32: Remove odd pointer usage from BAT code
2013-03-22 David Gibsonmmu-hash*: Fold pte_check*() logic into caller
2013-03-22 David Gibsonmmu-hash64: Clean up ppc_hash64_htab_lookup()
2013-03-22 David Gibsonmmu-hash*: Remove permission checking from find_pte...
2013-03-22 David Gibsonmmu-hash*: Make find_pte{32, 64} do more of the job...
2013-03-22 David Gibsonmmu-hash*: Separate PTEG searching from permissions...
2013-03-22 David Gibsonmmu-hash*: Don't keep looking for PTEs after we find...
2013-03-22 David Gibsonmmu-hash*: Cleanup segment-level NX check
2013-03-22 David Gibsonmmu-hash32: Split direct store segment handling into...
2013-03-22 David Gibsonmmu-hash32: Split out handling of direct store segments
2013-03-22 David Gibsonmmu-hash*: Combine ppc_hash{32, 64}_get_physical_addres...
2013-03-22 David Gibsonmmu-hash*: Remove eaddr field from mmu_ctx_hash{32...
2013-03-22 David Gibsonmmu-hash64: Remove nx from mmu_ctx_hash64
2013-03-22 David Gibsonmmu-hash*: Reduce use of access_type
next