92 Commits (00b1faea41d283e931256aa78aa975a369ec3ae6)

Author SHA1 Message Date
Philippe Mathieu-Daudé da8df26d2e hw/i2c/bitbang_i2c: Define TYPE_GPIO_I2C in public header 4 years ago
Philippe Mathieu-Daudé e0ee64131f hw/arm/musicpal: Use the IEC binary prefix definitions 4 years ago
Peter Maydell 9598c1bb39 ptimer: Rename PTIMER_POLICY_DEFAULT to PTIMER_POLICY_LEGACY 4 years ago
Philippe Mathieu-Daudé 6d81f4887f hw/net: Move MV88W8618 network device out of hw/arm/ directory 5 years ago
Philippe Mathieu-Daudé 8ede0245e2 hw/arm/musicpal: Fix coding style of code related to MV88W8618 device 5 years ago
Philippe Mathieu-Daudé ba06fe8add dma: Let dma_memory_read/write() take MemTxAttrs argument 6 years ago
Thomas Huth ee86213aa3 Do not include exec/address-spaces.h if it's not really necessary 5 years ago
Thomas Huth e06054368c hw: Remove superfluous includes of hw/hw.h 5 years ago
Peter Maydell 9aee50eefb hw/arm/musicpal: Remove dead code for non-32-bit-RGB surfaces 6 years ago
Gan Qixin a4bc0334bc musicpal: Use ptimer_free() in the finalize function to avoid memleaks 6 years ago
Philippe Mathieu-Daudé 44cbf34975 hw/arm/musicpal: Only use qdev_get_gpio_in() when necessary 6 years ago
Philippe Mathieu-Daudé 498661dd22 hw/arm/musicpal: Don't connect two qemu_irqs directly to the same input 6 years ago
Eduardo Habkost 8063396bf3 Use OBJECT_DECLARE_SIMPLE_TYPE when possible 6 years ago
Eduardo Habkost 8110fa1d94 Use DECLARE_*CHECKER* macros 6 years ago
Eduardo Habkost db1015e92e Move QOM typedefs and add missing includes 6 years ago
Philippe Mathieu-Daudé 79ed6fd650 hw/arm/musicpal: Use AddressSpace for DMA transfers 6 years ago
Philippe Mathieu-Daudé 1373b15bb5 hw/i2c: Rename i2c_create_slave() as i2c_slave_create_simple() 6 years ago
Markus Armbruster 5325cc34a2 qom: Put name parameter before value / visitor parameter 6 years ago
Markus Armbruster 3c6ef471ee sysbus: Convert to sysbus_realize() etc. with Coccinelle 6 years ago
Markus Armbruster 3e80f6902c qdev: Convert uses of qdev_create() with Coccinelle 6 years ago
Philippe Mathieu-Daudé 4758567bc0 hw/arm/musicpal: Map the UART devices unconditionally 6 years ago
Philippe Mathieu-Daudé 98335f6179 hw/arm/musicpal: Simplify since the machines are little-endian only 7 years ago
Igor Mammedov 3ed61312bd arm/musicpal: use memdev for RAM 7 years ago
Marc-André Lureau 4f67d30b5e qdev: set properties with device_class_set_props() 7 years ago
Peter Maydell d8052a2e2d hw/arm/musicpal.c: Switch to transaction-based ptimer API 7 years ago
Peter Maydell b01422622b ptimer: Rename ptimer_init() to ptimer_init_with_bh() 7 years ago
Tao Xu 2744ece809 hw/arm: simplify arm_load_dtb 7 years ago
Markus Armbruster 54d31236b9 sysemu: Split sysemu/runstate.h off sysemu/sysemu.h 7 years ago
Markus Armbruster a27bd6c779 Include hw/qdev-properties.h less 7 years ago
Markus Armbruster 650d103d3e Include hw/hw.h exactly where needed 7 years ago
Markus Armbruster d645427057 Include migration/vmstate.h less 7 years ago
Markus Armbruster 64552b6be4 Include hw/irq.h a lot less 7 years ago
Markus Armbruster a8d2532645 Include qemu-common.h exactly where needed 7 years ago
Peter Maydell 12ec8bd51e arm: Rename hw/arm/arm.h to hw/arm/boot.h 7 years ago
Markus Armbruster ce14710f4f pflash: Clean up after commit 368a354f02, part 2 8 years ago
Markus Armbruster 940d5b132f pflash: Clean up after commit 368a354f02, part 1 8 years ago
Philippe Mathieu-Daudé 04f3c0084d hw: Remove unused 'hw/devices.h' include 8 years ago
Mao Zhongyi 7f7420a09f musicpal: Convert sysbus init function to realize function 8 years ago
Li Qiang bd02b01454 hw: arm: musicpal: drop TYPE_WM8750 in object_property_set_link() 8 years ago
Mao Zhongyi d436d4e7a5 audio: use TYPE_MV88W8618_AUDIO instead of hardcoded string 8 years ago
Mao Zhongyi a8299ec1b2 audio: use object link instead of qdev property to pass wm8750 reference 8 years ago
Mao Zhongyi a518333b15 audio: use TYPE_WM8750 instead of a hardcoded string 8 years ago
Peter Maydell 9bca0edb28 Change references to serial_hds[] to serial_hd() 8 years ago
Alistair Francis c0dbca36dc hw/arm: Replace fprintf(stderr, "*\n" with error_report() 9 years ago
Philippe Mathieu-Daudé 7ab14c5ace hw/audio/wm8750: move WM8750 declarations from i2c/i2c.h to audio/wm8750.h 9 years ago
Igor Mammedov ba1ba5cca3 arm: drop intermediate cpu_model -> cpu type parsing and use cpu type directly 9 years ago
Igor Mammedov 4482e05cbb cpu: make cpu_generic_init() abort QEMU on error 9 years ago
Peter Maydell 4672cbd7be hw/arm: Set ignore_memory_transaction_failures for most ARM boards 9 years ago
Igor Mammedov 701e3c78ce arm: replace cpu_arm_init() with cpu_generic_init() 9 years ago
Peter Maydell 98a99ce084 hw: Use new memory_region_init_{ram, rom, rom_device}() functions 9 years ago