index
:
focaccia-qemu
this commit
master
sr/plugin
ta/focaccia
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hw
/
ppc
/
sam460ex.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
hw/ppc/sam460ex: Support short options for adding drives
BALATON Zoltan
2024-03-11
1
-5
/
+19
*
hw/ppc/sam460ex: do not use usb_bus_find()
Paolo Bonzini
2024-02-27
1
-2
/
+5
*
hw/ppc/ppc4xx_pci: Extract PCI host definitions to hw/pci-host/ppc4xx.h
Philippe Mathieu-Daudé
2024-02-22
1
-0
/
+1
*
ppc440_pcix: Rename QOM type define abd move it to common header
BALATON Zoltan
2023-07-07
1
-1
/
+1
*
ppc440_pcix: Stop using system io region for PCI bus
BALATON Zoltan
2023-07-07
1
-5
/
+1
*
ppc/sam460ex: Remove address_space_mem local variable
BALATON Zoltan
2023-07-07
1
-4
/
+4
*
ppc440: Remove ppc460ex_pcie_init legacy init function
BALATON Zoltan
2023-07-07
1
-1
/
+16
*
ppc440: Change ppc460ex_pcie_init() parameter type
BALATON Zoltan
2023-07-07
1
-1
/
+1
*
hw/ppc/sam460ex: Correctly set MAL properties
Philippe Mathieu-Daudé
2023-02-27
1
-2
/
+2
*
hw/ppc: set machine->fdt in sam460ex_load_device_tree()
Daniel Henrique Barboza
2022-10-17
1
-10
/
+11
*
ppc440_sdram: QOM'ify
BALATON Zoltan
2022-10-17
1
-2
/
+7
*
ppc440_sdram: Move RAM size check to ppc440_sdram_init
BALATON Zoltan
2022-10-17
1
-15
/
+17
*
ppc4xx_sdram: Rename functions to prevent name clashes
BALATON Zoltan
2022-10-17
1
-1
/
+1
*
ppc440_sdram: Get rid of the init RAM hack
BALATON Zoltan
2022-10-17
1
-1
/
+3
*
ppc4xx: Use Ppc4xxSdramBank in ppc4xx_sdram_banks()
BALATON Zoltan
2022-10-17
1
-10
/
+5
*
hw/ppc/sam460ex: Remove PPC405 dependency from sam460ex
BALATON Zoltan
2022-08-31
1
-1
/
+0
*
hw/intc/ppc-uic: Convert ppc-uic to a PPC4xx DCR device
BALATON Zoltan
2022-08-31
1
-10
/
+7
*
ppc4xx: Rename ppc405-ebc to ppc4xx-ebc
BALATON Zoltan
2022-08-31
1
-1
/
+1
*
ppc4xx: Rename ppc405-plb to ppc4xx-plb
BALATON Zoltan
2022-08-31
1
-1
/
+1
*
ppc/ppc405: QOM'ify MAL
Cédric Le Goater
2022-08-31
1
-4
/
+8
*
ppc/ppc405: QOM'ify PLB
Cédric Le Goater
2022-08-31
1
-1
/
+3
*
ppc/ppc405: QOM'ify EBC
Cédric Le Goater
2022-08-31
1
-1
/
+3
*
hw/ppc: sam460ex.c: store all GPIO lines in mal_irqs[]
Daniel Henrique Barboza
2022-08-04
1
-1
/
+1
*
ppc/40x: Allocate IRQ lines with qdev_init_gpio_in()
Cédric Le Goater
2022-07-18
1
-2
/
+2
*
Remove qemu-common.h include from most units
Marc-André Lureau
2022-04-06
1
-1
/
+0
*
Do not include exec/address-spaces.h if it's not really necessary
Thomas Huth
2021-05-02
1
-1
/
+0
*
qtest: delete superfluous inclusions of qtest.h
Chen Qun
2021-03-09
1
-1
/
+0
*
sam460ex: Use type cast macro instead of simple cast
BALATON Zoltan
2021-01-19
1
-5
/
+2
*
hw/ppc/sam460ex: Drop use of ppcuic_init()
Peter Maydell
2021-01-19
1
-16
/
+53
*
vl: extract softmmu/datadir.c
Paolo Bonzini
2020-12-10
1
-0
/
+1
*
load_elf: Remove unused address variables from callers
BALATON Zoltan
2020-09-25
1
-7
/
+5
*
hw/i2c: Rename i2c_create_slave() as i2c_slave_create_simple()
Philippe Mathieu-Daudé
2020-07-16
1
-1
/
+1
*
sysbus: Convert to sysbus_realize() etc. with Coccinelle
Markus Armbruster
2020-06-15
1
-1
/
+1
*
qdev: Convert uses of qdev_create() with Coccinelle
Markus Armbruster
2020-06-15
1
-2
/
+2
*
smbus: Fix spd_data_generate() error API violation
Markus Armbruster
2020-04-29
1
-9
/
+3
*
sam460ex: Suppress useless warning on -m 32 and -m 64
Markus Armbruster
2020-04-29
1
-1
/
+2
*
ppc/{ppc440_bamboo, sam460ex}: use memdev for RAM
Igor Mammedov
2020-02-19
1
-1
/
+2
*
ppc/{ppc440_bamboo, sam460ex}: drop RAM size fixup
Igor Mammedov
2020-02-19
1
-3
/
+2
*
hw/core/loader: Let load_elf() populate a field with CPU-specific flags
Aleksandar Markovic
2020-01-29
1
-1
/
+2
*
Include hw/qdev-properties.h less
Markus Armbruster
2019-08-16
1
-0
/
+1
*
Include hw/hw.h exactly where needed
Markus Armbruster
2019-08-16
1
-1
/
+0
*
Include sysemu/reset.h a lot less
Markus Armbruster
2019-08-16
1
-0
/
+1
*
pflash: Clean up after commit 368a354f02b, part 2
Markus Armbruster
2019-03-11
1
-2
/
+1
*
pflash: Clean up after commit 368a354f02b, part 1
Markus Armbruster
2019-03-11
1
-1
/
+1
*
sam460ex: Don't size flash memory to match backing image
Markus Armbruster
2019-03-11
1
-15
/
+26
*
i2c: Split smbus into parts
Corey Minyard
2019-02-27
1
-1
/
+1
*
elf: Add optional function ptr to load_elf() to parse ELF notes
Liam Merwick
2019-02-05
1
-1
/
+2
*
sam460ex: Fix support for memory larger than 1GB
BALATON Zoltan
2019-02-04
1
-2
/
+4
*
ppc4xx: Use ram_addr_t in ppc4xx_sdram_adjust()
BALATON Zoltan
2019-02-04
1
-1
/
+1
*
sam460ex: Clean up SPD EEPROM creation
BALATON Zoltan
2019-02-04
1
-153
/
+20
[next]