43 Commits (a6ec632dca8c7d10743aff29345e5e9e5324228b)

Author SHA1 Message Date
Philippe Mathieu-Daudé 6c72922fe5 hw/m68k/q800: Set MACFB_DISPLAY_APPLE_21_COLOR within MacFrameBuffer 6 months ago
Philippe Mathieu-Daudé ee56761607 hw/display/macfb: Constify macfb_mode_table[] array 6 months ago
Philippe Mathieu-Daudé 10b63551b6 hw/display/macfb: Constify macfb_sense_table[] array 6 months ago
Paolo Bonzini c755f3b959 include: move hw/sysbus.h to hw/core/ 9 months ago
Paolo Bonzini 78d45220b4 include: move hw/qdev-properties.h to hw/core/ 9 months ago
Philippe Mathieu-Daudé 12d1a768bd qom: Have class_init() take a const data argument 2 years ago
Markus Armbruster 8a2b516ba2 cleanup: Drop pointless return at end of function 1 year ago
Richard Henderson 5fcabe628b include/hw/qdev-properties: Remove DEFINE_PROP_END_OF_LIST 2 years ago
Richard Henderson d432edd56c hw/display: Constify all Property 2 years ago
Peter Maydell e3d0814368 hw: Use device_class_set_legacy_reset() instead of opencoding 2 years ago
Zhao Liu 5aa4a6417b hw/display/macfb: Fix missing ERRP_GUARD() in macfb_nubus_realize() 2 years ago
Zhao Liu d470fd6acd hw/display/macfb: Fix missing ERRP_GUARD() in macfb_nubus_realize() 2 years ago
Richard Henderson f0613160d2 hw/display: Constify VMState 3 years ago
Mark Cave-Ayland 95f3943210 macfb: allow reads from the DAFB_LUT register 3 years ago
Mark Cave-Ayland ced64254d6 macfb: allow larger write accesses to the DAFB_LUT register 3 years ago
Mark Cave-Ayland 2fca4e7a71 macfb: rename DAFB_RESET to DAFB_LUT_INDEX 3 years ago
Mark Cave-Ayland a24fe909f3 macfb: don't clear interrupts when writing to DAFB_RESET 3 years ago
Mark Cave-Ayland e20d0b84a8 macfb: set initial value of mode control registers in macfb_common_realize() 4 years ago
Mark Cave-Ayland aba7432bde macfb: add VMStateDescription fields for display type and VBL timer 4 years ago
Mark Cave-Ayland dd2a56ab6f macfb: increase number of registers saved in MacfbState 4 years ago
Mark Cave-Ayland 4718125192 macfb: don't use special irq_state and irq_mask variables in MacfbState 4 years ago
Mark Cave-Ayland 580399c277 macfb: add VMStateDescription for MacfbNubusState and MacfbSysBusState 4 years ago
Bernhard Beschow 5e78c98b7c Mark remaining global TypeInfo instances as const 5 years ago
Peter Maydell 17e3134061 Remove unnecessary minimum_version_id_old fields 5 years ago
Mark Cave-Ayland 4e136629f0 macfb: fix VRAM dirty memory region logging 5 years ago
Laurent Vivier 5db83c7e90 macfb: fix a memory leak (CID 1465231) 5 years ago
Mark Cave-Ayland c7a2f7ba0c macfb: add vertical blank interrupt 5 years ago
Mark Cave-Ayland 432d59c56e macfb: fix 24-bit RGB pixel encoding 5 years ago
Mark Cave-Ayland 57eeaf44ce macfb: fix up 1-bit pixel encoding 5 years ago
Mark Cave-Ayland df8abbbadf macfb: add common monitor modes supported by the MacOS toolbox ROM 5 years ago
Mark Cave-Ayland 4317c51861 macfb: add qdev property to specify display type 5 years ago
Mark Cave-Ayland e6108b9636 macfb: implement mode sense to allow display type to be detected 5 years ago
Mark Cave-Ayland 4ec27073fd macfb: add trace events for reading and writing the control registers 5 years ago
Mark Cave-Ayland 3b10b5673c macfb: use memory_region_init_ram() in macfb_common_realize() for the framebuffer 5 years ago
Mark Cave-Ayland 14d0ddfce7 macfb: fix overflow of color_palette array 5 years ago
Mark Cave-Ayland 906c2323f1 macfb: fix invalid object reference in macfb_common_realize() 5 years ago
Mark Cave-Ayland c047862acd macfb: update macfb.c to use the Error API best practices 5 years ago
Mark Cave-Ayland 7437b13eac macfb: handle errors that occur during realize 5 years ago
Mark Cave-Ayland e0591bf1a5 macfb: don't register declaration ROM 5 years ago
Thomas Huth 69b66e4977 hw/display/macfb: Classify the "nubus-macfb" as display device 5 years ago
Eduardo Habkost 001040158d nubus: Rename class type checking macros 6 years ago
Philippe Mathieu-Daudé b9fc4f6e62 hw/display: Let devices own the MemoryRegion they create 7 years ago
Marc-André Lureau 4f67d30b5e qdev: set properties with device_class_set_props() 7 years ago
Laurent Vivier 8ac919a065 hw/m68k: add Nubus macfb video card 7 years ago