summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-08-22char: remove qemu_chr_send_event()Anthony Liguori
2011-08-22char: rename qemu_chr_get_msgfd() -> qemu_chr_fe_get_msgfd()Anthony Liguori
2011-08-22char: rename qemu_chr_close() -> qemu_chr_delete()Anthony Liguori
2011-08-22char: qemu_chr_open_opts() -> qemu_chr_new_from_opts()Anthony Liguori
2011-08-22char: rename qemu_chr_open() -> qemu_chr_new()Anthony Liguori
2011-08-22char: rename qemu_chr_set_echo() -> qemu_chr_fe_set_echo()Anthony Liguori
2011-08-22char: qemu_chr_ioctl() -> qemu_chr_fe_ioctl()Anthony Liguori
2011-08-22char: rename qemu_chr_guest_close() -> qemu_chr_fe_close()Anthony Liguori
2011-08-22char: rename qemu_chr_guest_open() -> qemu_chr_fe_open()Anthony Liguori
2011-08-22char: rename qemu_chr_can_read() -> qemu_chr_be_can_read()Anthony Liguori
2011-08-22char: rename qemu_chr_read() -> qemu_chr_be_write()Anthony Liguori
2011-08-22char: rename qemu_chr_printf() -> qemu_chr_fe_printf()Anthony Liguori
2011-08-22char: rename qemu_chr_write() -> qemu_chr_fe_write()Anthony Liguori
2011-08-22tcg/ppc64: fix 16/32 mixupmalc
2011-08-22Merge branch 'master' of git://git.qemu.org/qemumalc
2011-08-22tcg/ppc64: implement not_i32/64 and ext32u_i64malc
2011-08-22tcg/ppc32: implement deposit_i32malc
2011-08-21Merge remote-tracking branch 'pmaydell/armhw-for-upstream' into stagingAnthony Liguori
2011-08-21guest agent: remove uneeded dependenciesMichael Roth
2011-08-21guest agent: remove g_strcmp0 usageMichael Roth
2011-08-21memory: crack wide ioport accesses into smaller ones when neededAvi Kivity
2011-08-21memory: abstract cracking of write access ops into a functionAvi Kivity
2011-08-21escc: replace DPRINTFs with tracepointsBlue Swirl
2011-08-21m48t59: avoid structure holes spotted by paholeBlue Swirl
2011-08-21escc: avoid structure holes spotted by paholeBlue Swirl
2011-08-21fdc: avoid structure holes spotted by paholeBlue Swirl
2011-08-21pcnet: avoid structure holes spotted by paholeBlue Swirl
2011-08-21esp: avoid structure holes spotted by paholeBlue Swirl
2011-08-21sun4m: avoid structure holes spotted by paholeBlue Swirl
2011-08-21tcx: avoid structure holes spotted by paholeBlue Swirl
2011-08-21sun4m_iommu: avoid structure holes spotted by paholeBlue Swirl
2011-08-21slavio_intctl: avoid structure holes spotted by paholeBlue Swirl
2011-08-21slavio_misc: avoid structure holes spotted by paholeBlue Swirl
2011-08-21slavio_timer: avoid structure holes spotted by paholeBlue Swirl
2011-08-21monitor: Prevent sign-extension of 32-bit addresses printed by info tlbAustin Clements
2011-08-21Merge branch 'queues/slirp' of git://git.kiszka.org/qemuBlue Swirl
2011-08-21tcg-ia64: Fix typos in AREG0 setup in prologue.Richard Henderson
2011-08-21tcg-hppa: Fix CPU_TEMP_BUF_NLONGS oversight.Richard Henderson
2011-08-21tcg: Constant fold neg, andc, orc, eqv, nand, nor.Richard Henderson
2011-08-21tcg: Always define all of the TCGOpcode enum members.Richard Henderson
2011-08-21tcg: Add and use TCG_OPF_64BIT.Richard Henderson
2011-08-21Check for presence of compiler -pthread flag.Brad
2011-08-21Convert last qemu_free and qemu_malloc usesBlue Swirl
2011-08-21monitor: Show combined protection bits in "info mem"Austin Clements
2011-08-21monitor: Fix "info mem" to print the last memory rangeAustin Clements
2011-08-21monitor: Prevent sign-extension of 32-bit addresses printed by info memAustin Clements
2011-08-21w32: Fix format string regressionStefan Weil
2011-08-21w64: Add definition of FMT_pidStefan Weil
2011-08-21Fix conversions from pointer to tcg_target_longStefan Weil
2011-08-21Remove remenants of qemu_mallocAnthony Liguori