aboutsummaryrefslogtreecommitdiffstats
path: root/hw/g364fb.c
AgeCommit message (Expand)AuthorFilesLines
2012-02-15qom: Unify type registrationAndreas Färber1-2/+2
2012-02-04memory: change dirty getting API to take a sizeBlue Swirl1-1/+2
2012-02-03qdev: register all types natively through QEMU Object ModelAnthony Liguori1-9/+11
2012-01-27sysbus: apic: ioapic: convert to QEMU Object ModelAnthony Liguori1-12/+21
2012-01-25memory: change dirty setting APIs to take a sizeBlue Swirl1-8/+3
2012-01-04vmstate, memory: decouple vmstate from memory APIAvi Kivity1-1/+2
2011-11-28sysbus: rename sysbus_init_mmio_region() to sysbus_init_mmio()Avi Kivity1-2/+2
2011-10-15Move graphic-related coalesced MMIO flushes to affected device modelsJan Kiszka1-0/+4
2011-09-10g364fb: compile in hwlibBlue Swirl1-7/+9
2011-08-27g364fb: convert to qdevHervé Poussineau1-190/+150
2011-08-27g364fb: use trace frameworkHervé Poussineau1-18/+11
2011-08-25Revert "Merge remote-tracking branch 'qemu-kvm/memory/batch' into staging"Anthony Liguori1-33/+27
2011-08-25g364fb: convert to memory APIAvi Kivity1-27/+33
2011-08-20Use glib memory allocation and free functionsAnthony Liguori1-1/+1
2010-12-11Add endianness as io mem parameterAlexander Graf1-1/+2
2010-07-06qemu_ram_alloc: Add DeviceState and name parametersAlex Williamson1-1/+1
2010-07-06savevm: Add DeviceState paramAlex Williamson1-1/+1
2009-10-01Revert "Get rid of _t suffix"Anthony Liguori1-17/+17
2009-10-01Get rid of _t suffixmalc1-17/+17
2009-09-25gcc wants 1st static and then constJuan Quintela1-1/+1
2009-09-25static and inline should came before the type of the functionsJuan Quintela1-1/+1
2009-08-25Make CPURead/WriteFunc structure 'const'Blue Swirl1-2/+2
2009-07-16Update to a hopefully more future proof FSF addressBlue Swirl1-2/+1
2009-06-29Revert "Introduce reset notifier order"Jan Kiszka1-1/+1
2009-06-16Remove io_index argument from cpu_register_io_memory()Avi Kivity1-1/+1
2009-05-22Introduce reset notifier orderJan Kiszka1-1/+1
2009-05-13Replace gcc variadic macro extension with C99 versionBlue Swirl1-5/+5
2009-05-13Remove vga_ram_sizePaul Brook1-3/+3
2009-04-10Clean up VGA ram allocation.pbrook1-4/+3
2009-02-05hw: remove error handling from qemu_malloc() callers (Avi Kivity)aliguori1-2/+0
2009-01-16G364 video adapter enhancementaurel321-204/+439
2009-01-16graphical_console_init change (Stefano Stabellini)aliguori1-9/+5
2009-01-04Update FSF address in GPL/LGPL boilerplateaurel321-4/+3
2008-12-07MIPS: remove a few warningsaurel321-0/+1
2008-12-01Change MMIO callbacks to use offsets, not absolute addresses.pbrook1-7/+3
2008-11-24Introduce accessors for DisplayState (Stefano Stabellini)aliguori1-6/+6
2008-08-17Fix g364fb video emulationaurel321-14/+12
2008-07-01Implement resolution switching in common console code.pbrook1-10/+7
2008-03-28g364 framebuffer deviceaurel321-0/+396