Age | Commit message (Expand) | Author | Files | Lines |
2020-01-27 | hppa: add emulation of LASI PS2 controllers | Sven Schnelle | 2 | -0/+17 |
2020-01-27 | hppa: Add support for LASI chip with i82596 NIC | Helge Deller | 1 | -0/+29 |
2020-01-27 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell | 7 | -20/+115 |
2020-01-24 | qom: introduce object_property_help() | Marc-André Lureau | 1 | -0/+13 |
2020-01-24 | qdev: register properties as class properties | Marc-André Lureau | 1 | -2/+2 |
2020-01-24 | qdev: rename DeviceClass.props | Paolo Bonzini | 1 | -1/+6 |
2020-01-24 | qdev: set properties with device_class_set_props() | Marc-André Lureau | 1 | -0/+2 |
2020-01-24 | object: return self in object_ref() | Marc-André Lureau | 1 | -1/+2 |
2020-01-24 | object: add object_class_property_add_link() | Marc-André Lureau | 1 | -0/+9 |
2020-01-24 | object: add direct link flag | Marc-André Lureau | 1 | -0/+3 |
2020-01-24 | object: rename link "child" to "target" | Marc-André Lureau | 1 | -2/+2 |
2020-01-24 | object: add object_property_set_default | Marc-André Lureau | 1 | -0/+37 |
2020-01-24 | qstring: add qstring_free() | Marc-André Lureau | 1 | -0/+1 |
2020-01-24 | object: make object_class_property_add* return property | Marc-André Lureau | 1 | -8/+16 |
2020-01-24 | object: add class property initializer | Marc-André Lureau | 1 | -2/+14 |
2020-01-24 | qdev: move helper function to monitor/misc | Marc-André Lureau | 1 | -2/+0 |
2020-01-24 | qdev: remove extraneous error | Marc-André Lureau | 1 | -2/+1 |
2020-01-24 | accel: Introduce the current_accel() wrapper | Philippe Mathieu-Daudé | 1 | -0/+2 |
2020-01-24 | pvpanic: implement crashloaded event handling | zhenwei pi | 1 | -0/+1 |
2020-01-24 | cpu: Introduce cpu_class_set_parent_reset() | Greg Kurz | 1 | -0/+4 |
2020-01-24 | Merge remote-tracking branch 'remotes/dgilbert-gitlab/tags/pull-virtiofs-2020... | Peter Maydell | 1 | -0/+891 |
2020-01-23 | virtiofsd: Pull in kernel's fuse.h | Dr. David Alan Gilbert | 1 | -0/+891 |
2020-01-23 | hw/arm/exynos4210: Fix DMA initialization | Guenter Roeck | 1 | -0/+4 |
2020-01-23 | hw/core/or-irq: Increase limit of or-lines to 48 | Guenter Roeck | 1 | -1/+1 |
2020-01-23 | target/arm/arch_dump: Add SVE notes | Andrew Jones | 1 | -0/+1 |
2020-01-23 | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging | Peter Maydell | 2 | -0/+12 |
2020-01-22 | vhost-vsock: delete vqs in vhost_vsock_unrealize to avoid memleaks | Pan Nengyuan | 1 | -0/+2 |
2020-01-22 | q35: implement 128K SMRAM at default SMBASE address | Igor Mammedov | 1 | -0/+10 |
2020-01-21 | cputlb: Make tlb_n_entries private to cputlb.c | Richard Henderson | 1 | -5/+0 |
2020-01-20 | migration: Support QLIST migration | Eric Auger | 2 | -0/+60 |
2020-01-20 | migration: Change SaveStateEntry.instance_id into uint32_t | Peter Xu | 2 | -2/+2 |
2020-01-20 | migration: Define VMSTATE_INSTANCE_ID_ANY | Peter Xu | 1 | -0/+2 |
2020-01-17 | i.MX: add an emulation for RNGC | Martin Kaiser | 2 | -0/+40 |
2020-01-17 | hw/arm/allwinner-a10: Simplify by passing IRQs with qdev_pass_gpios() | Philippe Mathieu-Daudé | 1 | -1/+0 |
2020-01-17 | hw/arm/allwinner-a10: Move SoC definitions out of header | Philippe Mathieu-Daudé | 1 | -6/+0 |
2020-01-17 | hw/arm: Add the STM32F4xx SoC | Alistair Francis | 1 | -0/+73 |
2020-01-17 | hw/misc: Add the STM32F4xx EXTI device | Alistair Francis | 1 | -0/+60 |
2020-01-17 | hw/misc: Add the STM32F4xx Sysconfig device | Alistair Francis | 1 | -0/+61 |
2020-01-15 | tcg: Move TCG headers to include/tcg/ | Philippe Mathieu-Daudé | 6 | -0/+3516 |
2020-01-15 | tcg: Search includes from the project root source directory | Philippe Mathieu-Daudé | 1 | -1/+1 |
2020-01-15 | cputlb: Expand cpu_ldst_template.h in cputlb.c | Richard Henderson | 2 | -160/+24 |
2020-01-15 | cputlb: Remove support for MMU_MODE*_SUFFIX | Richard Henderson | 1 | -230/+0 |
2020-01-15 | cputlb: Expand cpu_ldst_useronly_template.h in user-exec.c | Richard Henderson | 2 | -190/+29 |
2020-01-15 | cputlb: Provide cpu_(ld,st}*_mmuidx_ra for user-only | Richard Henderson | 1 | -5/+75 |
2020-01-15 | cputlb: Rename helper_ret_ld*_cmmu to cpu_ld*_code | Richard Henderson | 2 | -38/+12 |
2020-01-15 | translator: Use cpu_ld*_code instead of open-coding | Richard Henderson | 2 | -46/+13 |
2020-01-15 | cputlb: Move body of cpu_ldst_template.h out of line | Richard Henderson | 2 | -100/+50 |
2020-01-15 | linux-user: Include trace-root.h in syscall-trace.h | Richard Henderson | 1 | -0/+2 |
2020-01-15 | cputlb: Use trace_mem_get_info instead of trace_mem_build_info | Richard Henderson | 2 | -17/+17 |
2020-01-14 | display/gtk: get proper refreshrate | Nikola Pavlica | 1 | -0/+2 |