Age | Commit message (Expand) | Author |
2013-03-25 | Common definitions for VMWARE devices | Dmitry Fleytman |
2013-03-25 | net: iovec checksum calculator | Dmitry Fleytman |
2013-03-25 | Checksum-related utility functions | Dmitry Fleytman |
2013-03-25 | net: use socket_set_nodelay() for -netdev socket | Stefan Hajnoczi |
2013-03-24 | Remove device_tree.o from hw/moxie/Makefile.objs. | Anthony Green |
2013-03-23 | tcg-optimize: Fold sub r,0,x to neg r,x | Richard Henderson |
2013-03-23 | target-i386: Don't modify env->eflags around cpu_dump_state | Richard Henderson |
2013-03-23 | target-i386: Fix flags computation for ADOX | Richard Henderson |
2013-03-23 | Add top level changes for moxie | Anthony Green |
2013-03-23 | Add sample moxie system | Anthony Green |
2013-03-23 | Add moxie disassembler | Anthony Green |
2013-03-23 | Add moxie target code | Anthony Green |
2013-03-23 | Merge branch 'for-upstream' of git://github.com/mwalle/qemu | Blue Swirl |
2013-03-22 | Merge branch 'ppc-for-upstream' of git://github.com/agraf/qemu | Aurelien Jarno |
2013-03-22 | tcg: Fix occasional TCG broken problem when ldst optimization enabled | Yeongkyoon Lee |
2013-03-22 | Merge remote-tracking branch 'kwolf/for-anthony' into staging | Anthony Liguori |
2013-03-22 | Merge remote-tracking branch 'stefanha/trivial-patches' into staging | Anthony Liguori |
2013-03-22 | Merge remote-tracking branch 'cohuck/virtio-ccw-upstr' into staging | Anthony Liguori |
2013-03-22 | nbd: Check against invalid option combinations | Kevin Wolf |
2013-03-22 | nbd: Use default port if only host is specified | Kevin Wolf |
2013-03-22 | block: Allow omitting the file name when using driver-specific options | Kevin Wolf |
2013-03-22 | block: Make find_image_format safe with NULL filename | Kevin Wolf |
2013-03-22 | block: Rename variable to avoid shadowing | Kevin Wolf |
2013-03-22 | block: Introduce .bdrv_parse_filename callback | Kevin Wolf |
2013-03-22 | nbd: Accept -drive options for the network connection | Kevin Wolf |
2013-03-22 | nbd: Remove unused functions | Kevin Wolf |
2013-03-22 | nbd: Keep hostname and port separate | Kevin Wolf |
2013-03-22 | qemu-socket: Make socket_optslist public | Kevin Wolf |
2013-03-22 | block: Pass bdrv_file_open() options to block drivers | Kevin Wolf |
2013-03-22 | block: Add options QDict to bdrv_file_open() prototypes | Kevin Wolf |
2013-03-22 | block: complete all IOs before resizing a device | Peter Lieven |
2013-03-22 | Revert "block: complete all IOs before .bdrv_truncate" | Peter Lieven |
2013-03-22 | qdev: remove redundant abort() | liguang |
2013-03-22 | gitignore: ignore more files | liguang |
2013-03-22 | Use proper term in TCG README | 陳韋任 (Wei-Ren Chen) |
2013-03-22 | target-ppc: Use NARROW_MODE macro for tlbie | Richard Henderson |
2013-03-22 | target-ppc: Use NARROW_MODE macro for addresses | Richard Henderson |
2013-03-22 | target-ppc: Use NARROW_MODE macro for comparisons | Richard Henderson |
2013-03-22 | target-ppc: Use NARROW_MODE macro for branches | Richard Henderson |
2013-03-22 | target-ppc: Fix add and subf carry generation in narrow mode | Richard Henderson |
2013-03-22 | target-ppc: Use QOM method dispatch for MMU fault handling | David Gibson |
2013-03-22 | target-ppc: Move ppc tlb_fill implementation into mmu_helper.c | David Gibson |
2013-03-22 | target-ppc: Split user only code out of mmu_helper.c | David Gibson |
2013-03-22 | mmu-hash64: Implement Virtual Page Class Key Protection | David Gibson |
2013-03-22 | mmu-hash*: Merge translate and fault handling functions | David Gibson |
2013-03-22 | mmu-hash*: Don't use full ppc_hash{32, 64}_translate() path for get_phys_page... | David Gibson |
2013-03-22 | mmu-hash*: Correctly mask RPN from hash PTE | David Gibson |
2013-03-22 | mmu-hash*: Clean up real address calculation | David Gibson |
2013-03-22 | mmu-hash*: Clean up PTE flags update | David Gibson |
2013-03-22 | mmu-hash64: Factor SLB N bit into permissions bits | David Gibson |