aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-08-22arm_gic: convert to memory APIAvi Kivity4-56/+44
2011-08-22apic: convert to memory APIAvi Kivity1-15/+10
2011-08-22apb_pci: convert to memory APIAvi Kivity1-47/+37
2011-08-22pcnet: fix wrong opaque (broken by bd8d6f7cadb6ace98c779135217a4ed7b5fccc23)Hervé Poussineau1-2/+2
2011-08-22Improvements to libtool support.Brad4-10/+9
2011-08-22w32: Fix qemu_ftruncate64Stefan Weil1-2/+6
2011-08-22build: list libraries after objects, for proper linkageDiego Elio Pettenò1-2/+2
2011-08-22fix code formatRobert Wang1-3/+3
2011-08-22e1000: use MII status register for link up/downBjørn Mork2-2/+22
2011-08-22char: document the functions that will be the public interfaceAnthony Liguori1-7/+130
2011-08-22char: remove qemu_chr_send_event()Anthony Liguori4-39/+0
2011-08-22char: rename qemu_chr_get_msgfd() -> qemu_chr_fe_get_msgfd()Anthony Liguori4-4/+4
2011-08-22char: rename qemu_chr_close() -> qemu_chr_delete()Anthony Liguori6-8/+8
2011-08-22char: qemu_chr_open_opts() -> qemu_chr_new_from_opts()Anthony Liguori3-4/+4
2011-08-22char: rename qemu_chr_open() -> qemu_chr_new()Anthony Liguori10-18/+18
2011-08-22char: rename qemu_chr_set_echo() -> qemu_chr_fe_set_echo()Anthony Liguori3-4/+4
2011-08-22char: qemu_chr_ioctl() -> qemu_chr_fe_ioctl()Anthony Liguori7-29/+29
2011-08-22char: rename qemu_chr_guest_close() -> qemu_chr_fe_close()Anthony Liguori3-3/+3
2011-08-22char: rename qemu_chr_guest_open() -> qemu_chr_fe_open()Anthony Liguori3-3/+3
2011-08-22char: rename qemu_chr_can_read() -> qemu_chr_be_can_read()Anthony Liguori5-15/+15
2011-08-22char: rename qemu_chr_read() -> qemu_chr_be_write()Anthony Liguori7-18/+18
2011-08-22char: rename qemu_chr_printf() -> qemu_chr_fe_printf()Anthony Liguori3-13/+13
2011-08-22char: rename qemu_chr_write() -> qemu_chr_fe_write()Anthony Liguori28-34/+34
2011-08-22tcg/ppc64: fix 16/32 mixupmalc1-2/+2
2011-08-22Merge branch 'master' of git://git.qemu.org/qemumalc29-283/+594
2011-08-22tcg/ppc64: implement not_i32/64 and ext32u_i64malc2-3/+16
2011-08-22tcg/ppc32: implement deposit_i32malc2-1/+13
2011-08-21Merge remote-tracking branch 'pmaydell/armhw-for-upstream' into stagingAnthony Liguori9-136/+415
2011-08-21guest agent: remove uneeded dependenciesMichael Roth3-4/+16
2011-08-21guest agent: remove g_strcmp0 usageMichael Roth1-1/+1
2011-08-21memory: crack wide ioport accesses into smaller ones when neededAvi Kivity1-2/+9
2011-08-21memory: abstract cracking of write access ops into a functionAvi Kivity1-41/+68
2011-08-21escc: replace DPRINTFs with tracepointsBlue Swirl2-46/+29
2011-08-21m48t59: avoid structure holes spotted by paholeBlue Swirl1-4/+5
2011-08-21escc: avoid structure holes spotted by paholeBlue Swirl1-4/+5
2011-08-21fdc: avoid structure holes spotted by paholeBlue Swirl1-9/+9
2011-08-21pcnet: avoid structure holes spotted by paholeBlue Swirl1-2/+2
2011-08-21esp: avoid structure holes spotted by paholeBlue Swirl1-5/+6
2011-08-21sun4m: avoid structure holes spotted by paholeBlue Swirl1-10/+10
2011-08-21tcx: avoid structure holes spotted by paholeBlue Swirl1-2/+2
2011-08-21sun4m_iommu: avoid structure holes spotted by paholeBlue Swirl1-1/+1
2011-08-21slavio_intctl: avoid structure holes spotted by paholeBlue Swirl1-4/+4
2011-08-21slavio_misc: avoid structure holes spotted by paholeBlue Swirl1-1/+1
2011-08-21slavio_timer: avoid structure holes spotted by paholeBlue Swirl1-3/+3
2011-08-21monitor: Prevent sign-extension of 32-bit addresses printed by info tlbAustin Clements1-2/+2
2011-08-21Merge branch 'queues/slirp' of git://git.kiszka.org/qemuBlue Swirl2-6/+6
2011-08-21tcg-ia64: Fix typos in AREG0 setup in prologue.Richard Henderson1-2/+2
2011-08-21tcg-hppa: Fix CPU_TEMP_BUF_NLONGS oversight.Richard Henderson1-1/+1
2011-08-21tcg: Constant fold neg, andc, orc, eqv, nand, nor.Richard Henderson1-0/+27
2011-08-21tcg: Always define all of the TCGOpcode enum members.Richard Henderson14-1008/+837