Age | Commit message (Expand) | Author |
2019-01-10 | qom: Don't keep error value between object_property_parse() calls | Eduardo Habkost |
2019-01-09 | qdev: fix -device scsi-hd,help regression | Marc-André Lureau |
2019-01-09 | machine: Use shorter format for GlobalProperty arrays | Eduardo Habkost |
2019-01-09 | machine: Eliminate unnecessary stringify() usage | Eduardo Habkost |
2019-01-09 | spapr: Eliminate SPAPR_PCI_2_7_MMIO_WIN_SIZE macro | Eduardo Habkost |
2019-01-09 | memory-device: rewrite address assignment using ranges | David Hildenbrand |
2019-01-09 | range: add some more functions | David Hildenbrand |
2019-01-09 | Mention that QMP 'cpu-add' will be deprecated | Kashyap Chamarthy |
2019-01-09 | Update that HMP 'cpu-add' is deprecated in 4.0 | Kashyap Chamarthy |
2019-01-09 | qemu-deprecated.texi: Rename the HMP section | Kashyap Chamarthy |
2019-01-09 | Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-4.0-20190109' into... | Peter Maydell |
2019-01-09 | spapr: enable XIVE MMIOs at reset | Cédric Le Goater |
2019-01-09 | spapr: introduce a new sPAPR IRQ backend supporting XIVE and XICS | Cédric Le Goater |
2019-01-09 | ppc/xics: allow ICSState to have an offset 0 | Cédric Le Goater |
2019-01-09 | spapr: move the qemu_irq array under the machine | Cédric Le Goater |
2019-01-09 | pnv/psi: move the ICSState qemu_irq array under the PSI device model | Cédric Le Goater |
2019-01-09 | ppc: export the XICS and XIVE set_irq handlers | Cédric Le Goater |
2019-01-09 | spapr: return from post_load method when RTC import fails | Cédric Le Goater |
2019-01-09 | ppc: replace the 'Object *intc' by a 'ICPState *icp' pointer under the CPU | Cédric Le Goater |
2019-01-09 | ppc/xive: introduce a XiveTCTX pointer under PowerPCCPU | Cédric Le Goater |
2019-01-09 | spapr: modify the prototype of the cpu_intc_create() method | Cédric Le Goater |
2019-01-09 | spapr/xive: simplify the sPAPR IRQ qirq method for XIVE | Cédric Le Goater |
2019-01-09 | spapr_pci: Define SPAPR_MAX_PHBS in hw/pci-host/spapr.h | Greg Kurz |
2019-01-09 | pci: allow cleanup/unregistration of PCI root buses | Michael Roth |
2019-01-09 | spapr: move spapr_create_phb() to core machine code | Greg Kurz |
2019-01-09 | MAINTAINERS: add qemu_vga.ndrv file entry for Mac machines | Mark Cave-Ayland |
2019-01-09 | MAINTAINERS: Add some missing ppc-related files | Thomas Huth |
2019-01-09 | target/ppc: replace AVR* macros with Vsr* macros | Mark Cave-Ayland |
2019-01-09 | target/ppc: move FP and VMX registers into aligned vsr register array | Mark Cave-Ayland |
2019-01-09 | target/ppc: merge ppc_vsr_t and ppc_avr_t union types | Mark Cave-Ayland |
2019-01-09 | target/ppc: switch FPR, VMX and VSX helpers to access data directly from cpu_env | Mark Cave-Ayland |
2019-01-09 | target/ppc: introduce get_cpu_vsr{l,h}() and set_cpu_vsr{l,h}() helpers for V... | Mark Cave-Ayland |
2019-01-09 | target/ppc: introduce get_avr64() and set_avr64() helpers for VMX register ac... | Mark Cave-Ayland |
2019-01-09 | target/ppc: introduce get_fpr() and set_fpr() helpers for FP register access | Mark Cave-Ayland |
2019-01-09 | target/ppc: switch EXTRACT_HELPER macros over to use sextract32/extract32 | Mark Cave-Ayland |
2019-01-09 | target/ppc: fix typo in SIMM5 extraction helper | Mark Cave-Ayland |
2019-01-09 | MAINTAINERS: Add more files to sam460ex | BALATON Zoltan |
2019-01-09 | ppc4xx: Disable debug logging by default | BALATON Zoltan |
2019-01-09 | ppc/spapr: Receive and store device tree blob from SLOF | Alexey Kardashevskiy |
2019-01-09 | spapr: Add H-Call H_HOME_NODE_ASSOCIATIVITY | Laurent Vivier |
2019-01-08 | Merge remote-tracking branch 'remotes/kraxel/tags/usb-20190108-pull-request' ... | Peter Maydell |
2019-01-08 | qemu-thread: Don't block SEGV, ILL and FPE | Roman Bolshakov |
2019-01-08 | util: Implement debug-threads for macOS | Roman Bolshakov |
2019-01-08 | ui/cocoa: Include less of the generated modular QAPI headers | Markus Armbruster |
2019-01-08 | usb: move ehci_create_ich9_with_companions to hw/i386 | Paolo Bonzini |
2019-01-08 | hw/usb: Add generic sys-bus EHCI controller | Hongbo Zhang |
2019-01-08 | usb: dev-mtp: fix memory leak in error path | Li Qiang |
2019-01-08 | usb: drop unnecessary usb_device_post_load checks | Jonathan Davies |
2019-01-08 | Merge remote-tracking branch 'remotes/rth/tags/pull-axp-20190108' into staging | Peter Maydell |
2019-01-08 | pc-bios: Update palcode-clipper | Richard Henderson |