| Commit message (Expand) | Author | Age | Files | Lines |
* | call HotplugHandler->plug() as the last step in device realization | Igor Mammedov | 2018-10-19 | 2 | -20/+6 |
* | hw/core/generic-loader: Compile only once, not for each target | Thomas Huth | 2018-10-17 | 2 | -6/+2 |
* | hw/core/generic-loader: Set a category for the generic-loader device | Thomas Huth | 2018-10-17 | 1 | -0/+1 |
* | change get_image_size return type to int64_t | Li Zhijian | 2018-10-02 | 1 | -2/+3 |
* | qdev: fix a typo in comment | Li Qiang | 2018-09-25 | 1 | -1/+1 |
* | hw/core/machine: Officially deprecate the enforce-config-section parameter | Thomas Huth | 2018-09-25 | 1 | -0/+3 |
* | qapi: Drop qapi_event_send_FOO()'s Error ** argument | Peter Xu | 2018-08-28 | 1 | -2/+1 |
* | sysbus: always allow explicit_ofw_unit_address() to override address generation | Mark Cave-Ayland | 2018-08-17 | 1 | -8/+7 |
* | machine: Fix coding style at machine_run_board_init() | Dou Liyang | 2018-08-17 | 1 | -1/+2 |
* | loader: Implement .hex file loader | Su Hang | 2018-08-16 | 2 | -0/+253 |
* | loader: add rom transaction API | Stefan Hajnoczi | 2018-08-16 | 1 | -0/+32 |
* | loader: extract rom_free() function | Stefan Hajnoczi | 2018-08-16 | 1 | -9/+12 |
* | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell | 2018-07-17 | 2 | -0/+14 |
|\ |
|
| * | qdev: add HotplugHandler->post_plug() callback | Stefan Hajnoczi | 2018-07-16 | 2 | -0/+14 |
* | | hw/core/sysbus: Add a function for creating and attaching an object | Thomas Huth | 2018-07-17 | 1 | -0/+8 |
|/ |
|
* | Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request... | Peter Maydell | 2018-07-09 | 1 | -3/+3 |
|\ |
|
| * | hw/machine: Remove the Zero check of nb_numa_nodes for numa_complete_configur... | Dou Liyang | 2018-07-09 | 1 | -3/+2 |
| * | machine: properly free device_memory | David Hildenbrand | 2018-07-09 | 1 | -0/+1 |
* | | ptimer: Add TRIGGER_ONLY_ON_DECREMENT policy option | Peter Maydell | 2018-07-09 | 1 | -1/+21 |
|/ |
|
* | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell | 2018-07-02 | 2 | -3/+4 |
|\ |
|
| * | hw: Directly use "qemu/units.h" instead of "qemu/cutils.h" | Philippe Mathieu-Daudé | 2018-07-02 | 1 | -1/+1 |
| * | hw: Use IEC binary prefix definitions from "qemu/units.h" | Philippe Mathieu-Daudé | 2018-07-02 | 2 | -2/+3 |
* | | loader: Check access size when calling rom_ptr() to avoid crashes | Thomas Huth | 2018-07-02 | 1 | -5/+5 |
|/ |
|
* | Revert "bus: do not unref the added child bus on realize" | Marc-André Lureau | 2018-06-18 | 1 | -0/+1 |
* | hw/core/or-irq: Support more than 16 inputs to an OR gate | Peter Maydell | 2018-06-15 | 1 | -2/+37 |
* | object: fix OBJ_PROP_LINK_UNREF_ON_RELEASE ambivalence | Marc-André Lureau | 2018-06-12 | 2 | -2/+2 |
* | bus: do not unref the added child bus on realize | Marc-André Lureau | 2018-06-12 | 1 | -1/+0 |
* | hw/core/register: Add trailing '\n' to qemu_log() call | Philippe Mathieu-Daudé | 2018-06-08 | 1 | -1/+1 |
* | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell | 2018-06-01 | 5 | -35/+8 |
|\ |
|
| * | qdev: Remove DeviceClass::init() and ::exit() | Philippe Mathieu-Daudé | 2018-06-01 | 1 | -28/+0 |
| * | qdev: Simplify the SysBusDeviceClass::init path | Philippe Mathieu-Daudé | 2018-06-01 | 1 | -4/+8 |
| * | hw: Do not include "sysemu/block-backend.h" if it is not necessary | Philippe Mathieu-Daudé | 2018-06-01 | 1 | -1/+0 |
| * | hw: Do not include "exec/address-spaces.h" if it is not necessary | Philippe Mathieu-Daudé | 2018-06-01 | 2 | -2/+0 |
* | | numa: postpone options post-processing till machine_run_board_init() | Igor Mammedov | 2018-05-30 | 1 | -2/+3 |
|/ |
|
* | Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st... | Peter Maydell | 2018-05-14 | 1 | -80/+0 |
|\ |
|
| * | net: Remove the deprecated "vlan" parameter | Thomas Huth | 2018-05-14 | 1 | -80/+0 |
* | | platform-bus-device: use device plug callback instead of machine_done notifier | Igor Mammedov | 2018-05-10 | 1 | -24/+5 |
|/ |
|
* | Use cpu_create(type) instead of cpu_init(cpu_model) | Igor Mammedov | 2018-03-19 | 1 | -3/+3 |
* | machine: add memory-encryption option | Brijesh Singh | 2018-03-13 | 1 | -0/+22 |
* | Add symbol table callback interface to load_elf | Michael Clark | 2018-03-06 | 1 | -2/+16 |
* | qapi: Empty out qapi-schema.json | Markus Armbruster | 2018-03-02 | 1 | -1/+1 |
* | Include less of the generated modular QAPI headers | Markus Armbruster | 2018-03-02 | 1 | -1/+1 |
* | hw/core/split-irq: Device that splits IRQ lines | Peter Maydell | 2018-03-02 | 2 | -0/+90 |
* | qdev: Add new qdev_init_gpio_in_named_with_opaque() | Peter Maydell | 2018-03-02 | 1 | -3/+5 |
* | loader: Add new load_ramdisk_as() | Peter Maydell | 2018-03-02 | 1 | -1/+7 |
* | Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20180301'... | Peter Maydell | 2018-03-01 | 1 | -0/+8 |
|\ |
|
| * | hw: register: Run post_write hook on reset | Alistair Francis | 2018-03-01 | 1 | -0/+8 |
* | | loader: don't perform overlapping address check for memory region ROM images | Mark Cave-Ayland | 2018-02-27 | 1 | -9/+11 |
|/ |
|
* | machine: Polish -machine xxx,help | Alexey Kardashevskiy | 2018-02-10 | 1 | -1/+1 |
* | Merge remote-tracking branch 'remotes/armbru/tags/pull-misc-2018-02-07-v4' in... | Peter Maydell | 2018-02-09 | 1 | -1/+2 |
|\ |
|