Age | Commit message (Expand) | Author |
2011-08-22 | char: rename qemu_chr_guest_close() -> qemu_chr_fe_close() | Anthony Liguori |
2011-08-22 | char: rename qemu_chr_guest_open() -> qemu_chr_fe_open() | Anthony Liguori |
2011-08-22 | char: rename qemu_chr_can_read() -> qemu_chr_be_can_read() | Anthony Liguori |
2011-08-22 | char: rename qemu_chr_read() -> qemu_chr_be_write() | Anthony Liguori |
2011-08-22 | char: rename qemu_chr_printf() -> qemu_chr_fe_printf() | Anthony Liguori |
2011-08-22 | char: rename qemu_chr_write() -> qemu_chr_fe_write() | Anthony Liguori |
2011-08-22 | tcg/ppc64: fix 16/32 mixup | malc |
2011-08-22 | Merge branch 'master' of git://git.qemu.org/qemu | malc |
2011-08-22 | tcg/ppc64: implement not_i32/64 and ext32u_i64 | malc |
2011-08-22 | tcg/ppc32: implement deposit_i32 | malc |
2011-08-21 | Merge remote-tracking branch 'pmaydell/armhw-for-upstream' into staging | Anthony Liguori |
2011-08-21 | guest agent: remove uneeded dependencies | Michael Roth |
2011-08-21 | guest agent: remove g_strcmp0 usage | Michael Roth |
2011-08-21 | memory: crack wide ioport accesses into smaller ones when needed | Avi Kivity |
2011-08-21 | memory: abstract cracking of write access ops into a function | Avi Kivity |
2011-08-21 | escc: replace DPRINTFs with tracepoints | Blue Swirl |
2011-08-21 | m48t59: avoid structure holes spotted by pahole | Blue Swirl |
2011-08-21 | escc: avoid structure holes spotted by pahole | Blue Swirl |
2011-08-21 | fdc: avoid structure holes spotted by pahole | Blue Swirl |
2011-08-21 | pcnet: avoid structure holes spotted by pahole | Blue Swirl |
2011-08-21 | esp: avoid structure holes spotted by pahole | Blue Swirl |
2011-08-21 | sun4m: avoid structure holes spotted by pahole | Blue Swirl |
2011-08-21 | tcx: avoid structure holes spotted by pahole | Blue Swirl |
2011-08-21 | sun4m_iommu: avoid structure holes spotted by pahole | Blue Swirl |
2011-08-21 | slavio_intctl: avoid structure holes spotted by pahole | Blue Swirl |
2011-08-21 | slavio_misc: avoid structure holes spotted by pahole | Blue Swirl |
2011-08-21 | slavio_timer: avoid structure holes spotted by pahole | Blue Swirl |
2011-08-21 | monitor: Prevent sign-extension of 32-bit addresses printed by info tlb | Austin Clements |
2011-08-21 | Merge branch 'queues/slirp' of git://git.kiszka.org/qemu | Blue Swirl |
2011-08-21 | tcg-ia64: Fix typos in AREG0 setup in prologue. | Richard Henderson |
2011-08-21 | tcg-hppa: Fix CPU_TEMP_BUF_NLONGS oversight. | Richard Henderson |
2011-08-21 | tcg: Constant fold neg, andc, orc, eqv, nand, nor. | Richard Henderson |
2011-08-21 | tcg: Always define all of the TCGOpcode enum members. | Richard Henderson |
2011-08-21 | tcg: Add and use TCG_OPF_64BIT. | Richard Henderson |
2011-08-21 | Check for presence of compiler -pthread flag. | Brad |
2011-08-21 | Convert last qemu_free and qemu_malloc uses | Blue Swirl |
2011-08-21 | monitor: Show combined protection bits in "info mem" | Austin Clements |
2011-08-21 | monitor: Fix "info mem" to print the last memory range | Austin Clements |
2011-08-21 | monitor: Prevent sign-extension of 32-bit addresses printed by info mem | Austin Clements |
2011-08-21 | w32: Fix format string regression | Stefan Weil |
2011-08-21 | w64: Add definition of FMT_pid | Stefan Weil |
2011-08-21 | Fix conversions from pointer to tcg_target_long | Stefan Weil |
2011-08-21 | Remove remenants of qemu_malloc | Anthony Liguori |
2011-08-21 | Update HACKING to refer to g_malloc instead of qemu_malloc | Anthony Liguori |
2011-08-20 | Add trace points for g_malloc/g_free functions | Anthony Liguori |
2011-08-20 | Remove qemu_malloc/qemu_free | Anthony Liguori |
2011-08-20 | Use glib memory allocation and free functions | Anthony Liguori |
2011-08-20 | Make glib mandatory and fixup utils appropriately | Anthony Liguori |
2011-08-21 | Reorder default ram_size initialization | Jan Kiszka |
2011-08-20 | scsi-disk: fix DPRINTF | Blue Swirl |