summaryrefslogtreecommitdiffstats
path: root/hw/g364fb.c
Commit message (Expand)AuthorAgeFilesLines
* Make all static TypeInfos constAndreas Färber2013-01-101-1/+1
* ui: move files to ui/ and include/ui/Paolo Bonzini2012-12-191-2/+2
* console: untangle gfx & txt updatesGerd Hoffmann2012-11-011-3/+4
* Rename target_phys_addr_t to hwaddrAvi Kivity2012-10-231-2/+2
* g364fb: g364fb_screen_dump(): add error handlingLuiz Capitulino2012-09-051-12/+40
* console: vga_hw_screen_dump_ptr: take Error argumentLuiz Capitulino2012-09-051-1/+2
* optimize screendump for the common non-switch caseGerd Hoffmann2012-02-241-1/+1
* qom: Unify type registrationAndreas Färber2012-02-151-2/+2
* memory: change dirty getting API to take a sizeBlue Swirl2012-02-041-1/+2
* qdev: register all types natively through QEMU Object ModelAnthony Liguori2012-02-031-9/+11
* sysbus: apic: ioapic: convert to QEMU Object ModelAnthony Liguori2012-01-271-12/+21
* memory: change dirty setting APIs to take a sizeBlue Swirl2012-01-251-8/+3
* vmstate, memory: decouple vmstate from memory APIAvi Kivity2012-01-041-1/+2
* sysbus: rename sysbus_init_mmio_region() to sysbus_init_mmio()Avi Kivity2011-11-281-2/+2
* Move graphic-related coalesced MMIO flushes to affected device modelsJan Kiszka2011-10-151-0/+4
* g364fb: compile in hwlibBlue Swirl2011-09-101-7/+9
* g364fb: convert to qdevHervé Poussineau2011-08-271-190/+150
* g364fb: use trace frameworkHervé Poussineau2011-08-271-18/+11
* Revert "Merge remote-tracking branch 'qemu-kvm/memory/batch' into staging"Anthony Liguori2011-08-251-33/+27
* g364fb: convert to memory APIAvi Kivity2011-08-251-27/+33
* Use glib memory allocation and free functionsAnthony Liguori2011-08-201-1/+1
* Add endianness as io mem parameterAlexander Graf2010-12-111-1/+2
* qemu_ram_alloc: Add DeviceState and name parametersAlex Williamson2010-07-061-1/+1
* savevm: Add DeviceState paramAlex Williamson2010-07-061-1/+1
* Revert "Get rid of _t suffix"Anthony Liguori2009-10-011-17/+17
* Get rid of _t suffixmalc2009-10-011-17/+17
* gcc wants 1st static and then constJuan Quintela2009-09-251-1/+1
* static and inline should came before the type of the functionsJuan Quintela2009-09-251-1/+1
* Make CPURead/WriteFunc structure 'const'Blue Swirl2009-08-251-2/+2
* Update to a hopefully more future proof FSF addressBlue Swirl2009-07-161-2/+1
* Revert "Introduce reset notifier order"Jan Kiszka2009-06-291-1/+1
* Remove io_index argument from cpu_register_io_memory()Avi Kivity2009-06-161-1/+1
* Introduce reset notifier orderJan Kiszka2009-05-221-1/+1
* Replace gcc variadic macro extension with C99 versionBlue Swirl2009-05-131-5/+5
* Remove vga_ram_sizePaul Brook2009-05-131-3/+3
* Clean up VGA ram allocation.pbrook2009-04-101-4/+3
* hw: remove error handling from qemu_malloc() callers (Avi Kivity)aliguori2009-02-051-2/+0
* G364 video adapter enhancementaurel322009-01-161-204/+439
* graphical_console_init change (Stefano Stabellini)aliguori2009-01-161-9/+5
* Update FSF address in GPL/LGPL boilerplateaurel322009-01-041-4/+3
* MIPS: remove a few warningsaurel322008-12-071-0/+1
* Change MMIO callbacks to use offsets, not absolute addresses.pbrook2008-12-011-7/+3
* Introduce accessors for DisplayState (Stefano Stabellini)aliguori2008-11-241-6/+6
* Fix g364fb video emulationaurel322008-08-171-14/+12
* Implement resolution switching in common console code.pbrook2008-07-011-10/+7
* g364 framebuffer deviceaurel322008-03-281-0/+396
OpenPOWER on IntegriCloud